


_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

//#295AA5







with(menuStyle=new mm_style()){
onbgcolor="#FFD061";
oncolor="#CA2018";
offbgcolor="#CA2018";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=2;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial,Verdana, Tahoma";
align="center";


}





with(menuStyle_inside=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#375A93";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial,Verdana, Tahoma";
align="left";

}


with(menuStyle2=new mm_style()){
onbgcolor="#CA2018";
oncolor="#ffffff";
offbgcolor="#375A93";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial,Verdana, Tahoma";
align="left";


}


with(milonic=new menuname("products-n-services")){
style=menuStyle2;
itemwidth=250;
aI("text=Products & Services;url=http://www.imexchange.com/products_n_services.html;status=Services;");
//aI("text=Tell us more;showmenu=tellusmore;status=Tell us more;");
aI("text=Beginning Projects Guidelines;url=http://www.imexchange.com/projectguidelines.html;status=Beginning Projects Guidelines;");



aI("text=Pasteurization Basics;url=http://www.imexchange.com/pasteurization-basics.html;status=Pasteurization Basics;");

aI("text=Support;showmenu=support;status=Support;");

}

with(milonic=new menuname("support")){
style=menuStyle2;
itemwidth=250;

aI("text=Beginning Projects Guidelines;url=http://www.imexchange.com/projectguidelines.html;status=Beginning Projects Guidelines;");
aI("text=Contact;url=http://www.imexchange.com/contact.html;status=Contact;");


aI("text=Pasteurization Basics;url=http://www.imexchange.com/pasteurization-basics.html;status=Pasteurization Basics;");

aI("text=Product Brochures;url=http://www.imexchange.com/downloads.html;status=Product Brochures;");

aI("text=Technical Questions;url=http://www.imexchange.com/techincalq.html;status=Technical Questions;");


}


with(milonic=new menuname("tellusmore")){
style=menuStyle2;
itemwidth=250;
aI("text=Past Projects;url=http://www.imexchange.com/gallery/;status=Past Projects;");
aI("text=Rebuild Samples;url=http://www.imexchange.com/gallery/;status=Rebuild Samples;");
aI("text=Photo Gallery;url=http://www.imexchange.com/gallery/;status=Photo Gallery;");
aI("text=Technical Questions;url=http://www.imexchange.com/techincalq.html;status=Technical Questions;");


}







drawMenus();

