


_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(AllImagesStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
padding=0;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#A4D7BB";
oncolor="#ffffff";
offbgcolor="#A4D7BB";
offcolor="#000000";
bordercolor="#A4D7BB";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A4D7BB";
separatorsize="0";
padding=0;
fontsize="12";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
position="relative";
//subimage="arrow.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#00AAAA";
oncolor="#333333";
offbgcolor="#B4D728";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="0.7em";
fontstyle="normal";
fontfamily="Arial, Helvetica";
fontweight="bold";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="images/arrow.gif";
//subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=93);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("ENJOY")){
style=menuStyle2;
overflow="scroll";
aI("text=What's New;url=enjoy_whatsnew.html;");
aI("text=Spotlight;url=enjoy_themes.html;");
aI("text=Kids' Events;url=kidscorner.html;");
}

with(milonic=new menuname("BUILDINGS")){
style=menuStyle2;
overflow="scroll";
aI("text=Buildings Guide;url=buildings_guide.html;");
aI("text=Online Search;url=buildings_onlinesearch.html;");
aI("text=Updates & Amendments;url=buildings_updates.html;");
}

with(milonic=new menuname("USEFUL")){
style=menuStyle2;
overflow="scroll";
aI("text=General;url=useful_general.html;");
aI("text=FAQ;url=useful_faq.html;");
}



with(milonic=new menuname("GETIN")){
style=menuStyle2;
overflow="scroll";
aI("text=Funding Schemes;showmenu=FUNDING;url=getin_funding.html;");
aI("text=Sponsorship (how to);url=getin_sponsorship.html;");
aI("text=Volunteering (how to);url=getin_volunteer.html;");
}

	with(milonic=new menuname("FUNDING")){
	style=menuStyle2;
	overflow="scroll";
	aI("text=Individual Giving;url=getin_funding.html#patron;");
	aI("text=Company Giving;url=getin_funding.html#ohccs;");
	aI("text=The Future Fund;url=getin_funding.html#fgf;");
	}
	

with(milonic=new menuname("LINKS")){
style=menuStyle2;
overflow="scroll";
aI("text=ArchitectureLink;url=links_architecturelink.html;");
aI("text=Open House Contemporary;url=links_openhouse.html;");
aI("text=Useful Sites;url=links_usefulsites.html;");
}



drawMenus();

