

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#9c9c9c";
offcolor="#FFFF00";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFF99";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontweight='bold'   
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#CCCCCC";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";

}


with(milonic=new menuname("Main Menu")){

style=menuStyle;
screenposition="center"
top=58
alwaysvisible=1;
orientation="horizontal";
menuwidth = 660



aI("text=Home;url=index.php;status=Back To Home Page;");
aI("text=For Buyers;url=buyers.php;showmenu=Buyers;");
aI("text=For Sellers;url=sellers.php;showmenu=Sellers;");
aI("text=Commercial;url=comm.php;showmenu=Commerical;");
aI("text=Investors;url=investors.php;showmenu=Investors;");
aI("text=Links;url=links.php;showmenu=Links;");
aI("text=About Us;url=aboutus.php;showmenu=About Us;");
aI("text=Contact Us;url=contactus.php;");
}

with(milonic=new menuname("Buyers")){
style=menuStyle;
overflow="scroll";
aI("text=Relocating to the Lehigh Valley?;url=relocate_1.php;");
aI("text=Buyer’s Rights or Else;url=buyers.php;");
aI("text=Search Lehigh Valley Homes For Sale;url=listings.htm;");
//aI("text=Rental Properties;url=rentals.php;");


}
with(milonic=new menuname("Sellers")){
style=menuStyle;
overflow="scroll";
aI("text=SOLD in 60 Days!;url=sellers.php;");

}

with(milonic=new menuname("Commerical")){
style=menuStyle;
aI("text=Commerical;url=/comm.php;");
aI("text=Lehigh Valley Public Services;url=relocate_ps.php;");


}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Investors Survival Guide;url=investors.php");
aI("text=Lehigh Valley Public Services;url=relocate_ps.php;");

}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Lehigh Valley Links;url=links.php");
aI("text=Relocation Links;url=relocate_1.php;");
aI("text=Lehigh Valley Public Services;url=relocate_ps.php;");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
aI("text=About Us;url=aboutus.php;");
aI("text=Testimonials;url=clients.php;");
//aI("text=Rental Properties;url=rentals.php;");

}

drawMenus();