_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(XPMenuStyle=new mm_style()){
	onbgcolor="#DEE8F3";
	oncolor="#000000";
	offbgcolor="transparent";
	offcolor="#000000";
	bordercolor="#8A867A";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#C3C3C8";
	separatorsize="0";
	separatorpadding="2";
	padding=8;
	fontsize="11px";
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Verdana, Tahoma, Arial";
	image="/images/xpblank.gif";
	subimage="/images/arrow.gif";
	subimagepadding=5;
	onborder="1px solid #3462A6";
	overfilter="Shadow(color='#777777', Direction=135, Strength=5)";
	menubgimage="/images/winxp.gif";
}

with(submenuStyle=new mm_style()){
	styleid=1;
	bordercolor="#8F8F8F";
	borderstyle="solid";
	borderwidth=1;
	fontfamily="Verdana, Tahoma, Arial";
	fontsize="11px";
	fontstyle="normal";
	fontweight="normal";
	headercolor="#000000";
	offbgcolor="#F3F3F3";
	offcolor="#000000";
	onbgcolor="#9C0801";
	oncolor="#ffffff";
	outfilter="";
	overfilter="Alpha(opacity=95);Shadow(color=#939393', Direction=145, Strength=4)";
	padding=5;
	pagecolor="black";
	separatorcolor="#C4C7CF";
	separatorsize=1;
	subimagepadding=8;
	align="left";
	decoration="none";
	image="/images/xpblank.gif";
	subimage="/images/arrow.gif";
	subimagepadding=5;
	offclass="milonicPad";
}

with(milonic=new menuname("Applications")){
	openstyle="down";
	style=submenuStyle;
	overflow="scroll";
	aI("text=Comfort Heating;url=/underfloor-heating/applications/comfort-heating.htm;");
	aI("text=Mirror Demisting;url=/underfloor-heating/applications/mirror-demisting.htm;");
	aI("text=Pipe Protection;url=/underfloor-heating/applications/pipe-protection.htm;");
	aI("text=Ice and Snow Melting;url=/underfloor-heating/applications/snow-melting.htm;");
	aI("text=Special Applications;url=/underfloor-heating/applications/special-applications.htm;");
	aI("text=Trace Heating;url=/underfloor-heating/applications/trace-heating.htm;");
	aI("text=Warm Floors;url=/underfloor-heating/applications/warm-floors.htm;");
}


with(milonic=new menuname("Information")){
	openstyle="down";
	style=submenuStyle;
	overflow="scroll";
	aI("text=Underfloor Heating Projects (UK);url=/company.php;");
	aI("text=CJ Electrical;url=/electrical-contractors/;");
	aI("text=Frequently Asked Questions;url=/faq.php;");
}

with(milonic=new menuname("Downloads")){
	openstyle="down";
	style=submenuStyle;
	overflow="scroll";
	aI("text=Miscellaneous;url=/downloads.php;");
}

with(milonic=new menuname("Contact")){
	openstyle="down";
	style=submenuStyle;
	overflow="scroll";
	aI("text=Contact Information;url=/contact.php;");
	aI("text=Sending CAD Files;url=/sendFiles.php;");
	aI("text=Quotation Request;url=/quotation.php;");
}