function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=(W-680)/2;
TE.ypos=15;
TE.align="hor";
TE.bckColor="#d9d9f3";
//"#aa6633";
TE.selBckColor="#993232";
TE.fntColor="#000000";
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","","","","",100,20);

TE.A(2,0,"Builders ","","","","",80,20);

TE.A(3,0,"Maps & Plats ","","","","",105,20);

TE.A(4,0,"The Community ","","","","",120,20);

TE.A(5,0,"Finance Center ","","","","",120,20);

TE.A(6,0,"Contact Us ","","","","",90,20);

TE.A(7,1,"New Homes","index.htm?pl=Y&listagents=N&pstatus=1,4","","","");
TE.A(7,1,"Model Homes","index.htm?pl=Y&listagents=N&pstatus=3,4","","","");

//TE.A(8,1,"New Villas","index.htm?pl=Y&subid=1850&listagents=N","","","");
TE.A(8,1,"Highlands IV Lots","index.htm?sll=Y&in=10","","","");
TE.A(8,1,"Highlands V Lots","index.htm?sll=Y&in=12","","","");
TE.A(8,1,"Links I Lots","index.htm?sll=Y&in=9","","","");
TE.A(8,1,"Links II Lots","index.htm?sll=Y&in=11","","","");

TE.A(9,2,"Builder Information","index.htm?sbls=Y","","","");

TE.A(10,2,"Builder Inventory","index.htm?sbl=Y&sub_id=356","","","");

TE.A(11,2,"Floor Plans","index.htm?bp=Y","","","");

TE.A(12,3,"Local Map","index.htm?dmap=1","","","");

TE.A(13,3,"Northland Map","index.htm?dmap=2","","","");

TE.A(14,3,"Metro Map","index.htm?dmap=3","","","");

TE.A(15,3,"Master Plan","index.htm?mastershow=Y","","","");

//TE.A(16,3,"Highlands I","index.htm?plat=Y&in=5","","","");
//TE.A(17,3,"Highlands II","index.htm?plat=Y&in=6","","","");
//TE.A(18,3,"Highlands III","index.htm?plat=Y&in=7","","","");
TE.A(18,3,"Highlands IV","index.htm?dplat=Y&in=10","","","");
TE.A(18,3,"Highlands V","index.htm?dplat=Y&in=12","","","");
//TE.A(19,3,"Lake I","index.htm?plat=Y&in=8","","","");
TE.A(20,3,"Links I","index.htm?dplat=Y&in=9","","","");
TE.A(20,3,"Links II","index.htm?dplat=Y&in=11","","","");

//TE.A(21,3,"Villas II","index.htm?plat=Y&in=2&subid=1850","","","");
TE.A(21,4,"Community Video","index.htm?ms=Y","","","");

TE.A(22,4,"Community Info","index.htm?comm=Y","","","");

TE.A(23,4,"Developer","index.htm?reserv=Y","","","");

TE.A(24,4,"Photo Gallery","index.htm?pg=Y","","","");

TE.A(25,4,"Schools","index.htm?sch=Y","","","");
TE.A(25,4,"10 Reasons","index.htm?schreasons=Y","","","");
TE.A(26,4,"Utilities","index.htm?util=Y","","","");

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(30,6,"Market Analysis","index.htm?cma=Y&title=Comparative+Market+Analysis","","","");
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","/","","","");
//TE.A(34,4,"Villa Maintenance","index.htm?hoaduesinfo=Y","","","");
//TE.A(35,2,"Villa Builder Inventory","index.htm?sbls=Y&subid=1850","","","");
//TE.A(36,2,"Villa Floor Plans ","index.htm?bp=Y&subid=1850","","","");
TE.A(37,4,"HuntMidwest.com","http://www.huntmidwest.com","","","");

// 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();
}
