/*
===============>
Menu System Data and Customization
===============>
*/


_menuCloseDelay=195;
_menuOpenDelay=195;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStylemain=new mm_style()){
padding=5;
}

/*
===============>
Style Options
===============>
*/

with(menuStyle=new mm_style()){
bordercolor="#3F4040";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Helvetica";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#3F4040";
offcolor="#FFFFFF";
onbgcolor="#BCBDBD";
oncolor="#3F4040";

overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#999999', Direction=135, Strength=1)";
outfilter="fade(duration=0.2)";

padding=5;
subimage="http://www.island-supply.com/images/arrow.gif";
subimagepadding=2;
}

/*
===============>
Shop Online
===============>
*/
with(milonic=new menuname("Shop Online")){
overflow="scroll";
style=menuStyle;
aI("text=&nbsp;&nbsp;+ Our Products&nbsp;&nbsp;;url=http://www.island-supply.com/our-products.html;showmenu=Products;");
aI("text=&nbsp;&nbsp;+ My Account&nbsp;&nbsp;&nbsp;;url=http://www.island-supply.com/login.php;");
aI("text=&nbsp;&nbsp;+ Request an Account&nbsp;&nbsp;&nbsp;;url=http://www.island-supply.com/customer-signup.html;");
}


/*
===============>
Products
===============>
*/
with(milonic=new menuname("Products")){
overflow="scroll";
style=menuStyle;
aI("text=&nbsp;&nbsp;+ Dairy/Refrigerated&nbsp;&nbsp;;url=http://www.island-supply.com/dairy-refrigerated.html;")
aI("text=&nbsp;&nbsp;+ Meats&nbsp;&nbsp;;url=http://www.island-supply.com/meats.html;")
aI("text=&nbsp;&nbsp;+ Seafood&nbsp;&nbsp;;url=http://www.island-supply.com/seafood.html;")
aI("text=&nbsp;&nbsp;+ Poultry&nbsp;&nbsp;;url=http://www.island-supply.com/poultry.html;")
aI("text=&nbsp;&nbsp;+ Frozen&nbsp;&nbsp;;url=http://www.island-supply.com/frozen.html;")
aI("text=&nbsp;&nbsp;+ Canned/Dry&nbsp;&nbsp;;url=http://www.island-supply.com/canned-dry.html;")
aI("text=&nbsp;&nbsp;+ Paper/Disposables&nbsp;&nbsp;;url=http://www.island-supply.com/paper-disposables.html;")
aI("text=&nbsp;&nbsp;+ Chemical/Janitorial&nbsp;&nbsp;;url=http://www.island-supply.com/chemical-janitorial.html;")
aI("text=&nbsp;&nbsp;+ Smallwares&nbsp;&nbsp;;url=http://www.island-supply.com/smallwares.html;")
aI("text=&nbsp;&nbsp;+ Dispenser/Beverage&nbsp;&nbsp;;url=http://www.island-supply.com/dispenser-beverage.html;")
aI("text=&nbsp;&nbsp;+ Non-Profit Items&nbsp;&nbsp;;url=http://www.island-supply.com/non-profit-items.html;")
aI("text=&nbsp;&nbsp;+ Supply/Equipment&nbsp;&nbsp;;url=http://www.island-supply.com/supply-equipment.html;")
}


/*
===============>
Contact
===============>
*/
with(milonic=new menuname("Contact")){
overflow="scroll";
style=menuStyle;
aI("text=&nbsp;&nbsp;+ Corporate Headquarters&nbsp;&nbsp;;url=http://www.island-supply.com/contact.html;")
aI("text=&nbsp;&nbsp;+ Other Divisions&nbsp;&nbsp;;url=http://www.island-supply.com/other-divisions.html;")
aI("text=&nbsp;&nbsp;+ Contact Customer Support&nbsp;&nbsp;;url=http://www.island-supply.com/customer-support.html;")
}

drawMenus();
