

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps 

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

//#295AA5







with(menuStyle=new mm_style()){
onbgcolor="#7190A7";
oncolor="#ffffff";
offbgcolor="#274C68";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#c0c0c0";
separatorsize="1";
padding=1;
borderwidth=0;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial,Garamond,Times New Roman, sans-serif";
align="center";

 
}

with(menuStylebottom=new mm_style()){
onbgcolor="#7190A7";
oncolor="#ffffff";
offbgcolor="#274C68";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#c0c0c0";
separatorsize="1";
padding=3;
borderwidth=0;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial,Garamond,Times New Roman, sans-serif";
align="center";

 
}


with(menuStyle_inside=new mm_style()){
onbgcolor="#7190A7";
oncolor="#ffffff";
offbgcolor="#274C68";
offcolor="#ffffff";
borderwidth=1;
bordercolor="#000000";
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial,Garamond,Times New Roman, sans-serif";
align="left";

}



with(milonic=new menuname("suregrip")){
style=menuStyle_inside;
itemwidth=250;
aI("text=Sure Grip Magnetic Power Head Holders;url=./sure_grip.html;");
aI("text=Where to buy;url=./sure_grip_retailers.html;");
}




with(milonic=new menuname("products")){
style=menuStyle_inside;
itemwidth=250;
aI("text=Algae Free Magnetic Cleaners;url=./products.html;");
aI("text=Easy Blade Algae Scrapers;url=./easy_blade.html;");
}




drawMenus();


