_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=Frost Protection;url=/trace-heating/applications/gutter-frost-protection.htm;");
	aI("text=Snow Melting;url=/trace-heating/applications/snow-melting.htm;");
	aI("text=Pipe Protection;url=/trace-heating/applications/pipe-protection.htm;");
	aI("text=Hotwater Maintenance;url=/trace-heating/applications/hotwater.htm;");
}


with(milonic=new menuname("Information")){
	openstyle="down";
	style=submenuStyle;
	overflow="scroll";
	aI("text=What is Elements?;url=what_is_elements.php;status=What is Elements?");
	aI("text=Trace Heating (UK);url=/trace-heating/company/;");
	aI("text=CJ Electrical;url=/electrical_contractors.htm;");
	aI("text=Frequently Asked Questions;url=/trace-heating/faq/;");
	aI("text=Helpful Links;url=links.php;");
}

with(milonic=new menuname("Downloads")){
	openstyle="down";
	style=submenuStyle;
	overflow="scroll";
}