function on(img) {
	document.getElementById(img).src="external/"+img+"btnover.gif"
}
function off(img) {
	document.getElementById(img).src="external/"+img+"btn.gif"
}