function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=(W-684)/2;
TE.ypos=109;
TE.align="hor";
TE.bckColor="#5ea3c8";
//"#aa6633";
TE.selBckColor="#5ea3c8";
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="#000000";
//TE.bckImage="h73cover_thumb.jpg";
//TE.arrIm="list-img1.gif";

//alert("after adding"+ns);

TE.A(1,0,"About Us","index.htm?hws=Y","","","",78,20);
TE.A(2,0,"Awards","index.htm?awards=Y","","","",60,20);
TE.A(3,0,"Our Homes","index.htm?oh=Y","","","",90,20);
TE.A(4,0,"Partner Links","index.htm?links=Y","","","",106,20);
TE.A(5,0,"Photo Gallery","index.htm?pg1=Y","","","",108,20);
TE.A(6,0,"Inventory","index.htm?vah=Y","","","",82,20);
TE.A(7,0,"&nbsp;Information","index.htm?cu=Y","","","",98,20);
TE.A(8,6,"Eagles Ridge","index.htm?vah=Y&sub_id=2105","","","",112,20);
TE.A(8,6,"Bennington Park","index.htm?vah=Y&sub_id=2024","","","",112,20);
TE.A(8,6,"Brighton Woods North","index.htm?vah=Y&sub_id=1771","","","",112,20);
TE.A(9,6,"Benson Place Brookview","index.htm?vah=Y&sub_id=1967","","","",192,20);
TE.A(10,6,"Benson Place Parkfield","index.htm?vah=Y&sub_id=1965","","","",192,20);
TE.A(10,6,"Benson Place Fieldstone","index.htm?vah=Y&sub_id=2026","","","",192,20);
TE.A(11,6,"Eagle Creek","index.htm?vah=Y&sub_id=1969","","","",82,20);
TE.A(12,6,"Rock Hill","index.htm?vah=Y&sub_id=426","","","",82,20);
TE.A(10,6,"Steeple Oaks","index.htm?vah=Y&sub_id=2020","","","",192,20);
TE.A(17,7,"Contact Us","index.htm?cu=Y","","","",98,20);
TE.A(18,7,"Selection Info","MAPITEMSSELECTOVERAGES.pdf","","","",98,20);
//TE.A(18,7,"Mortgage Calculator","index.htm?mcalc=Y","","","");
//TE.A(19,7,"Loan Qualifier","index.htm?loanq=Y","","","");
// TE.A(26,6,"Contact Us","index.htm?mt=Y","","","",80,20);
TE.A(20,0,"&nbsp;Home","/","","","",70,20);
TE.A(23,3,"Our Homes","index.htm?oh=Y","","","",90,20);
TE.A(24,3,"Plans","index.htm?bfp=Y","","","",90,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();
}
