function do1(a){
	return document.getElementById(a)
	}
function setmu(a){
if(do1("s_"+a))
{do1("s_"+a).style.display="block";}
a+=2
do1("to_p_"+a).style.background="url(images/a_0"+a+".gif)"

}
$(function(){

$("#to_p_4").mouseover(function(){
								$("div.topmu_1 table").hide();		
$("#s_2").show();})

$("#to_p_6").mouseover(function(){
								$("div.topmu_1 table").hide();		
$("#s_4").show();
})

$("#to_p_7").mouseover(function(){
								$("div.topmu_1 table").hide();		
$("#s_5").show();})

$("#to_p_8").mouseover(function(){
								$("div.topmu_1 table").hide();	
$("#s_6").show();})

})