fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps



_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=5               // Sub menu top offset
_subOffsetLeft=-10            // 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="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#99cc00";
oncolor="#ffffff";
offbgcolor="#ffffcc";
offcolor="#333333";
bordercolor="#336600";
borderstyle="solid";
borderwidth=1;
separatorcolor="#";
separatorsize="1";
separatorimage="images/sep_dot.gif";


padding=3;
fontsize="11";
fontweight="normal";
fontfamily="Arial,Verdana, Tahoma";
pagecolor="#333333";
pagebgcolor="#99cc00";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.5)";
}


with(milonic=new menuname("menu01")){
style=menuStyle;
top=139;
itemwidth=130;
aI("text=About YuniquePLM;url=http://www.yuniqueplm.com/about.html;bgimage=images/mn_bg01.gif");

}

with(milonic=new menuname("menu02")){
style=menuStyle;
top=139;
itemwidth=130;
aI("text=plmOn;url=http://www.yuniqueplm.com/plmOn.html;bgimage=images/mn_bg01.gif");
aI("text=srmOn;url=http://www.yuniqueplm.com/srmOn.html;bgimage=images/mn_bg02.gif");
aI("text=dlmOn;url=http://www.yuniqueplm.com/dlmOn.html;bgimage=images/mn_bg03.gif");
aI("text=Services;url=http://www.yuniqueplm.com/services.html;bgimage=images/mn_bg04.gif");

}

with(milonic=new menuname("menu03")){
style=menuStyle;
top=139;
itemwidth=130;
aI("text=Featured Customers;url=http://www.yuniqueplm.com/featured_customer_support.html");
aI("text=Education Partners;url=http://www.yuniqueplm.com/education_partners.html;bgimage=images/mn_bg01.gif");
aI("text=Business Partners;url=http://www.yuniqueplm.com/business_partners.html;bgimage=images/mn_bg02.gif");

}

with(milonic=new menuname("menu04")){
style=menuStyle;
top=139;
itemwidth=130;
aI("text=Customer Support;url=http://www.yuniqueplm.com/customer_support.html;bgimage=images/mn_bg01.gif");
aI("text=Customer Forum Log-On;url=http://www.yuniqueplm.com/forum.html;bgimage=images/mn_bg02.gif");
aI("text=Customer Support Subscription Log-On;url=http://www.yuniqueplm.com/subscription.html;bgimage=images/mn_bg03.gif");
}

with(milonic=new menuname("menu05")){
style=menuStyle;
top=139;
itemwidth=130;
aI("text=Industry News&Events;url=http://www.yuniqueplm.com/news.html;bgimage=images/mn_bg01.gif");
aI("text=Product Literature;url=http://www.yuniqueplm.com/product_literature.html;bgimage=images/mn_bg02.gif");
}

with(milonic=new menuname("menu06")){
style=menuStyle;
top=139;
itemwidth=130;
aI("text=Feedback Form;url=http://www.gerbertechnology.com/yuniqueplm_contact.htm;bgimage=images/mn_bg01.gif");

}


drawMenus();