_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=./;");
aI("text=Company Profile;target=;url=Company-Profile.html;");
aI("showmenu=Dan Malcolm ProfileResume – Dan MalcolmLEFT_MENU;text=Dan Malcolm Profile;target=;url=Dan-Malcolm-Profile.html;");
aI("showmenu=Completed TransactionsCompleted SalesLEFT_MENU;text=Completed Transactions;target=;url=Complleted-Transactions.html;");
aI("text=Properties Developed;target=;url=Properties-Developed.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("Dan Malcolm ProfileResume – Dan MalcolmLEFT_MENU")){
style=submenuStyle;
aI("text=Resume – Dan Malcolm;target=;url=Resume-–-Dan-Malcolm.html;");
}

with(milonic=new menuname("Completed TransactionsCompleted SalesLEFT_MENU")){
style=submenuStyle;
aI("text=Completed Sales;target=;url=http://www.malcolmpc.com/images/salescomps.pdf;");
aI("text=Completed Leases;target=;url=http://www.malcolmpc.com/images/leasecomps.pdf;");
}


 drawMenus();
