fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
_CFix=true;




with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
offbgcolor="#8F7954";
offcolor="ffffff";
oncolor="#000099";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=74;
left=650;
orientation="horizontal";
style=menuStyle;
overflow="scroll";
followscroll=1;
aI("image=images/vertical_line.gif;text=Home;url=index.htm;");
aI("image=images/vertical_line.gif;text=Products;url=products.htm;");
aI("image=images/vertical_line.gif;text=Slide Show;url=slide_show.htm;");
aI("image=images/vertical_line.gif;text=Contact Us;url=contact.htm;");
aI("image=images/vertical_line.gif;");

}



drawMenus();

