function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
//TE.xpos=(W-400)/2;
TE.xpos=180;
TE.ypos=120;
TE.align="vert";
TE.bckColor="#ffffff"; //"#0266fe";
TE.selBckColor="0266fe";
TE.fntColor="#000080";
TE.selFntColor="#ffffff";
TE.width=160;
TE.fntSize=1;
TE.fntSize2=1;
TE.iHeight=20;
TE.iHeight2=20;
TE.imWidth=20;
TE.imWidth2=20;
TE.bSize=1;
TE.bColor="#000000";
TE.face="Arial Bold";

//TE.bckImage="h73cover_thumb.jpg";
//TE.arrIm="list-img1.gif";

//alert("after adding"+ns);

TE.A(1,0,"Home","/centralotago/index.html","","/centralotago/arrow.gif");
TE.A(2,0,"Regions and Towns "," /centralotago/region_alex.html","","/centralotago/arrow.gif");
TE.A(3,0,"Activities/ Attractions ","/centralotago/whatintr.html","","/centralotago/arrow.gif");
TE.A(4,0,"Events ","/centralotago/events.html","","/centralotago/arrow.gif");
TE.A(5,0,"Accommodation ","/centralotago/accommodation.html","","/centralotago/arrow.gif");
TE.A(6,0,"Wine & Dine ","/centralotago/wine.html","","/centralotago/arrow.gif");


TE.A(6,0,"Lifestyle info & stats ","/centralotago/lifestyle.html","","/centralotago/arrow.gif");
TE.A(7,0,"Links ","/centralotago/links.html","","/centralotago/arrow.gif");
TE.A(8,2,"Regions Intro","/centralotago/region_alex.html","","/centralotago/arrow2.gif");
TE.A(9,2,"Alexandra","/centralotago/alex.html","","/centralotago/arrow2.gif");
TE.A(10,2,"Clyde","/centralotago/clyde.html","","/centralotago/arrow2.gif");
TE.A(11,2,"Cromwell","/centralotago/cromdo.html","","/centralotago/arrow2.gif");
TE.A(12,2,"Roxburgh","/centralotago/roxburgh.html","","/centralotago/arrow2.gif");
TE.A(13,2,"Maniototo","/centralotago/maniatot.html","","/centralotago/arrow2.gif");
TE.A(14,3,"Activities Intro ","/centralotago/whatintr.html","","/centralotago/arrow2.gif");
TE.A(15,3,"Curling","/centralotago/curling.html","","/centralotago/arrow2.gif");
TE.A(16,3,"Fishing","/centralotago/fishing.html","","/centralotago/arrow2.gif");
TE.A(17,3,"Mountain Biking","/centralotago/mounbike.html","","/centralotago/arrow2.gif");
TE.A(18,3,"Central Otago Craft Trail","/centralotago/crafttrail.html","","/centralotago/arrow2.gif");
TE.A(19,4,"Events","/centralotago/events.html","","/centralotago/arrow2.gif");

TE.A(20,4,"Blossom Festival","/centralotago/blossomfest.html","","/centralotago/arrow2.gif");
TE.A(20,6,"Central Otago Wines ","/centralotago/wine.html","","/centralotago/arrow2.gif");
TE.A(21,6,"Restaurants ","/centralotago/restaurants.html","","/centralotago/arrow2.gif");

TE.A(22,1,"Welcome ","/centralotago/openhello.html","","/centralotago/arrow2.gif");


TE.Get(1).bckColor="#ffffff";
TE.Get(2).bckColor="#ffffff";
TE.Get(3).bckColor="#ffffff";
TE.Get(4).bckColor="#ffffff";
TE.Get(5).bckColor="#ffffff";
TE.Get(6).bckColor="#ffffff";
TE.Get(7).bckColor="#ffffff";
TE.Get(8).bckColor="#ffffff";



TE.bSize=1;
TE.width=140;
TE.arrIm="";
TE.WriteCSS();
TE.WriteDiv();



}
function MenuInit()
{
window.onresize= function(){window.history.go(0)};
TE.EventInit();
}
function Reset()
{
TE.Reset();
}
