fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=-5           // Sub menu left offset


with(menuStyle=new mm_style()){
styleid=4;
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="bold";
fontweight="bold"; 
align="center";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#e0dedf";
offcolor="#666666";
onbgcolor="#e0dedf";
oncolor="#f08546";
onitalic=0;
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2);Alpha(opacity=85%);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#cccccc";
separatorpadding=1;
separatorsize=1;
separatorwidth="90%";
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("products")){
itemwidth=133; 
top=2;
left=-31;
style=menuStyle;
aI("text=Multi-zone Systems;url=../heating-products/multi-zone-heating-system.html;");
aI("text=Electric Radiators;url=../heating-products/electric-radiators.html;");
aI("text=Radiant Panel Heaters;url=../heating-products/radiant-heaters.html;");
aI("text=Designer Heaters;url=./designer-heaters.html;");
aI("text=Towel Radiators;url=../heating-products/towel-radiators.html;");
aI("text=Heating Control Systems;url=../heating-products/electric-heating-control.html;");
}

with(milonic=new menuname("stories")){
itemwidth=159; 
top=2;
left=-36;
style=menuStyle; 
aI("text=Heattend Ducasa Partnership;url=./heattend-ducasa-partnership.html;");
aI("text=The Courtyard, Gt. Yarmouth;url=./the-courtyard-gt-yarmouth.html;");
aI("text=The Blue School, Wells;url=./the-blue-school-somerset.html;");
}

drawMenus();


