

_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
borderwidth=0;
padding=0;
separatorsize="13";
separatorcolor="0";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
}

with(subStyle=new mm_style()){
onbgcolor="#ff0000";
oncolor="#ffffff";
offbgcolor="#333333";
offcolor="#ffffff";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorsize="0";
padding=2;
fontsize="9pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
overfilter="gradientwipe(size=1.00, wipestyle=1, motion=Forward, duration=0.5);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="fade(overlap=1.00, duration=0.3)";
}

with(yellowStyle=new mm_style()){
onbgcolor="#F6D218";
oncolor="#000000";
offbgcolor="#333333";
offcolor="#ffffff";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorsize="0";
padding=2;
fontsize="9pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
overfilter="gradientwipe(size=1.00, wipestyle=1, motion=Forward, duration=0.5);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="fade(overlap=1.00, duration=0.3)";
}

with(blueStyle=new mm_style()){
onbgcolor="#4672CA";
oncolor="#ffffff";
offbgcolor="#333333";
offcolor="#ffffff";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorsize="0";
padding=2;
fontsize="9pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
overfilter="gradientwipe(size=1.00, wipestyle=1, motion=Forward, duration=0.5);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="fade(overlap=1.00, duration=0.3)";
}

with(greenStyle=new mm_style()){
onbgcolor="#5EAA3A";
oncolor="#ffffff";
offbgcolor="#333333";
offcolor="#ffffff";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorsize="0";
padding=2;
fontsize="9pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
overfilter="gradientwipe(size=1.00, wipestyle=1, motion=Forward, duration=0.5);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="fade(overlap=1.00, duration=0.3)";
}

with(milonic=new menuname("products")){
style=yellowStyle;
position="absolute";
aI("text=&nbsp;Floor-standing Displays&nbsp;;url=products-floor.htm;status=Floor-standing Displays;");
aI("text=&nbsp;Counter-Top Displays&nbsp;;url=products-ct.htm;status=Counter-Top Displays;");
aI("text=&nbsp;Lighting Systems&nbsp;;url=prod-lighting.htm;status=Lighting Systems;");
aI("text=&nbsp;Logos and Graphics&nbsp;;url=prod-logo.htm;status=Logos and Graphics;");
}

with(milonic=new menuname("dealer")){
style=greenStyle;
aI("text=&nbsp;Price List&nbsp;;url=pricelist.htm;status=Product Numbers & Specs.;");
aI("text=&nbsp;Order Form&nbsp;;url=dealer-form.htm;status=Order Form;");
aI("text=&nbsp;Buying at Wholesale&nbsp;;url=dealer.htm;status=Buying at Wholesale;");
aI("text=&nbsp;Credit Application for Open Terms&nbsp;;url=dealer-credit.htm;status=Credit Application for Open Terms;");
aI("text=&nbsp;2-Year Limited Warranty&nbsp;;url=dealer.htm#warranty;status=2-Year Limited Warranty;");
aI("text=&nbsp;Payment Terms&nbsp;;url=dealer.htm#payment;status=Payment Terms;");
aI("text=&nbsp;Freight & Shipping Info&nbsp;;url=dealer.htm#freight;status=Freight & Shipping Info;");
aI("text=&nbsp;Returns&nbsp;;url=dealer.htm#returns;status=Returns;");
aI("text=&nbsp;Lamp Replacements&nbsp;;url=dealer.htm#lamp;status=Lamp Replacements;");
}


drawMenus();


