<!--
function change_over(td1,td2,td3,url){
	document.getElementById(td1).style.backgroundImage='url('+url+'files/gif/coin_menu1_on.gif)';
	document.getElementById(td2).style.backgroundImage='url('+url+'files/gif/bg_menu_on.gif)';
	document.getElementById(td3).style.backgroundImage='url('+url+'files/gif/coin_menu2_on.gif)';
}
function change_out(td1,td2,td3,url){
	document.getElementById(td1).style.backgroundImage='url('+url+'files/gif/coin_menu1.gif)';
	document.getElementById(td2).style.backgroundImage='url('+url+'files/gif/bg_menu.gif)';
	document.getElementById(td3).style.backgroundImage='url('+url+'files/gif/coin_menu2.gif)';
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function change_tover(backg1,url){
	document.getElementById(backg1).style.backgroundImage='url('+url+'files/gif/ttr_menu1_on.gif)';	
	
}
function change_tout(backg1,url){
document.getElementById(backg1).style.backgroundImage='url('+url+'files/gif/ttr_menu1_off.gif)';

}

function change_tover2(backg2,url){
	document.getElementById(backg2).style.backgroundImage='url('+url+'files/gif/ttr_menu2_on.gif)';	
	
}
function change_tout2(backg2,url){
	document.getElementById(backg2).style.backgroundImage='url('+url+'files/gif/ttr_menu2_off.gif)';

}
function change_tover3(backg3,url){
	document.getElementById(backg3).style.backgroundImage='url('+url+'files/gif/ttr_menu3_on.gif)';	
	
}
function change_tout3(backg3,url){
	document.getElementById(backg3).style.backgroundImage='url('+url+'files/gif/ttr_menu3_off.gif)';

}
function change_tover4(backg4,url){
	document.getElementById(backg4).style.backgroundImage='url('+url+'files/gif/ttr_menu4_on.gif)';	
	
}
function change_tout4(backg4,url){
	document.getElementById(backg4).style.backgroundImage='url('+url+'files/gif/ttr_menu4_off.gif)';

}
function change_tover5(backg5,url){
	document.getElementById(backg5).style.backgroundImage='url('+url+'files/gif/ttr_menu5_on.gif)';	

}
function change_tout5(backg5,url){
	document.getElementById(backg5).style.backgroundImage='url('+url+'files/gif/ttr_menu5_off.gif)';

}
function change_tover6(backg6,url){
	document.getElementById(backg6).style.backgroundImage='url('+url+'files/gif/ttr_menu6_on.gif)';	
	
}
function change_tout6(backg6,url){
	document.getElementById(backg6).style.backgroundImage='url('+url+'files/gif/ttr_menu6_off.gif)';

}