﻿


_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=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(AllImagesStyle=new mm_style()){
bordercolor="";
borderstyle="";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#cbaecd";
offbgcolor="#ffffff";
offcolor="#4c296b";
bordercolor="#51455b";
borderstyle="solid";
borderwidth="1";
separatorcolor="#51455b";
separatorsize="1";
padding=4;
fontsize="11px";
fontweight="normal";
fontstyle="normal";
fontfamily="Arial";
subimage="images/menu_sub.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#B5B5B5', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(menu=new menuname("Product")){
style=menuStyle;
overflow="scroll";
aI("text=Original Collection;url=products_original_collection.asp;itemwidth=137;");
aI("text=Brilliance Collection;url=products_brilliance_collection.asp;itemwidth=137;");
aI("text=Flag Collection;url=products_flag_collection.asp;itemwidth=137;");
aI("text=Monogram Collection;url=products_monogram_collection.asp;itemwidth=137;");
aI("text=&quot;Seema Sparkle&quot; Line;url=products_seema.asp;itemwidth=137;");
aI("text=Custom Designs;url=products_custom_designs.asp;itemwidth=137;");
aI("text=Snap-On Ball Markers;url=products_snap_on_ball_markers.asp;itemwidth=137;");
aI("text=Accessories;url=accessories.asp;itemwidth=137;");
//aI("text=Hats;url=products.asp?ContentId=142;itemwidth=137;");
}

drawMenus();
