<!--
var currentDiv="L1";
var timer;
//No3 = (parseInt(navigator.appVersion) > 3) ? 1:0;
No3 = navigator.appName.indexOf("Microsoft");

function getRef(whichID)
    {
    
    if (document.all)
        return document.all[whichID].style;
    else
        return document.layers[whichID];
       
    }
function switchForm(divID,x)
    {
  if(No3 != -1) {
    if(timer) clearTimeout(timer);
    getRef(currentDiv).left=-1000;
    getRef(divID).left=x;
    getRef(divID).top=78;
    currentDiv=divID;
    }
  }
    
 function leave(divID)
    {
   //timer = setTimeout("leave2(\'+divID+\')", 1000);
  if(No3 != -1) {
     timer = setTimeout("getRef(\'"+divID+"\').left=-1000;", 500);
    
    //currentDiv=divID;
    }
  }   
      

///
hovercolor   = "#E2F5A3" //"#E2F5A3";	// color name/code
bgcolor      = "#ffffff";	// color name/code
background   = "";			// picture url
	
menu_border  = 1;			// IE only
border_color = "#000000";	// IE only
/////////////////////////	
    
 function LayerSpecs(Left,Top,Width) { 
	if(document.all) { Top+=7; Left+=2; Width-=6; }
	this.left  = Left;
	this.top   = Top;
	this.info  = "";                                                                                                                                                         //"getRef(\'"+divID+"\').left=-1000;", 1000);
	T=0;                                                                                                                                                                     //'this.bgColor=\"\";leave();'>"
	for(i=3; i<arguments.length; i++) {
	    
		if(document.all) { 
		//this.info += "<TR  bgcolor=#F0F1B1 ><TD WIDTH="+Width+" onMouseOver='this.bgColor=\""+hovercolor+"\";clearTimeout(timer)' onMouseOut='this.bgColor=\"\";leave(\"L"+j+"\");'>"+arguments[i]+"</TD></TR>"; }
		this.info += "<TR  bgcolor=#E9ECC6 ><TD WIDTH="+Width+" onMouseOver='this.bgColor=\""+hovercolor+"\";clearTimeout(timer)' onMouseOut='this.bgColor=\"\";leave(\"L1\");'>"+arguments[i]+"</TD></TR>"; }
		else { this.info += "<LAYER onMouseOver='this.bgColor=\""+hovercolor+"\"' onMouseOut='this.bgColor=\""+bgcolor+"\"' WIDTH="+Width+" POSITION=RELATIVE TOP="+T+">&nbsp;"+arguments[i]+"</LAYER>"; }
		T+=20;
	}
} 


Layer = new Array();


/*	Create Your layers below by typing:
	 Layer[incrementing number] = new LayerSpecs(Left Position, Top Position, Width, List of Links Seperated by Commas)
	 If a layer has a sublayer, add onMouseOver="Show(Layer Number to Open, Current Layer, Any Layers Opened before the current layer (seperated by commas)
*/

Layer[1] =	new LayerSpecs(144,70,180,
			'<b><A HREF="../en/products.html#2" class=top target="_top"  >Software</A></b> ',
			' &nbsp;&nbsp;&#149; <A HREF="../en/ezcast.html" class=top target="_top" >Webcam 1-2-3</A> ',
			' &nbsp;&nbsp;&#149; <A HREF="../en/watchdog.html" class=top target="_top" >Watchdog</A> ',
			' &nbsp;&nbsp;&#149; <A HREF="../en/wmail.html" class=top target="_top" >WebcamMail</A> ',
			' &nbsp;&nbsp;&#149; <A HREF="../en/vmail.html" class=top target="_top" >WebVmail</A> ',
			'<b><A HREF="../en/products.html#1" class=top target="_top"  >Multi Camera Remote<br>Surveillance</A></b> ',
			' &nbsp;&nbsp;&#149; <A HREF="../en/wcsp100.html" class=top target="_top" >WCSP100</A> ',
			' &nbsp;&nbsp;&#149; <A HREF="../en/wcs.html" class=top target="_top" >WCSA100</A> ',
			' &nbsp;&nbsp;&#149; <A HREF="../en/wcsa440.html" class=top target="_top" >WCSA440</A> ',
			'<b><A HREF="../en/vc400.html" class=top target="_top" >Video Capture Card</A></b> ',
			'<b><A HREF="../active/cctvProdImg.asp?ca=2" class=top target="_top" >Security Camera</A></b> ',
			'<b><A HREF="../active/cctvProdImg.asp?ca=16" class=top target="_top" >Accessories</A></b> '
);


                                                          
/*


Layer[2] =	new LayerSpecs(145,120,180,
			'<A HREF="../en/wcsp100.html" class=top target="_top" onmouseout="leave(\'C2\');">WCSP100</A> ',
			'<A HREF="../en/wcs.html" class=top target="_top" >WCSA100</A> ',
			'<A HREF="../en/wcsa440.html" class=top target="_top" >WCSA440</A> '

);
*/


//alert(No3);
//j = (Layer[0]) ? 0:1;
//alert(Layer[1].info);
for(i=1; i<Layer.length; i++) {
 if(No3 != -1) {
  document.write("<div id='L"+i+"' style='position:absolute;left:80px;top:-1090px;width: 500;'>");

 document.write("<TABLE bgcolor=#ffffff #FFB324 STYLE='esblack' cellPadding=2 cellSpacing=1 border=0>"+Layer[i].info+"</TABLE></div>"); 
  }
 //else  {
  //document.write("<span id='L"+i+"' style='position:absolute;visibility:hidden; top:"+Layer[i].top+"; left:"+Layer[i].left+";'>");

 //document.write("<TABLE bgcolor=#FFB324 STYLE='esblack' cellPadding=2 cellSpacing=1 border=0>"+Layer[i].info+"</TABLE></div>"); 

// } 

  //alert(Layer[i].info);
}





/*
MENU_DOM = (document.getElementById) ? true:false;
MENU_NS4 = (document.layers) ? true:false;
MENU_IE = (document.all) ? true:false;
MENU_IE4 = MENU_IE && !MENU_DOM;
MENU_Mac = (navigator.appVersion.indexOf("Mac") != -1);
MENU_IE4M = MENU_IE4 && MENU_Mac;
MENU_IsMenu = (MENU_DOM || MENU_NS4 || (MENU_IE4 && !MENU_IE4M));
MENU_BrowserString = MENU_NS4 ? "NS4":MENU_DOM ? "DOM":"IE4";
*/

//-->
