function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=(W-670)/2;
TE.ypos=15;
TE.align="hor";
TE.bckColor="#0F68A3";
//"#aa6633";
TE.selBckColor="#a0a0a0";
TE.fntColor="#ffffff";
TE.selFntColor="#000000";
TE.width=170;
TE.fntSize=2;TE.i=true;TE.b=true;
TE.iHeight=20;
TE.imWidth=20;
TE.bSize=1;
TE.bColor="#FFFFFF";
//TE.bckImage="h73cover_thumb.jpg";
//TE.arrIm="list-img1.gif";

//alert("after adding"+ns);

TE.A(1,0,"Townhomes","","","","",90,20);

TE.A(2,0,"Builders","","","","",74,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 Townhomes","index.htm?pl=Y","","","");

TE.A(8,1,"Floor Plans","index.htm?bp=Y","","","");

//TE.A(9,1,"1st Plat","index.htm?plat=Y","","","");
TE.A(9,1,"2nd Plat","index.htm?plat=Y&in=2","","","");

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,"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,"1st Plat","index.htm?plat=Y","","","");
TE.A(16,3,"2nd Plat","index.htm?plat=Y&in=2","","","");

TE.A(17,4,"Community Info","index.htm?comm=Y","","","");

TE.A(18,4,"Developer","index.htm?reserv=Y","","","");

TE.A(19,4,"Photo Gallery","index.htm?pg=Y","","","");

TE.A(20,4,"Schools","index.htm?sch=Y","","","");

TE.A(21,4,"Utilities","index.htm?util=Y","","","");

TE.A(22,5,"Mortgage Calculator","index.htm?mcalc=Y","","","");

TE.A(23,5,"Loan Qualifier","index.htm?loanq=Y","","","");

TE.A(24,6,"Marketing Team","index.htm?mt=Y","","","");
TE.A(25,6,"Market Analysis","index.htm?cma=Y&title=Comparative+Market+Analysis","","","");
TE.A(26,6,"Your Next Home","index.htm?nexthome=Y&title=Your+Next+Home","","","");
TE.A(27,6,"Free Information","index.htm?freeinfo=Y","","","");
TE.A(28,0,"Home","/","","","");
TE.A(29,4,"HOA Dues Include","index.htm?hoaduesinfo=Y","","","");
TE.A(30,4,"HuntMidwest.com","http://www.huntmidwest.com","","","",190,20);
//TE.A(31,1,"First Plat Building List","index.htm?sll=Y&in=1","","","",140,20);

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();
}
