// JavaScript Document

function rollover_tjs(nom,src) {	
	document.images[nom].src=src;
}
