function gif_over(src) {
	src.children.tags('IMG')[0].src=src.children.tags('IMG')[0].src.replace('.gif','r.gif');
} 
function gif_out(src) {
	src.children.tags('IMG')[0].src=src.children.tags('IMG')[0].src.replace('r.gif','.gif');
}

function change_foto(){
	numbs = Math.round(Math.random()*4);	
	document.all.bg_left.style.backgroundImage='url("'+imgpath+'top/'+numbs+'.jpg")';
}
