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


with(menuStyle=new mm_style())
{//menu principal
itemheight="14";
onbgcolor="#336699";
oncolor="#ff9900";			//texte survolé
offbgcolor="#333366";
offcolor="#ffffff";			//texte normal
//bordercolor="#336699";
//borderstyle="solid";
borderwidth=0;
separatorcolor="#CCCCCC";
separatorsize="1";
separatorheight="18";
padding=3;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="ff9900";
pagebgcolor="#333366";
headercolor="#000000";
headerbgcolor="#333366";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(submenuStyle=new mm_style())
{//sous menu
itemheight="18";
onbgcolor="#ffffff";
oncolor="#ff9900";			//texte survolé
offbgcolor="#ffffff";
offcolor="#333366";			//texte normal
//bordercolor="#CCCCCC";
//borderstyle="solid";
borderwidth=0;
separatorcolor="#CCCCCC";
separatorsize="1";
padding=3;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ff9900";
pagebgcolor="#ffffff";//"#f3f4f8";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";	//
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.1)";
}

with(milonic=new menuname("btn2"))
{//armes
style=menuStyle;
aI("text=New Models;url=index.php?file=color&id=5");
aI("text=Revolvers;url=index.php?file=color&id=1");
aI("text=Pistols;url=index.php?file=color&id=2");
aI("text=Performance Center;url=index.php?file=color&id=3");
aI("text=Handcuffs;url=index.php?file=color&id=4");
}

with(milonic=new menuname("btn3"))
{//catalogue
style=menuStyle;
aI("text=SW 2010 part I (pdf 8.1Mb);url=ressources/2010_S&W_Catalog_1.pdf");
aI("text=SW 2010 part II (pdf 7.5Mb);url=ressources/2010_S&W_Catalog_2.pdf");
aI("text=SW 2010 part III (pdf 5.3Mb);url=ressources/2010_S&W_Catalog_3.pdf");
//aI("text=Shotguns;url=ressources/2007_Smith_Wesson1.pdf");
//aI("text=M&P Series;url=ressources/2007_Smith_Wesson2.pdf");
//aI("text=Pistols;url=ressources/2007_Smith_Wesson3.pdf");
//aI("text=Revolvers;url=ressources/2007_Smith_Wesson4.pdf");
//aI("text=Survival Kits;url=ressources/2007_Smith_Wesson5.pdf");
//aI("text=Champion & Pro Series;url=ressources/2007_Smith_Wesson6.pdf");
//aI("text=Performance Centers;url=ressources/2007_Smith_Wesson7.pdf");
//aI("text=Classics;url=ressources/2007_Smith_Wesson8.pdf");
}

with(milonic=new menuname("btn4"))
{//catalogue
style=menuStyle;
aI("text=Revolver S&W Mod. 625-4’’«Jerry Miculek»;url=index.php?file=video1");
aI("text=New Pistol S&W M&P9 / M&P40;url=index.php?file=video2");
}


drawMenus();

