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="#ffffff";
//"#aa6633";
TE.selBckColor="#067059";
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","","","","",80,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","","","");
//TE.A(7,1,"Virtual Tours","index.htm?pl=Y&listagents=N&vts=Y&vtonly=Y","","","");

TE.A(8,1,"Floor Plans","index.htm?bp=Y","","","");
TE.A(9,2,"Builder Information","index.htm?sbls=Y","","","");
TE.A(10,2,"Builder Inventory","index.htm?sbl=Y&sub_id=419","","","");
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,"Metro Map","index.htm?dmap=3","","","");
TE.A(15,3,"Master Plan","index.htm?mastershow=Y","","","");
//TE.A(16,3,"Creekside 2nd Plat","index.htm?plat=Y&in=7","","","");
TE.A(17,3,"10th Phase Plat","index.htm?dplat=Y&in=10","","","");
TE.A(17,3,"11th Phase Plat","index.htm?dplat=Y&in=11","","","");
//TE.A(17,3,"Parkside 2nd Plat","index.htm?plat=Y&in=9","","","");
TE.A(18,4,"Community Info","index.htm?comm=Y","","","");
TE.A(19,4,"Developer","index.htm?reserv=Y","","","");
TE.A(20,4,"Photo Gallery","index.htm?pg=Y","","","");
TE.A(21,4,"Schools","index.htm?sch=Y","","","");

TE.A(21,4,"10 Reasons","index.htm?schreasons=Y","","","");
TE.A(22,4,"Utilities","index.htm?util=Y","","","");
TE.A(23,5,"Mortgage Calculator","index.htm?mcalc=Y","","","");
TE.A(24,5,"Loan Qualifier","index.htm?loanq=Y","","","");
TE.A(25,6,"Marketing Team","index.htm?mt=Y","","","");
TE.A(26,6,"Market Analysis","index.htm?cma=Y&title=Comparative+Market+Analysis","","","");
TE.A(27,6,"Your Next Home","index.htm?nexthome=Y&title=Your+Next+Home","","","");
TE.A(28,6,"Free Information","index.htm?freeinfo=Y","","","");
TE.A(29,0,"Home","/","","","");
//TE.A(30,1,"Homes in 11th Phase","index.htm?pl=Y&listagents=N&platq=11","","","",210,20);
//TE.A(31,1,"Homes in Parkside 1st Plat","index.htm?pl=Y&listagents=N&platq=8","","","",210,20);
//TE.A(32,1,"Lots in 3rd Phase","index.htm?sll=Y&in=3","","","",195,20);
TE.A(33,1,"Lots in 10th Phase","index.htm?sll=Y&in=10","","","",195,20);
TE.A(33,1,"Lots in 11th Phase","index.htm?sll=Y&in=11","","","",195,20);
TE.A(34,4,"Eagle Creek Townhomes","/townhomes","","","",192,20);
TE.A(35,4,"HuntMidwest.com","http://www.huntmidwest.com","","","");

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();
}
