function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
//TE.xpos=(W-800)/2;
TE.xpos=401;
TE.ypos=28;
TE.align="hor";
TE.bckColor="#86A20B";//"#aa6633";
TE.selBckColor="#333333";
TE.fntColor="#ffffff";
TE.selFntColor="#ffff00";
TE.width=86;
TE.tablebackgroundcolor="";
TE.fntSize='x';
TE.iHeight=30;
TE.imWidth=0;
TE.bSize=0;
TE.boxspacing=14;
TE.bColor="#cccccc";
TE.background="greenbutton.gif";
//TE.bckImage="greenbutton.gif";
//TE.arrIm="greenbutton.gif";

//alert("after adding"+ns);



TE.A(1,0,"HOME","index.html","","");
TE.A(2,0,"KAYAK TOURS ","guided_kayaking_fiordland.html","","");
TE.A(3,0,"OTHER INFO","faq.html","","");
TE.A(4,0,"CONTACT US","booking.html","","");
TE.A(5,0,"REFLECTIONS","reflections.html","","");

TE.A(10,1,"FIORDLAND","index.html","","");
TE.A(11,1,"ABOUT US","about_sea_kayaking_fiordland.html","","");
TE.A(12,1,"LOCATION","location.html","","");
TE.A(13,1,"GUIDES","guides.html","","");

TE.A(20,2,"GENERAL INFO","guided_kayaking_fiordland.html","","");
TE.A(21,2,"MILFORD SOUND","milfordsound.html","","");
TE.A(22,2,"DOUBTFUL SOUND 2 DAYS","doubtfulsound_2days.html","","");
TE.A(23,2,"DOUBTFUL SOUND 3-5 DAYS","doubtfulsound_3-5days.html","","");
TE.A(24,2,"FUN COMBINATIONS","funcombinations.html","","");
TE.A(25,2,"AWESOME LAKES","awesomelakes.html","","");
TE.A(26,2,"SOUTHERN FIORDS","southernfiords.html","","");


TE.A(30,3,"FAQ","faq.html","","");
TE.A(31,3,"SAFETY/RISK","safety.html","","");
TE.A(32,3,"EQUIPMENT","equipment.html","","");
TE.A(33,3,"DATES & COSTS","dates_costs.html","","");
TE.A(34,3,"NEWS UPDATE","news.html","","");
TE.A(35,3,"MOVIE","movie.html","","");
TE.A(36,3,"DISTANCE CALCULATOR","distancecalculator.html","","");
TE.A(37,3,"CURRENCY CONVERTER","currencyconverter.html","","");



TE.A(41,4,"ENQUIRIES","booking.html","","");
TE.A(42,4,"BOOKINGS","https://www.nzsouth.co.nz/fiordlandseakayak/securebooking.html","","");
TE.A(43,4,"CANCELLATION","cancellation.html","","");
TE.A(44,4,"DISCLAIMER","disclaimer.html","","");

TE.A(51,5,"from TRAVELLERS","reflections.html","","");
TE.A(52,5,"GALLERY","gallery.html","","");
TE.A(53,5,"LINKS","links.html","","");


//TE.Get(0).bckColor="#86A20B";
//TE.Get(1).bckColor="#86A20B";



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();
}
