 function  Get(a)
{
	return document.getElementById(a);
}


function JiaJu()
{
	var jia=Get("jia");
	var fu=Get("fu");
	var yu=Get("yu");
	var mei=Get("mei");
	var shang=Get("shang");
	jia.style.cursor='hand';
	fu.style.cursor='hand';
	yu.style.cursor='hand';
	mei.style.cursor='hand';
	shang.style.cursor='hand';

	Get("meirong").style.display="none";
	Get("yule").style.display="none";
	Get("jiaju").style.display="";
	Get("fuzhuang").style.display="none";
	Get("shangchang").style.display="none";
	jia.style.background='#9F9675';
	jia.style.color='#fff';
	jia.style.cursor='hand';

	fu.style.background='#f4f4f4';
	fu.style.color='#333';
	
	shang.style.background='#f4f4f4';
	shang.style.color='#333';

	
	mei.style.background='#f4f4f4';
	mei.style.color='#333';

	
	yu.style.background='#f4f4f4';
	yu.style.color='#333';

} 

function Show_Mei()
{
	var jia=Get("jia");
	var fu=Get("fu");
	var yu=Get("yu");
	var mei=Get("mei");
	var shang=Get("shang");
	jia.style.cursor='hand';
	fu.style.cursor='hand';
	yu.style.cursor='hand';
	mei.style.cursor='hand';
	shang.style.cursor='hand';

	Get("meirong").style.display="";
	Get("yule").style.display="none";
	Get("jiaju").style.display="none";
	Get("fuzhuang").style.display="none";
	Get("shangchang").style.display="none";
	mei.style.background='#9F9675';
	mei.style.color='#fff';
	mei.style.cursor='hand';

	fu.style.background='#f4f4f4';
	fu.style.color='#333';

	
	jia.style.background='#f4f4f4';
	jia.style.color='#333';

shang.style.background='#f4f4f4';
	shang.style.color='#333';
	
	yu.style.background='#f4f4f4';
	yu.style.color='#333';
}
function Show_Yu()
{
	var jia=Get("jia");
	var fu=Get("fu");
	var yu=Get("yu");
	var mei=Get("mei");
	var shang=Get("shang");
	jia.style.cursor='hand';
	fu.style.cursor='hand';
	yu.style.cursor='hand';
	mei.style.cursor='hand';
	shang.style.cursor='hand';

	Get("meirong").style.display="none";
	Get("yule").style.display="";
	Get("jiaju").style.display="none";
	Get("fuzhuang").style.display="none";
	Get("shangchang").style.display="none";
	yu.style.background='#9F9675';
	yu.style.color='#fff';
	yu.style.cursor='hand';

	fu.style.background='#f4f4f4';
	fu.style.color='#333';

	
	jia.style.background='#f4f4f4';
	jia.style.color='#333';

	shang.style.background='#f4f4f4';
	shang.style.color='#333';
	
	mei.style.background='#f4f4f4';
	mei.style.color='#333';
}

function Show_fu()
{
	var jia=Get("jia");
	var fu=Get("fu");
	var yu=Get("yu");
	var mei=Get("mei");
	var shang=Get("shang");
	jia.style.cursor='hand';
	fu.style.cursor='hand';
	yu.style.cursor='hand';
	mei.style.cursor='hand';
	shang.style.cursor='hand';
	
	Get("jiaju").style.display="none";
	Get("meirong").style.display="none";
	Get("shangchang").style.display="none";
	Get("yule").style.display="none";
	Get("fuzhuang").style.display="";
	fu.style.background='#9F9675';
	fu.style.color='#fff';
	fu.style.cursor='hand';

	jia.style.background='#f4f4f4';
	jia.style.color='#333';

	
	mei.style.background='#f4f4f4';
	mei.style.color='#333';

shang.style.background='#f4f4f4';
	shang.style.color='#333';
	
	yu.style.background='#f4f4f4';
	yu.style.color='#333';
}

function Show_Shang()
{
	var jia=Get("jia");
	var fu=Get("fu");
	var yu=Get("yu");
	var mei=Get("mei");
	var shang=Get("shang");
	jia.style.cursor='hand';
	fu.style.cursor='hand';
	yu.style.cursor='hand';
	mei.style.cursor='hand';
	shang.style.cursor='hand';
	
	Get("jiaju").style.display="none";
	Get("meirong").style.display="none";
	Get("shangchang").style.display="";
	Get("yule").style.display="none";
	Get("fuzhuang").style.display="none";
	shang.style.background='#9F9675';
	shang.style.color='#fff';
	shang.style.cursor='hand';

	jia.style.background='#f4f4f4';
	jia.style.color='#333';

	
	mei.style.background='#f4f4f4';
	mei.style.color='#333';

fu.style.background='#f4f4f4';
	fu.style.color='#333';
	
	yu.style.background='#f4f4f4';
	yu.style.color='#333';
}