_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="#005555";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="Peru";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=http://www.malcolmpc.com/;");
aI("text=Company Profile;target=;url=Company-Profile.html;");
aI("text=Dan Malcolm Profile;target=;url=Dan-Malcolm-Profile.html;");
aI("text=Dan Malcom-Resume;target=;url=Dan-Malcom-Resume.html;");
aI("showmenu=Available Properties/For SaleLEFT_MENU;text=Available Properties;target=;url=Available-Properties.html;");
aI("showmenu=Completed Transactions/Completed SalesLEFT_MENU;text=Completed Transactions;target=;url=Complleted-Transactions.html;");
aI("text=Properties Developed;target=;url=Properties-Developed.html;");
aI("text=Investment Property Portfolio;target=;url=Investment-Property-Portfolio.html;");
aI("text=Archive Marketing Brochures;target=;url=Archive-Marketing-Brochures.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("Available Properties/For SaleLEFT_MENU")){
style=submenuStyle;
aI("text=For Sale;target=;url=For-Sale.html;");
aI("text=For Lease;target=;url=For-Lease.html;");
}

with(milonic=new menuname("Completed Transactions/Completed SalesLEFT_MENU")){
style=submenuStyle;
aI("text=Completed Sales;target=_blank;url=http://www.malcolmpc.com/images/salescomps.pdf;");
aI("text=Completed Leases;target=_blank;url=http://www.malcolmpc.com/images/leasecomps.pdf;");
}


 drawMenus();

