function openMenu(i){
	var thisclass=document.getElementById(i).className;
	if (thisclass=="HidContent"){
		document.getElementById(i).className="";
		}else{
			document.getElementById(i).className="HidContent";
			}
	}
function upDown(id,n){
	m=n;
	document.getElementById(id).scrollTop=document.getElementById(id).scrollTop+m;
	if (m==0) return;
	setTimeout("upDown('"+id+"',m)",80);
}
function change(){
	a= Page.value;
    document.location.href=a;
}
function ShowMenu(i){
	for (ii=1;ii<=6;ii++){
		if (ii==i){document.getElementById("subNav"+i).className=""}else{document.getElementById("subNav"+ii).className="hidecontent"}
	}
}

function Product_Other(i) { 
	window.open('./Product_Other_Show.asp?ID='+i,'','width=1000,height=580'); 
}
function showDetail(i){
	ShowDetail.className="";
	close_.className="";
	ShowDetail.innerHTML="<iframe src="+i+" frameborder='0' width='100%' height='100%' marginwidth='0' marginheight='0' scrolling='no' style='border:0' allowTransparency='true'></iframe>";
}
function HshowDetail(){
	ShowDetail.className="Hcontent_";
	close_.className="Hcontent_";
	ShowDetail.innerHTML=" ";
}

function showDetail2(i){
	ShowDetail2.className="";
	ShowDetail2.innerHTML="<iframe src="+i+" frameborder='0' width='100%' height='100%' marginwidth='0' marginheight='0' scrolling='no' style='border:0' allowTransparency='true'></iframe>";
}
function HshowDetail2(){
	ShowDetail2.className="Hcontent_";
	ShowDetail2.innerHTML=" ";
}
function close___(i){
	document.getElementById(i).className="Hcontent_";
}
function openzxhd(){
	var zxhdclass=document.getElementById("zxhd").className;
	if (zxhdclass=="zxhd"){
		document.getElementById("zxhd").className="";
	}else{
		document.getElementById("zxhd").className="zxhd";
	}
}

