function on(img) {
	document[img].src="/images/"+img+"_over.jpg";
}

function off(img) {
	document[img].src="/images/"+img+".jpg";
}