function rover(img){
	document.all[img].src='/img/' + img + '_ov.gif';
}

function rout(img){
	document.all[img].src='/img/' + img + '.gif';
}