function MenuBuild()
{
//13-08-07 CML take out unit price link

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=0;
TE.ypos=72;
TE.align="vert";
TE.bckColor="#990099";//"#ffffff";
TE.selBckColor="#003399";
TE.fntColor="#ffffff";
TE.selFntColor="#ffffff";
TE.width=150;
TE.fntSize=2;TE.i=false;TE.b=false;
TE.iHeight=34;
TE.imWidth=8;
TE.bSize=1;
TE.bColor="#ffffff";
TE.face="Arial";// font face
TE.arrIm="images/arrowp.gif";
TE.arrIm1="images/arrowdownb.gif";

// take out unit prices
//TE.A(5,0,"Unit Prices","unit.asp","","");
TE.A(8,0,"Contact","contact1.htm","","");

//---------------------------


//---------------------------
//TE.Get(5).bckColor="#990099";TE.Get(5).selBckColor="#003399";
TE.Get(8).bckColor="#990099";TE.Get(8).selBckColor="#003399";
TE.bSize=0;
TE.width=126;


//TE.arrIm="";
TE.WriteCSS();
TE.WriteDiv();

}
function MenuInit()
{
window.onresize= function(){window.history.go(0)};

TE.EventInit();

}
function Reset()
{
TE.Reset();

}