function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=0;
TE.ypos=77;
TE.align="hor";
TE.bckColor="#34679A";
TE.selBckColor="#FFCAA8";
TE.bckImage="";
TE.fntColor="white";
TE.selFntColor="#CECECE";
TE.width=150;
TE.fntSize=0;TE.b=true;
TE.iHeight=36;
TE.imWidth=20;
TE.bSize=1;
TE.bColor="#FE6500";

TE.A(1,0,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Services","","","");
TE.A(2,0,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Projects","","","");
TE.A(3,0,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Company","","","");
TE.A(4,0,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact","contact.asp","","","","","");
TE.A(5,1,"Electrical Design & Installation","electrical-design.htm","","","",190,"");
TE.A(6,1,"PLC Programming","plc-programming.htm","","","");
TE.A(7,1,"SCADA Development","scada-development.htm","","","");
TE.A(8,1,"Turnkey Projects","turnkey-projects.htm","","","");
TE.A(9,1,"CAD Drafting","cad-drafting.htm","","","");
TE.A(10,2,"Beverage & Food","beverage.htm","","");
TE.A(11,2,"Water","water.htm","","");
TE.A(12,2,"Materials Handling","material-handling.htm","","");
TE.A(13,2,"General","general.htm","","");
TE.A(14,3,"Profile","profile.htm","","");
TE.A(15,3,"Mission Statement","mission-statement.htm","","");
TE.A(16,3,"Privacy Policy","privacy.htm","","");
TE.A(17,0,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Downloads","downloads.htm","","");
TE.A(18,0,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home","index.htm","","");


TE.Get(1).bckColor="";TE.Get(1).iHeight=20;TE.Get(1).width=220;TE.Get(1).selBckColor="";TE.Get(1).bckImage="url(images/blank.gif)";TE.d=0;
TE.Get(2).bckColor="";TE.Get(2).iHeight=20;TE.Get(2).selBckColor="";TE.Get(2).bckImage="url(images/blank.gif)";TE.d=0;
TE.Get(3).bckColor="";TE.Get(3).iHeight=20;TE.Get(3).selBckColor="";TE.Get(3).bckImage="url(images/blank.gif)";TE.d=0;
TE.Get(4).bckColor="";TE.Get(4).iHeight=20;TE.Get(4).width=220;TE.Get(4).selBckColor="";TE.Get(4).bckImage="url(images/blank.gif)";TE.d=0;
TE.Get(17).bckColor="";TE.Get(17).iHeight=20;TE.Get(17).width=220;TE.Get(17).selBckColor="";TE.Get(17).bckImage="url(images/blank.gif)";TE.d=0;
TE.Get(18).bckColor="";TE.Get(18).iHeight=20;TE.Get(18).width=220;TE.Get(18).selBckColor="";TE.Get(18).bckImage="url(images/blank.gif)";TE.d=0;

TE.bSize=0;
TE.width=112;
TE.arrIm="";

TE.WriteCSS();
TE.WriteDiv();



}
function MenuInit()
{
window.onresize= function(){window.history.go(0)};
TE.EventInit();
}
function Reset()
{
TE.Reset();
}


