if (document.body && document.body.clientWidth) {
	window.innerWidth = document.body.clientWidth;
}
var leftStart;
leftStart=140;

function LayerSpecs(Left,Top,Width) { 
	if(No3) {
		this.left  = Left; 
		this.top   = Top;
		this.info  = "";
		var t = Top;
		if (isNav6){ 
			this.info +=  "<TABLE BORDER='"+mborder+"' BORDERCOLOR='"+mborder_color+"'>"
	   		this.info +=  "<TABLE WIDTH="+Width+" CELLPADDING='2' CELLSPACING='0' BORDER='1' BORDERCOLOR='"+border_color+"' STYLE='border:1px; solid "+mborder+" "+mborder_color+"'>"
	 	}else{
		   	this.info +=  "<TABLE CELLPADDING='0' CELLSPACING='0' BORDER='"+menu_border+"' BORDERCOLOR='"+border_color+"' ><TR><TD>";
       	  	this.info +=  "<TABLE WIDTH='+Width+' BORDER='"+cell_border+"' CELLPADDING='1' CELLSPACING='0' BORDERCOLOR='"+border_color+"'>"
    	 	}  
       
		for(i=3; i<arguments.length; i++) {
			if(isIE45) { 
				this.info += "<TR><TD style='border: solid 1px 1px 1px 1px;' WIDTH="+Width+" HEIGHT='20' BGCOLOR='"+bgcolor+"' ONMOUSEOVER='this.bgColor=\""+hovercolor+"\";' ONMOUSEOUT='this.bgColor=\"\";'><A class='mnav' ONMOUSEOVER='this.style.color=\""+hfncolor+"\";' ONMOUSEOUT='this.style.color=\""+fncolor+"\";' HREF="+arguments[i++]+""+arguments[i]+"</A></TD></TR>";
			}else if (isNav6) { 
				this.info += "<TR><TD WIDTH="+Width+" HEIGHT='20' BGCOLOR='"+bgcolor+"' STYLE='CURSOR: HAND; COLOR:"+fncolor+"; FONT-SIZE: 10px; FONT-FAMILY: Verdana' ONMOUSEOVER='this.bgColor=\""+hovercolor+"\";' ONMOUSEOUT='this.bgColor=\""+bgcolor+"\";'><A class='mnav' ONMOUSEOVER='this.style.color=\""+hfncolor+"\";' ONMOUSEOUT='this.style.color=\""+fncolor+"\";' HREF="+arguments[i++]+""+arguments[i]+"</A></TD></TR>";
			}else { 
				this.info += "<TR><TD><ILAYER><LAYER ONMOUSEOVER='this.bgColor=\""+hovercolor+"\"' ONMOUSEOUT='this.bgColor=\""+bgcolor+"\"' WIDTH="+Width+"><A class=\"mnav\" ONMOUSEOVER='this.style.color=\""+hfncolor+"\";' ONMOUSEOUT='this.style.color=\""+fncolor+"\";' HREF="+arguments[i++]+arguments[i]+"</A></LAYER></ILAYER></TD></TR>"; 
			}
			t = t + 20;
		}
	
		this.info += "</TABLE>" 
		this.info += "</TABLE>"  
	} 
}
