function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=(W-695)/2;
TE.ypos=98;
TE.align="hor";
TE.bckColor="#000000";
//"#aa6633";
TE.selBckColor="#9F9F9F";
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","","","","",70,20);

TE.A(2,0,"Info Requests","","","","",105,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","index.htm?mt=Y","","","",90,20);




TE.A(7,1,"Homes for Sale","index.htm?goidxhomes=Y&teamsite=5&subdivision_id=Quail+Ridge&county=clay&tableclass=sub&listall=Y&notifyshow=N&teamsite=5&id=305&nonew=Y","","","");


TE.A(8,2,"Market Analysis","index.htm?cma=Y&title=Comparative+Market+Analysis","","","");
TE.A(9,2,"Your Next Home","index.htm?nexthome=Y&title=Your+Next+Home","","","");
TE.A(10,2,"Free Information","index.htm?freeinfo=Y","","","");

TE.A(11,3,"Local Map","index.htm?dmap=1","","","");
TE.A(12,3,"Northland Map","index.htm?dmap=2","","","");

TE.A(13,3,"Metro Map","index.htm?dmap=3","","","");

TE.A(14,3,"Community Map","index.htm?propmap=Y","","","");

//TE.A(14,3,"Riss Lake Plat","index.htm?propmap=Y&oversubid=115&in=2","","","");
//TE.A(14,3,"Riss Lake Manor Plat","index.htm?propmap=Y&oversubid=116","","","");
//TE.A(14,3,"Riss Lake Meadows Plat","index.htm?propmap=Y&oversubid=117","","","",180,20);

// TE.A(14,3,"Aerial","index.htm?dmap=4","","","");

// TE.A(15,4,"Photo Gallery","index.htm?pg=Y","","","");

TE.A(16,4,"Schools","index.htm?sch=Y","","","");

TE.A(17,4,"Utilities","index.htm?util=Y","","","");

TE.A(18,5,"Mortgage Calculator","index.htm?mcalc=Y","","","");

TE.A(19,5,"Loan Qualifier","index.htm?loanq=Y","","","");

TE.A(20,6,"Contact Us","index.htm?mt=Y","","","");

TE.A(21,0,"Home","/","","","");

// TE.A(22,7,"Homes from $250s to $350s","index.htm?goidxhomes=Y&subdivision_id=Riss+Lake,Riss+Lake+Manor,Riss+Lake+Meadows&countyq=platte&tableclass=sub&listall=Y&notifyshow=N&teamsite=5&id=115&nonew=Y&Max=350","","","",200,20);
// TE.A(24,7,"Homes from $350s to $500s","index.htm?goidxhomes=Y&subdivision_id=Riss+Lake,Riss+Lake+Manor,Riss+Lake+Meadows&countyq=platte&tableclass=sub&listall=Y&notifyshow=N&teamsite=5&id=115&nonew=Y&Min=350&Max=500","","","",200,20);
// TE.A(25,7,"Homes from $500s and up","index.htm?goidxhomes=Y&subdivision_id=Riss+Lake,Riss+Lake+Manor,Riss+Lake+Meadows&countyq=platte&tableclass=sub&listall=Y&notifyshow=N&teamsite=5&id=115&nonew=Y&Min=500","","","",200,20);
TE.A(27,1,"Community Map","index.htm?propmap=Y","","","");

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();
}
