_menuCloseDelay=100;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50;            // 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

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#D4BA8C";
offbgcolor="";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize="12px"; 
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

/*
with(menuStyle2=new mm_style()){
onbgcolor="#7D5149";
oncolor="#FFFFFF";
offbgcolor="#5B251B";
offcolor="#FFFFFF";
bordercolor="#B49670";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B49670";
separatorsize=1;
padding=7	;
fontsize="11px"; 
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
overfilter="fade(duration=0.3);Alpha(opacity=95);";
outfilter="fade(duration=0.3)";
}
*/

with(menuStyle2=new mm_style()){
onbgcolor="#3366CC";
oncolor="#FFFFFF";
offbgcolor="#000066";
offcolor="#FFFFFF";
bordercolor="#B49670";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B49670";
separatorsize=1;
padding=7	;
fontsize="11px"; 
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
overfilter="fade(duration=0.3);Alpha(opacity=95);";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("showroom")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=115; 

aI("image=images/s.gif;text=Round;url=catround.php");
aI("image=images/s.gif;text=Square;url=catsquare.php");
aI("image=images/s.gif;text=Rectangle;url=catrectangle.php");
aI("image=images/s.gif;text=Oval;url=catoval.php");
aI("image=images/s.gif;text=Other;url=catother.php");
aI("image=images/s.gif;text=Utility Cans;url=catutilcans.php");
}

with(milonic=new menuname("packaging")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=150; 

// ;target=_blank

aI("image=images/s.gif;text=Ceramic;url=pakceramic.html");
aI("image=images/s.gif;text=Plastic;url=pakplastic.html");
aI("image=images/s.gif;text=Paper Boxes;url=pakpaperboxes.html");
aI("image=images/s.gif;text=Glass;url=pakglass.html");
}

with(milonic=new menuname("aboutus")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=210; 

aI("image=images/s.gif;text=About Us;url=aboutus.html");
aI("image=images/s.gif;text=Certifications & Associations;url=associations.html");
aI("image=images/s.gif;text=Ordering Guidelines;url=guidelines.html");
}

with(milonic=new menuname("news")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=210; 

aI("image=images/s.gif;text=Royal Summit Secures Patent;url=securepatent.html");
aI("image=images/s.gif;text=Royal Summit New NASFT Member;url=nasftmember.html");
}

drawMenus();


