var leftStart=140;
var id = 1;

function LayerSpecs(Left,Top,Width) { 
	if(No3) {
		this.left  = Left;
		this.top   = Top;
		this.info  = "";
		var t = Top;
		if (isNav6){ 
			this.info +=  "<TABLE width='"+cellWidth+"' border='"+mborder+"' BORDERCOLOR='"+mborder_color+"' cellpadding=0 cellspacing=0><TR><TD>"
	   		this.info +=  "<TABLE width='"+cellWidth+"' BORDER='"+cell_border+"' BORDERCOLOR='"+border_color+"' cellpadding='"+cellPadding+"' cellspacing=0>"
	 	}else{
		   	this.info +=  "<TABLE width='"+cellWidth+"' style='border: solid "+mborder+"px "+mborder_color+";' cellpadding=0 cellspacing=0><TR><TD>";
       	  	this.info +=  "<TABLE width='"+cellWidth+"' style='border-bottom: solid "+cell_border+"px "+border_color+";' cellpadding='"+cellPadding+"' cellspacing=0>"
    	 	}  
       
		for(i=3; i<arguments.length; i++) {
			if(isIE45) { 
				this.info += "<TR><TD width='"+cellWidth+"' style='border: solid "+cell_border+"px "+border_color+";border-bottom:none;' BGCOLOR='"+bgcolor+"' xBACKGROUND=\""+background+"\" ONMOUSEOVER='this.bgColor=\""+hovercolor+"\";' ONMOUSEOUT='this.bgColor=\""+bgcolor+"\";'><A class='mnav' ONMOUSEOUT='this.style.color=\""+fncolor+"\";' HREF="+arguments[i++]+"this.style.color=\""+hfncolor+"\";'>"+arguments[i]+"</A></TD></TR>";
			}else if (isNav6) { 
				this.info += "<TR><TD width='"+cellWidth+"' BGCOLOR='"+bgcolor+"' xBACKGROUND=\""+background+"\" ONMOUSEOVER='this.bgColor=\""+hovercolor+"\";' ONMOUSEOUT='this.bgColor=\""+bgcolor+"\";'><A class='mnav' ONMOUSEOUT='this.style.color=\""+fncolor+"\";' HREF="+arguments[i++]+"this.style.color=\""+hfncolor+"\";'>"+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 += "</td></tr></TABLE>"  
		id += 1;
	} 
}
