function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=(W-680)/2;
TE.ypos=135;
TE.align="hor";
TE.bckColor="#00012A";
//"#aa6633";
TE.selBckColor="#00012A";
TE.fntColor="#ffffff";
TE.selFntColor="#CCCC00";
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","","","","",66,20);
TE.A(2,0,"Info&nbsp;Requests","","","","",100,20);
TE.A(3,0,"Maps&nbsp;&&nbsp;Plats ","","","","",100,20);
TE.A(4,0,"The&nbsp;Community ","","","","",115,20);
TE.A(5,0,"Finance&nbsp;Center ","","","","",115,20);
//TE.A(6,0,"HOA","/hoa","","","",40,20);
TE.A(7,0,"Contact&nbsp;Us","index.htm?mt=Y","","","",80,20);
TE.A(8,1,"Homes for Sale","index.htm?goidxhomes=Y&subdivision_id=Tremont+Manor&countyq=clay&tableclass=sub&listall=Y&notifyshow=N&teamsite=5&id=135","","","");
TE.A(9,2,"Market Analysis","index.htm?cma=Y&title=Comparative+Market+Analysis","","","");
TE.A(10,2,"Your Next Home","index.htm?nexthome=Y&title=Your+Next+Home","","","");
TE.A(11,2,"Free Information","index.htm?freeinfo=Y","","","");
TE.A(12,2,"New Listing Notification","index.htm?listnotif=Y","","","",180,20);
TE.A(13,3,"Local Map","index.htm?dmap=1","","","");
TE.A(14,3,"Northland Map","index.htm?dmap=2","","","");
TE.A(15,3,"Metro Map","index.htm?dmap=3","","","");
TE.A(16,3,"Community Map","index.htm?propmap=Y","","","");
//TE.A(17,4,"Photo Gallery","index.htm?pg=Y","","","",250,20);
TE.A(17,4,"Map an address","index.htm?mapadd=Y","","","",250,20);
TE.A(18,4,"Schools","index.htm?sch=Y","","","",250,20);
TE.A(19,4,"Utilities","index.htm?util=Y","","","",250,20);
TE.A(20,4,"Emergency","index.htm?emer=Y","","","",250,20);
TE.A(21,4,"Area Information","index.htm?helpful=Y","","","",250,20);
TE.A(22,4,"Covenants/Restrictions&nbsp;(PDF)","DeclarationsTremontManor.pdf","","","",270,20);
TE.A(24,4,"By Laws&nbsp;(PDF)","TremontBylaws.pdf","","","",250,20);
TE.A(25,5,"Mortgage Calculator","index.htm?mcalc=Y","","","");
TE.A(26,5,"Loan Qualifier","index.htm?loanq=Y","","","");
// TE.A(26,6,"Contact Us","index.htm?mt=Y","","","",80,20);
TE.A(27,0,"Home","/","","","",60,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();
}

