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 bg_main_over(td,pc) {
	td.style.color='';
	td.style.backgroundImage="url('../../img/face/"+pc+".gif')";
}

function bg_main_out(td,pc) {
	td.style.color='';
	td.style.backgroundImage="url('../../img/face/"+pc+".gif')";
}


function change_foto(id) {
	document.getElementById(id).src=imgpath+'face/'+id+'r.gif';
}

function back_foto(id) {
	document.getElementById(id).src=imgpath+'face/'+id+'.gif';
}

function go_to(){
	location=document.all.move.moveto.options[document.all.move.moveto.selectedIndex].value;
}
