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,"Milford Sound","milford.html","","");
TE.A(3,0,"Shark Cage Diving","stewartisland.html","","");
TE.A(4,0,"Private Charters","privatecharters.html","","");


TE.A(5,0,"Training","training.html","","");
TE.A(6,0,"Booking Info","readfirst.html","","");
TE.A(7,0,"Travel Information","map.html","","");
TE.A(8,0,"Wildlife","wildlife.html","","");
TE.A(9,0,"Links","links.html","","");
TE.A(10,0,"Gallery","gallery.html","","");




TE.A(61,6,"Booking Info","readfirst.html","","");
TE.A(62,6,"Prices","prices.html","","");
TE.A(63,6,"Enquiries","booking.html","","");
TE.A(64,6,"Secure Bookings","https://www.nzsouth.co.nz/tawakidive/securebooking.html","","");
TE.A(65,6,"Contact","contact.html","","");


TE.A(71,7,"Travel Information","map.html","","");
TE.A(72,7,"FAQs","faq.html","","");



TE.A(81,8,"Wildlife","wildlife.html","","");
TE.A(82,8,"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();
}
