

_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=0               // Sub menu top offset
_subOffsetLeft=0            // 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="#679AC9";
oncolor="#DDDDDD";
offbgcolor="#679AC9";
offcolor="#ffffff";
bordercolor="#679AC9";
borderstyle="solid";
borderwidth=0;
separatorcolor="#C0C0C0";
separatorsize="1";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="white";
pagebgcolor="#679AC9";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
menuwidth="100%";
menualign="center";
}

with (Drop=new mm_style()){
onbgcolor="#679AC9";
oncolor="#DDDDDD";
offbgcolor="#679AC9";
offcolor="#ffffff";
bordercolor="#679AC9";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C0C0C0";
separatorsize="1";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#E0E0E0";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="../graphics/arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
menuwidth="100%";
menualign="centre";
}

with(milonic=new menuname("Company")){
style=Drop;
overflow="scroll";
aI("text=Company;url=company.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=History;url=history.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Management Team;url=management.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=International Operations;url=international.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Parent Company - NHTC;url=http://www.naturalhealthtrendscorp.com;");
}

with(milonic=new menuname("Products")){
style=Drop;
overflow="scroll";
aI("text=Ge-Gen™ Products ;url=gegen.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Skindulgence&reg; Line;showmenu=Skindulgence;");
aI("text=Alura&reg; ;url=alura.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=LexLips&#x2122; ;url=lexlips.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Premium Noni Juice;url=noni.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Wholesale Product Packs;url=productpacks.asp?secureID="+cSecureID+"&country="+cCountry);
}

with(milonic=new menuname("Skindulgence")){
style=Drop;
overflow="scroll";
aI("text=30-Minute Facelift System&nbsp;;url=skindulgence.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Spa Collection;url=spa.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Drenched&#x2122; ;url=drenched.asp?secureID="+cSecureID+"&country="+cCountry);
}

with(milonic=new menuname("Opportunity")){
style=Drop;
overflow="scroll";
aI("text=Where are you?;url=whereareyou.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Opportunity Overview;url=oppoverview.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Compensation Plan;url=compensation.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Business Testimonies;url=bustest.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Events;url=events.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Conference Calls & Voice-on-Demand&nbsp;;url=conferencecalls.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Join Us;url="+cAppURL+"");
}

with(milonic=new menuname("News")){
style=Drop;
overflow="scroll";
aI("text=Announcements&nbsp;;url=announcements.asp?secureID="+cSecureID+"&country="+cCountry);
}

with(milonic=new menuname("Office")){
style=Drop;
overflow="scroll";
aI("text=Backoffice;url=http://agents.mylexxus.com;");
aI("text=Events;url=events.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Conference Calls & Voice-on-Demand&nbsp;;url=conferencecalls.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Training;url=training.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Tools;showmenu=Tools;");
aI("text=Anti-Spam Policy;url=antispam.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=Policies & Procedures;url=policies.asp?secureID="+cSecureID+"&country="+cCountry);
}

with(milonic=new menuname("Training")){
style=Drop;
overflow="scroll";
aI("text=10 Step Action Plan;url=10stepactionplan.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=90-Day Success Map&nbsp;;url=90daysuccessmap.asp?secureID="+cSecureID+"&country="+cCountry);
}

with(milonic=new menuname("Tools")){
style=Drop;
overflow="scroll";
aI("text=Tools;url=tools.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=SmartMarketing Power Point Presentation;url=../pdf/PPsmartmarketing.zip;");
aI("text=eBrochures;url=ebrochures.asp?secureID="+cSecureID+"&country="+cCountry);
aI("text=ePosters;url=eposters.asp?secureID="+cSecureID+"&country="+cCountry);
}

drawMenus();

