function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=(W-600)/2;
TE.ypos=15;
TE.align="hor";
TE.bckColor="#600A0B";
//"#aa6633";
TE.selBckColor="#000000";
TE.fntColor="#ffffff";
TE.selFntColor="#ffffff";
TE.width=170;
TE.fntSize=2;TE.i=true;TE.b=true;
TE.iHeight=20;
TE.imWidth=20;
TE.bSize=1;
TE.bColor="#000000";
//TE.bckImage="h73cover_thumb.jpg";
//TE.arrIm="list-img1.gif";

//alert("after adding"+ns);

TE.A(1,0,"Homes","","","","",60,20);
TE.A(2,0,"Builders ","","","","",75,20);
TE.A(3,0,"Maps&nbsp;&&nbsp;Plats ","","","","",105,20);
TE.A(4,0,"The&nbsp;Community ","","","","",120,20);
TE.A(5,0,"Services","","","","",75,20);
TE.A(6,0,"Contact Us ","","","","",90,20);
TE.A(7,1,"Hills of Westwood Homes","index.htm?pl=Y&listagents=N","","","",190,20);
TE.A(7,1,"Westwood Village Homes","index.htm?pl=Y&listagents=N&oversubid=1964","","","",190,20);

TE.A(8,1,"Hills of Westwood Lots","index.htm?sll=Y&lstatus=1","","","");
TE.A(8,1,"Westwood Village Lots","index.htm?sll=Y&oversubid=1964&lstatus=1","","","");
//TE.A(9,1,"Second Plat Lot List","index.htm?sll=Y&in=2","","","");
//TE.A(9,1,"Third Plat Lot List","index.htm?sll=Y&in=3","","","");
//TE.A(9,1,"Fourth Plat Lot List","index.htm?sll=Y&in=4","","","");
//TE.A(9,1,"Fifth Plat Lot List","index.htm?sll=Y&in=5","","","");
TE.A(10,2,"Builder Information","index.htm?sbls=Y","","","");
//TE.A(11,2,"Floor Plans","index.htm?bp=Y","","","");
TE.A(12,3,"Local Map","index.htm?dmap=1","","","");
TE.A(13,3,"Area Map","index.htm?dmap=2","","","");
//TE.A(14,3,"Plat Map","index.htm?plat=Y&in=1","","","");
TE.A(15,3,"Real-time Plat Map","index.htm?dplat=Y","","","");
//TE.A(16,3,"Aerial Photograph","index.htm?dmap=4","","","");

// TE.A(15,3,"Master Plan","index.htm?mastershow=Y","","","");
// TE.A(16,3,"Northridge 1st Plat","index.htm?plat=Y&in=1","","","");
// TE.A(17,3,"Northridge 2nd Plat", "index.htm?plat=Y&in=2","","","");
// TE.A(18,3,"Northridge B,C,D Plat", "index.htm?plat=Y&in=3","","","");
// TE.A(19,3,"Northridge E Plat", "index.htm?plat=Y&in=4","","","");
// TE.A(22,4,"Community Info","index.htm?comm=Y","","","");
// TE.A(24,4,"Photo Gallery","index.htm?commpg=Y","","","");
TE.A(25,4,"Schools","index.htm?sch=Y","","","");
TE.A(26,4,"Utilities","index.htm?util=Y","","","");
TE.A(26,4,"Jamestowne Village","http://www.jamestowne-village.com","","","");
TE.A(27,5,"Mortgage Calculator","index.htm?mcalc=Y","","","");
TE.A(28,5,"Loan Qualifier","index.htm?loanq=Y","","","");
TE.A(29,6,"Marketing Team","index.htm?mt=Y","","","");
TE.A(31,6,"Your Next Home","index.htm?nexthome=Y&title=Your+Next+Home","","","");
TE.A(32,6,"Free Information","index.htm?freeinfo=Y","","","");
TE.A(33,0,"Home","/","","","",60,20);

// TE.A(37,1,"Highlands I Lot List","index.htm?sll=Y&in=5","","","");

TE.bSize=0;
TE.width=80;
TE.arrIm="";
TE.WriteCSS();
TE.WriteDiv();



}
function MenuInit()
{
window.onresize= function(){window.history.go(0)};
TE.EventInit();
}
function Reset()
{
TE.Reset();
}

