

_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=0               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=0;
fontstyle="normal";
fontweight="normal";
}


with(PlainStyle=new mm_style()){
onbgcolor="#388ADB";
oncolor="white";
offbgcolor="#F1F1F1";
offcolor="#2C4045";
bordercolor="#D5D5D5";
borderstyle="solid";
borderwidth=1;
separatorcolor="White";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif;";
pagecolor="white";
pagebgcolor="#BDAC6A";
headercolor="#333333";
headerbgcolor="#D4D0C8";
subimage="Images/menu/spacer.gif";
subimagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#D4D0C8', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("about")){
style=PlainStyle;
aI("text=Appliance&nbsp;Parts;url=http://www.stokessynertec.com.au/Content/anmviewer.asp?a=18&z=9;");
aI("text=OzSpares;url=http://www.stokessynertec.com.au/Content/anmviewer.asp?a=19&z=9;");
aI("text=Vacuum&nbsp;Cleaner&nbsp;Parts;url=http://www.stokessynertec.com.au/Content/anmviewer.asp?a=26&z=9;");
aI("text=Valve&nbsp;and&nbsp;Camlocks;url=http://www.stokessynertec.com.au/Content/anmviewer.asp?a=20&z=9;");
aI("text=Stokes&nbsp;(Australasia)&nbsp;Limited;url=http://www.stokessynertec.com.au;");
}

with(milonic=new menuname("products")){
style=PlainStyle;
aI("text=Cooking&nbsp;elements;url=http://www.stokessynertec.com.au/products_cooking.asp;");
aI("text=Water&nbsp;heating&nbsp;elements;url=http://www.stokessynertec.com.au/products_waterheating.asp;");
aI("text=Industrial&nbsp;products;url=http://www.stokessynertec.com.au/products_industheating.asp;");
aI("text=Merchandising&nbsp;and&nbsp;agency&nbsp;products;url=http://www.stokessynertec.com.au/products_merch.asp;");
}

with(milonic=new menuname("news")){
style=PlainStyle;
aI("text=News&nbsp;Archive;url=http://www.stokessynertec.com.au/news.asp;");
aI("text=Newsletter&nbsp;Archive;url=http://www.stokessynertec.com.au/newsletter.asp;");
}

with(milonic=new menuname("catalogues")){
style=PlainStyle;
aI("text=Main&nbsp;Catalogue&nbsp;Page;url=http://www.stokessynertec.com.au/catalogues.asp;");
aI("text=Air&nbsp;Heating&nbsp;Catalogue;url=http://www.stokessynertec.com.au/Content/anmviewer.asp?a=6&z=3;");
aI("text=Heating&nbsp;Cable&nbsp;Catalogue;url=http://www.stokessynertec.com.au/Content/anmviewer.asp?a=9&z=3;");

aI("text=Industrial&nbsp;Heating&nbsp;Catalogue;url=http://www.stokessynertec.com.au/Content/anmviewer.asp?a=10&z=3;");
aI("text=Caloritech&nbsp;Ruffneck&nbsp;EFX&nbsp;Explosion&nbsp;Proof&nbsp;Exhaust&nbsp;Fan;url=http://www.stokessynertec.com.au/content/templates/detail_catalogues.asp?articleid=30&zoneid=3;");
aI("text=Caloritech&nbsp;Indicating&nbsp;Temperature&nbsp;Control;url=http://www.stokessynertec.com.au/content/templates/detail_catalogues.asp?articleid=29&zoneid=3;");
aI("text=Caloritech&nbsp;Explosion&nbsp;Proof&nbsp;Pilot&nbsp;Gas&nbsp;Heater;url=http://www.stokessynertec.com.au/Content/templates/detail_catalogues.asp?articleid=28&zoneid=7;");
}

with(milonic=new menuname("tools")){
style=PlainStyle;
aI("text=Unit&nbsp;Conversion&nbsp;Calculator;url=http://www.stokessynertec.com.au/tools_units.asp;");
aI("text=Ohm's&nbsp;Law&nbsp;Calculator;url=http://www.stokessynertec.com.au/tools_ohmslaw.asp;");
}

with(milonic=new menuname("contact")){
style=PlainStyle;
aI("text=Stokes&nbsp;Synertec&nbsp;Head&nbsp;Office&nbsp;&&nbsp;Factory;url=http://www.stokessynertec.com.au/Content/anmviewer.asp?a=12&z=6;");
aI("text=Stokes&nbsp;Synertec&nbsp;Australian&nbsp;Agents;url=http://www.stokessynertec.com.au/Content/anmviewer.asp?a=13&z=6;");
aI("text=Stokes&nbsp;Synertec&nbsp;International&nbsp;Agents;url=http://www.stokessynertec.com.au/Content/anmviewer.asp?a=14&z=6;");
}


drawMenus();


