<!--
var vtime;
var Txt = new Array();
Txt["home"]=" ";   //http://www.sz-security.com/english/index.htm
Txt["products"]="<a href='VideoAlarm.html'>NEW product</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='IPCamera.html'>IP camera</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='HomeAlarmHost.html'>Alarm System</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='CCTV+alarmall-in-onesystem.html'>Alarm+CCTV system</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='NewWaterproofIRCamera.html'>CCTV</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='BseriesVideodoorphoneforvilla.html'>Video Doorphone</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='SecurityGadget.html'>Security Gifts</a>";
Txt["service"]="<a href='Support.asp?typeID=11'>Investor Center</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='Support.asp?typeID=12'>Training Center</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='Support.asp?typeID=13'>After Service</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='Support.asp?typeID=14'>F.A.Q.</a>";
Txt["manufactrure"]="<a href='showFactory.asp?id=2'>Factory</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='Manufactrure.asp?id=2'>OEM Summary</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='Manufactrure.asp?id=1'>Invest in OEM</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='Plank.asp?typeID=1'>PCB of Alarm Host</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='Plank.asp?typeID=2'>PCB of Accessories</a>&nbsp;&nbsp;|&nbsp;&nbsp;<A HREF=Plank.asp?typeID=3>Production Center</A>";
Txt["demo"]="<a href='demo.asp?id=1'>Alarm System</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='demo.asp?id=2'>CCTV</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='demo.asp?id=3'>Video Doorphone</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='demo.asp?id=4'>Peripheral</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='demo.asp?id=5'>SSG</a>";
Txt["feedback"]="";
Txt["contact us"]="<a href='contact.asp'>Contact Infomation</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='LeaveMessage.asp'>Leave Message</a>";

function vLay(n){
switch (n){
    case "0":
	      document.all.Menu.style.width="100%";
	      document.all.Menu.style.visibility="visible";
	      break;
	case "home":
	     document.all.Menu.style.width="100%";
	     document.all.LinkTd.innerHTML=Txt["home"];
	     document.all.Menu.style.visibility="visible";
	     document.all.Menu.style.left=1;
	     break;
	case "contact us":
//	     document.all.Menu.style.width=500;
	     document.all.LinkTd.innerHTML=Txt["contact us"];
	     document.all.Menu.style.visibility="visible";
	     document.all.Menu.style.left=550;
	     break;
	case "products":
//	     document.all.Menu.style.width=700;  
	     document.all.LinkTd.innerHTML=Txt["products"];
	     document.all.Menu.style.visibility="visible";
	     document.all.Menu.style.left=50;
	     break;
	case "customer support":
//	     document.all.Menu.style.width=700;   
	     document.all.LinkTd.innerHTML=Txt["service"];
	     document.all.Menu.style.visibility="visible";
	     document.all.Menu.style.left=340;
	     break;
	case "demo":
//	     document.all.Menu.style.width=200;   
	     document.all.LinkTd.innerHTML=Txt["demo"];
	     document.all.Menu.style.visibility="visible";
	     document.all.Menu.style.left=450;
	     break;
	case "feedback":
//	     document.all.Menu.style.width=200;   
	     document.all.LinkTd.innerHTML=Txt["feedback"];
	     document.all.Menu.style.visibility="visible";
	     document.all.Menu.style.left=450;
	     break;
	case "manufactrure":
//	     document.all.Menu.style.width=200;   
	     document.all.LinkTd.innerHTML=Txt["manufactrure"];
	     document.all.Menu.style.visibility="visible";
	     document.all.Menu.style.left=50;
	     break;
//	case "contact":
//	     document.all.LinkTd.innerHTML=Txt["contact"];
//	     document.all.Menu.style.visibility="visible";
//	     document.all.Menu.style.left=580;
//	     break;
	case "chinese":
//	     document.all.Menu.style.width=100;
	     document.all.LinkTd.innerHTML="<a href='../default.asp'></a>";
	     document.all.Menu.style.visibility="visible";
	     document.all.Menu.style.left=620;
	     break;
		 }
}
function hLay(){
document.all.Menu.style.visibility="hidden";
}

function Runtimer(){
vtime=setTimeout(hLay,500);
}

function Stoptimer(){
clearTimeout(vtime);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->