


_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=40                // Follow scrolling Rate
_subOffsetTop=10             // 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(menuStyle=new mm_style()){
onbgcolor="#009900";
oncolor="#ffffff";
offbgcolor="#E1FFE1";
offcolor="#515151";
bordercolor="#008800";
borderstyle="solid";
borderwidth=1;
separatorcolor="#009700";
separatorsize="1";
padding=1;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#00AE00";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(MACL=new menuname("Sample1")){
style=menuStyle;
top=190;
left=233;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;url=index.html;status=Back To Home Page;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Profile&nbsp;&nbsp;&nbsp;&nbsp;url=profile.htm;status=Company Profile");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Products&nbsp;&nbsp;&nbsp;&nbsp;showmenu=Sample3;url=products.htm;status=Products");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Associates&nbsp;&nbsp;&nbsp;&nbsp;url=associates.htm;status=Associates");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Feedback&nbsp;&nbsp;&nbsp;&nbsp;url=feedback.htm;status=Feedback");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Contact Us&nbsp;&nbsp;&nbsp;&nbsp;url=contact.htm;target=_blank;status=Conact Us");
}

with(MACL=new menuname("Sample2")){
style=menuStyle;
overflow="scroll";

aI("text=&nbsp;&nbsp;Aquadvantage&nbsp;&nbsp;;showmenu=arif;url=aquadvantage.htm");
}


with(MACL=new menuname("Sample3")){
style=menuStyle;
aI("text=&nbsp;&nbsp;Botanicals&nbsp;&nbsp;;url=botanicals.htm;status=Botanicals");
aI("text=&nbsp;&nbsp;Chemicals&nbsp;&nbsp;;url=chemicals.htm;status=Chemicals");
aI("text=&nbsp;&nbsp;Oils&nbsp;&nbsp;;url=oils.htm;status=Oils");
aI("text=&nbsp;&nbsp;Pharmaceuticals&nbsp;&nbsp;;url=pharma.htm;status=Pharmaceuticals");
}


with(MACL=new menuname("Sample4")){
style=menuStyle;
aI("text=&nbsp;&nbsp;Testing&nbsp;&nbsp;;url=testing.htm");
}


with(MACL=new menuname("Sample5")){
style=menuStyle;
aI("text=&nbsp;&nbsp;testing2&nbsp;&nbsp;;url=testing2.htm");
}

drawMenus(); 

