function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=(W-800)/2;
TE.xpos=0;
TE.ypos=202;
TE.align="vert";
TE.bckColor="#000090";//"#aa6633";
TE.selBckColor="#000080";
TE.fntColor="#ffffff";
TE.selFntColor="#ffff00";
TE.width=190;
TE.fntSize='x';
TE.iHeight=33;
TE.imWidth=0;
TE.bSize=1;
TE.bColor="#0000b0";
//TE.bckImage="h73cover_thumb.jpg";
//TE.arrIm="list-img1.gif";

//alert("after adding"+ns);



TE.A(1,0,"About","index.html","","");
TE.A(2,0,"Sailing Programme","raceprogramme.html","","");
TE.A(3,0,"Building Hire","buildinghire.html","","");
TE.A(4,0,"Lake Dunstan Classic","dunstanclassic.html","","");
TE.A(4,0,"Membership","membership.html","","");
TE.A(5,0,"Club Contacts","contactus.html","","");
TE.A(6,0,"Useful Links","links.html","","");







TE.Get(0).bckColor="#000090";
TE.Get(1).bckColor="#000090";
TE.Get(2).bckColor="#000090";
TE.Get(3).bckColor="#000090";
TE.Get(4).bckColor="#000090";
TE.Get(5).bckColor="#000090";






TE.bSize=0;
//TE.width=135;
TE.arrIm="";
TE.WriteCSS();
TE.WriteDiv();



}
function MenuInit()
{
window.onresize= function(){window.history.go(0)};
TE.EventInit();
}
function Reset()
{
TE.Reset();
}
