var mWidth = 197

var id_1 = 1;
Layer[1] = new LayerSpecs(0,21,mWidth,'1','/lowDown/who.asp|^|<img alt="Who We Are" title="Who We Are" border="0" src="/images/topNav_lowDown_who.gif" width="173" height="10" />|^|','/lowDown/what.asp|^|<img alt="What We\'re Doing" title="What We\'re Doing" border="0" src="/images/topNav_lowDown_what.gif" width="173" height="10" />|^|','/lowDown/where.asp|^|<img alt="Where It Is Happening" title="Where It Is Happening" border="0" src="/images/topNav_lowDown_where.gif" width="173" height="10" />|^|','/lowDown/why.asp|^|<img alt="Why We\'ve Done It" title="Why We\'ve Done It" border="0" src="/images/topNav_lowDown_why.gif" width="173" height="10" />|^|' );

var id_2 = 2;
Layer[2] = new LayerSpecs(mWidth,21,mWidth,'2','/services/technology.asp|^|<img alt="Technology" title="Technology" border="0" src="/images/topNav_services_technology.gif" width="173" height="10" />|^|','/services/graphic-design.asp|^|<img alt="Graphic Design" title="Graphic Design" border="0" src="/images/topNav_services_graphicDesign.gif" width="173" height="10" />|^|' );

var idstring = '1|2';
idarr = idstring.split("|");
idarr = idarr.reverse();
//j = (Layer[0]) ? 0:1;
for(k=0; k<idarr.length; k++) {
	i = idarr[k]
	//alert(Layer[q])
	if (Layer[i]){
		if((document.all && No3)) { document.write("<SPAN onMouseOver='clearTimeout(timer)' onMouseOut='Hide("+i+")' ID='L"+i+"' STYLE='position:absolute; visibility:hidden; background:"+Layer[i].background+"; top:"+Layer[i].top+"; left:"+Layer[i].left+";'><TABLE width="+mWidth+" CLASS='nav' STYLE='border:solid;border-width:"+menu_border+";border-color:"+border_color+"' cellpadding=5 cellspacing=0>"+Layer[i].info+"</TABLE></SPAN>"); }
		else if((document.layers && No3)) { document.write("<LAYER onMouseOver='clearTimeout(timer)' onMouseOut='Hide("+i+")' ID='L"+i+"' POSITION=ABSOLUTE VISIBILITY=HIDDEN BGCOLOR='"+Layer[i].bgcolor+"' BACKGROUND='"+Layer[i].background+"' TOP="+Layer[i].top+" LEFT="+Layer[i].left+">"+Layer[i].info+"</LAYER>"); }
		else if(NS6) {document.write("<DIV onMouseOver='clearTimeout(timer)' onMouseOut='Hide("+i+")' ID='L"+i+"' STYLE='position:absolute; visibility:hidden; background:"+Layer[i].background+"; top:"+Layer[i].top+"; left:"+Layer[i].left+";'><TABLE width="+mWidth+" CLASS='nav' STYLE='border:solid;border-width:"+menu_border+";border-color:"+border_color+"' cellpadding=5 cellspacing=0>"+Layer[i].info+"</TABLE></DIV>");}
	}
}
