function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=1000;
TE.xpos=(W-1000)/2 + 10;

if(TE.xpos<12)
{
TE.xpos=12;
//return;
}






//TE.xpos=120;
TE.ypos=260;
TE.align="vert";
TE.bckColor="#0F4FA0";//"#aa6633";
TE.selBckColor="#0000CC";
TE.fntColor="#ffffff";
TE.selFntColor="#ffff00";
TE.width=165;
TE.fntSize='x';
TE.iHeight=33;
TE.imWidth=0;
TE.bSize=1;
TE.bColor="#0000FF";
//TE.bckImage="h73cover_thumb.jpg";
//TE.arrIm="list-img1.gif";

//alert("after adding"+ns);



TE.A(1,0,"Home","index.html","","");
TE.A(2,0,"Charters","milford.html","","");
TE.A(3,0,"Training","training.html","","");
TE.A(4,0,"Booking Info","readfirst.html","","");
TE.A(5,0,"Travel Information","map.html","","");
TE.A(6,0,"Wildlife","wildlife.html","","");
TE.A(7,0,"Links","links.html","","");
TE.A(8,0,"Gallery","gallery.html","","");


TE.A(20,2,"Milford","milford.html","","");
TE.A(21,2,"Stewart Island","stewartisland.html","","");



TE.A(41,4,"Booking Info","readfirst.html","","");
TE.A(42,4,"Prices","prices.html","","");
TE.A(43,4,"Enquiries","booking.html","","");
TE.A(44,4,"Secure Bookings","https://www.nzsouth.co.nz/tawakidive/securebooking.html","","");
TE.A(45,4,"Contact","contact.html","","");


TE.A(51,5,"Travel Information","map.html","","");
TE.A(52,5,"FAQs","faq.html","","");



TE.A(61,6,"Wildlife","wildlife.html","","");
TE.A(62,6,"Conservation","conservation.html","","");






TE.Get(0).bckColor="#0F4FA0";
TE.Get(1).bckColor="#0F4FA0";
TE.Get(2).bckColor="#0F4FA0";
TE.Get(3).bckColor="#0F4FA0";
TE.Get(4).bckColor="#0F4FA0";
TE.Get(5).bckColor="#0F4FA0";
TE.Get(6).bckColor="#0F4FA0";
TE.Get(7).bckColor="#0F4FA0";


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();
}
