function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=((W-800)/2)+11;
//TE.xpos=20;
TE.ypos=152;
TE.align="ver";
TE.bckColor="#000000";
TE.selBckColor="#888888";
TE.fntColor="#ffffff";
TE.selFntColor="#ffff00";
TE.width=160;
TE.fntSize='x';
TE.iHeight=19;
TE.imWidth=19;
TE.bSize=1;
TE.bColor="#000000";
//TE.bckImage="h73cover_thumb.jpg";
//TE.arrIm="list-img1.gif";

//alert("after adding"+ns);



TE.A(1,0,"About Us","index.html","","star1a.gif");
TE.A(2,0,"Horse Trekking","horsetrekking.html","","star1a.gif");
TE.A(3,0,"4WD Tours","fourwheeldrivetours.html","","star1a.gif");
TE.A(4,0,"Booking Info","location.html","","star1a.gif");
TE.A(5,0,"Home","index.html","","star1a.gif");






TE.A(10,1,"Guides","guides.html","","star2.gif");
TE.A(11,1,"Location","location.html","","star2.gif");
TE.A(12,1,"Ranfurly Art Deco","artdeco.html","","star2.gif");
TE.A(13,1,"Accommodation","accommodation.html","","star2.gif");




TE.A(20,2,"Horse Trekking","horsetrekking.html","","star2.gif");


TE.A(30,3,"4WD Tours","fourwheeldrivetours.html","","star2.gif");



TE.A(40,4,"How to find us","gettingthere.html","","star2.gif");
TE.A(41,4,"Contact Us","contactus.html","","star2.gif");
TE.A(42,4,"Photo Gallery","gallery.html","","star2.gif");
TE.A(43,4,"Links","links.html","","star2.gif");


TE.Get(1).bckColor="#000000";
TE.Get(2).bckColor="#000000";
TE.Get(3).bckColor="#000000";
TE.Get(4).bckColor="#000000";
TE.Get(5).bckColor="#000000";


TE.bSize=0;
//TE.width=155;
TE.arrIm="";
TE.WriteCSS();
TE.WriteDiv();



}
function MenuInit()
{
window.onresize= function(){window.history.go(0)};
TE.EventInit();
}
function Reset()
{
TE.Reset();
}
