


_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=5               // Sub menu top offset
_subOffsetLeft=-50            // Sub menu left offset



with(menuStyle=new mm_style()){

onbgcolor="#eeeeee";
oncolor="#000000";
offbgcolor="CC0000";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#990000";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="black";
pagebgcolor="#CC0000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
menubgimage="images/menu/red_bg.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0)";
}

with(rootmenustyle=new mm_style()){

onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0";
padding=0;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="white";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
menubgimage="images/menu/red_bg.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("spas")){
style=menuStyle;
aI("text=REGULAR SPA RANGE;url=spa_reg_all.htm;");
aI("text=PORTABLE SPA RANGE;url=spa_port_all.htm;");
aI("text=SPA ACCESSORY RANGE;url=spa_acc_all.htm;");
aI("text=ORDER SPA CHEMICALS;url=chem_orderform.htm;");
aI("text=ABOUT OUR SPA RANGE;showmenu=aboutspas;");
aI("text=SPA SERVICING;url=spa_servicing.htm;");
}

with(milonic=new menuname("freeflow")){
style=menuStyle;
aI("text=FANTASY SERIES SPA RANGE;url=freeflow_fantasy.htm;");
aI("text=PREMIER SERIES SPA RANGE;url=freeflow_premier.htm;");
}

with(milonic=new menuname("swimspa")){
style=menuStyle;
aI("text=ST LAWRENCE SWIM SPA;url=swimspa_st-law-can-spa.htm;");
aI("text=SWIM'N'SPA;url=swimspa_all.htm;");
}

with(milonic=new menuname("aboutspas")){
style=menuStyle;
aI("text=GENERAL INFORMATION;url=spas_overview_1.htm;");
aI("text=SPA POOLS EXPLAINED;url=spas_overview_2.htm;");
aI("text=TUB OVERVIEW;url=spas_overview_3.htm;");

}

with(milonic=new menuname("cabins")){
style=menuStyle;
aI("text=INTRODUCTION;url=cabins_intro.htm;");
aI("text=LILLEVILLA CABIN RANGE;url=cabins_log.htm;");
aI("text=BUILDING & CONSTRUCTION;url=cabins_features.htm;");
aI("text=LOG CABIN FEATURES;url=cabins_features2.htm;");
aI("text=INSULATION;url=cabins_insulation.htm;");
aI("text=TREATMENT;url=cabins_treatment.htm;");
}

with(milonic=new menuname("cedartub")){
style=menuStyle;
aI("text=HISTORY & OVERVIEW;url=cedartub_overview.htm;");
aI("text=PRODUCT RANGE;url=cedartub_products.htm;");
aI("text=INSTALLATION;url=cedartub_installation.htm;");
aI("text=PHOTO GALLERY;url=cedartub_gallery.htm;");
}

with(milonic=new menuname("saunas")){
style=menuStyle;
aI("text=TRADITIONAL SAUNA RANGE;url=sauna_trad_all.htm;");
aI("text=DETOX BOX SAUNA RANGE;showmenu=detoxbox;");

}

with(milonic=new menuname("detoxbox")){
style=menuStyle;
aI("text=ABOUT THE DETOX BOX;url=sauna_detoxbox_about.htm;");
aI("text=MODELS;url=sauna_detoxbox_all.htm;");
aI("text=HEALTH BENFITS;url=sauna_detoxbox_health.htm;");
aI("text=FAQS;url=sauna_detoxbox_faqs.htm;");
}


with(milonic=new menuname("pools")){
style=menuStyle;
aI("text=ABOVE GROUND POOLS;showmenu=pools-octo;");
aI("text=FIBRE GLASS POOLS;showmenu=pools-fibre;");
}



with(milonic=new menuname("pools-fibre")){
style=menuStyle;
aI("text=FIBRE GLASS POOLS RANGE;url=pools_all2.htm;");
aI("text=FIBRE GLASS POOLS GALLERY;url=pools_gallery.htm;");
aI("text=FIBRE GLASS POOLS OPTIONS;url=pools_options.htm;");
aI("text=FIBRE GLASS POOLS INSTALLATION;url=pools_install.htm;;");
}


with(milonic=new menuname("pools-octo")){
style=menuStyle;
aI("text=INTRODUCTION;url=pools3_intro.htm;");
aI("text=OCTO RANGE;url=pools3_octo.htm;");
aI("text=OCTO+ RANGE;url=pools3_octoplus.htm;");
aI("text=OCTO PRO RANGE;url=pools3_octopro.htm;");
aI("text=DOWNLOAD POOLS PDF;url=downloads/canadianspa_pools.pdf;target='blank';");
}



drawMenus();

