function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=1000;
//TE.xpos=(W/2)-474;
TE.xpos=28;
TE.ypos=185;
TE.align="vert";
TE.bckColor="#B0A684";//"#aa6633";
TE.selBckColor="#B0A684";
TE.fntColor="#ffffff";
TE.selFntColor="#333333";
TE.width=155;
TE.tablebackgroundcolor="";
TE.fntSize='x';
TE.iHeight=40;
TE.imWidth=0;
TE.bSize=0;
TE.boxspacing=44;
TE.bColor="#cccccc";
TE.background="button1.jpg";
//TE.bckImage="button1.jpg";
//TE.arrIm="button1.jpg";

//alert("after adding"+ns);



TE.A(1,0,"Home","index.html","","");
TE.A(2,0,"Accommodation ","lodge.html","","");
TE.A(3,0,"Fiordland Guides","guiding.html","","");
TE.A(4,0,"Promotions","promotions.html","","");
TE.A(5,0,"Packages","packages.html","","");
TE.A(6,0,"Reservations","reservations.html","","");
TE.A(7,0,"Gallery","gallery.html","","");
TE.A(8,0,"About Fiordland","fiordland.html","","");
TE.A(9,0,"Activities","activities.html","","");
TE.A(10,0,"Links","links.html","","");
TE.A(11,0,"Contact","contact.html","","");


TE.A(20,2,"Lounge & Dining","lounge.html","","");
TE.A(21,2,"Executive Suite","executive.html","","");
TE.A(22,2,"Lodge Rooms","lodge.html","","");
TE.A(23,2,"Log Cabins","cabins.html","","");
TE.A(24,2,"Tariff","_tariff.html","","");


TE.A(31,3,"Guiding","guiding.html","","");
TE.A(32,3,"Guided Fly Fishing","fishing.html","","");
TE.A(33,3,"Guided Hunting","hunting.html","","");
TE.A(34,3,"Guided Hiking","hiking.html","","");
TE.A(35,3,"Guided Nature Walks","naturewalks.html","","");
TE.A(36,3,"Bird Watching","birdwatching.html","","");
TE.A(37,3,"Special Interest Walks","specialinterestwalks.html","","");










TE.A(50,5,"All Packages","packages.html","","");
TE.A(51,5,"Scenic","package_scenic.html","","");
TE.A(52,5,"Fishing","package_fishing.html","","");
TE.A(53,5,"Birdwatching","package_birdwatching.html","","");
TE.A(54,5,"Explorer","package_explorer.html","","");
TE.A(55,5,"Honeymoon","package_honeymoon.html","","");
TE.A(56,5,"Deluxe","package_deluxe.html","","");
TE.A(57,5,"Walking","package_walking.html","","");
TE.A(58,5,"Corporate Retreats","package_corporate.html","","");












TE.A(81,8,"Info","fiordland.html","","");
TE.A(82,8,"Map","map.html","","");
TE.A(83,8,"Brochure","brochure.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();
}
