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'); 
	window.location.href('./Product_Other_Show.asp?ID='+i); 
}
function open_(path,w,h){
	window.open (path, "newwindow", "height="+h+", width="+w+", top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no")
}
