


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#00798C";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#00798C";
borderstyle="solid";
borderwidth="1";
separatorcolor="#00798C";
separatorsize="1";
padding="5";
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#00798C";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="./images/int/nav/arrow_right.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#564F47', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainmenuStyle=new mm_style()){
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
imagepadding=0;
offbgcolor="#00798C";
onbgcolor="#006877";
itemwidth=155;
oncolor="#ffffff";
offcolor="#ffffff";
padding=4;
separatorsize="5";
fontalign="right";

}

// ABOUT - MAIN
with(milonic=new menuname("About")){
style=menuStyle;
itemwidth=162;
aI("text=introduction;url=porthiaAboutUs.asp;");
aI("text=acquisitions;url=porthiaAcquisitions.asp;");
aI("text=design;url=porthiaDesign.asp;");
aI("text=developments;url=porthiaDevelopments.asp;");
aI("text=project management;url=porthiaProjectManagement.asp;");
aI("text=refurbishments;url=porthiaRefurbishments.asp;");
aI("text=new build;url=porthiaNewBuild.asp;");
aI("text=commercial;url=porthiaCommercial.asp;");
aI("text=nursing homes;url=porthiaNursingHomes.asp;");
}

// PROPERTIES - MAIN
with(milonic=new menuname("Properties")){
style=menuStyle;
itemwidth=162;
aI("text=development map;url=porthiaMap.asp;");
aI("text=property list;url=porthiaProperty_ListAll.asp;");
aI("text=property search;url=porthiaProperty_Search.asp;");
aI("text=virtual tour;url=porthiaProperty_Tour.asp;");
}

drawMenus();


