_scrollAmount=5      // Used for Netscape 4 scrolling
_scrollDelay=10	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

// Goverfilter="Shadow(color='#777777', Direction=135, Strength=5)"
Goutfilter="randomdissolve(duration=0.3)"

with(vertStyle=new mm_style()){
oncolor="navy";
offcolor="black";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
separatorcolor="#9E9E9E";
separatorsize=0;
padding=6;
// itemheight=30
fontsize="12px";
fontweight="plain";
fontfamily="Arial";
zindex=2;
}

horizStyle=new copyOf(vertStyle)
horizStyle.oncolor="navy";
horizStyle.offcolor="black";
horizStyle.offbgcolor="#9070b0";
horizStyle.onbgcolor="#9070b0";
horizStyle.borderstyle="inset";
horizStyle.bordercolor="navy";
horizStyle.borderwidth=1;
horizStyle.separatorsize=1;
horizStyle.separatorcolor="white";

with(milonic=new menuname("homemenu")){
style=horizStyle;
orientation="vertical";
aI("text=Dermatologist Home;url=hcpindex.php?page=hcphome        ;");
aI("text=Triax Home;url=http://www.triaxpharma.com;target=_new;");
}

with(milonic=new menuname("menu1")){
style=horizStyle;
orientation="vertical";
aI("text=What's Up with Acne?;url=index.php?page=whatsupwithacne     ;showmenu=menu1a;");
aI("text=Acne Life Cycle;url=index.php?page=happypore     ;showmenu=menu1b");
aI("text=Acne Facts & Fiction;url=index.php?page=acnefacts     ");
aI("text=Skin of Color;url=index.php?page=skinofcolor     ");
aI("text=Acne FAQs;url=index.php?page=acnefaqs     ;");
}

with(milonic=new menuname("menu1a")){
style=horizStyle;
orientation="vertical";
aI("text=Why Me?;url=index.php?page=whatsupwithacne     ;");
aI("text=Why Now?;url=index.php?page=whynow     ;");
aI("text=I'm Bummed!;url=index.php?page=imbummed     ;");
aI("text=What Can I Do?;url=index.php?page=whatcanido     ;");
}

with(milonic=new menuname("menu1b")){
orientation="vertical";
style=horizStyle;
aI("text=Happy Pore;url=index.php?page=happypore     ;");
aI("text=Birth of a Pimple;url=index.php?page=birthofapimple     ;");
aI("text=Life of a Pimple;url=index.php?page=lifeofapimple     ;");
aI("text=Dissolution of a Pimple;url=index.php?page=dissolutionofapimple     ;");
}

with(milonic=new menuname("menu2")){
style=horizStyle;
orientation="vertical";
aI("text=About Tretin-X Kits;url=index.php?page=about&menu=kit     ;");
aI("text=Cleanse - Treat - Moisturize;url=index.php?page=cleanse&menu=kit     ;");
aI("text=What's Included?;url=index.php?page=whatsincluded&menu=kit     ;");
aI("text=How Do I Use Tretin-X Kits?;url=index.php?page=howdoiuse&menu=kit     ;");
aI("text=How Fast Will Tretin-X Work?;url=index.php?page=howfast&menu=kit     ;");
aI("text=How Long Will I Need to Use Tretin-X?;url=index.php?page=howlong&menu=kit     ;");
aI("text=Patient Assistance;url=index.php?page=patientassistance&menu=kit;");
aI("text=Prescribing Information;url=TRX-WebPI.pdf;target=_new;");
aI("text=Patient Product Information;url=TRX-WebPPI.pdf;target=_new;");
aI("text=Kits Special Offer;url=index.php?page=specialoffer;");
}

with(milonic=new menuname("menu3")){
orientation="vertical";
style=horizStyle;
aI("text=Introduction;url=index.php?page=introduction     ;");
aI("text=Getting Started;url=index.php?page=gettingstarted     ;");
aI("text=Questions for Boys;url=index.php?page=questionsforboys     ;");
aI("text=Questions for Girls;url=index.php?page=questionsforgirls     ;");
aI("text=Before You Leave ...;url=index.php?page=beforeyouleave     ;");
aI("text=Boys Should Ask ...;url=index.php?page=boysshouldask     ;");
aI("text=Girls Should ask ...;url=index.php?page=girlsshouldask     ;");
}

with(milonic=new menuname("menu5")){
orientation="vertical";
style=horizStyle;
aI("text=What's New;url=index.php?page=whatsnew     ;");
aI("text=The Inner Side of Acne;url=index.php?page=innersideofacne     ;");
aI("text=What a Parent Can Do;url=index.php?page=whataparentcando     ;");
}

with(milonic=new menuname("menu6")){
style=horizStyle;
orientation="vertical";
aI("text=About Tretin-X 0.0375%;url=index.php?page=about0375     ;");
aI("text=How Do I Use Tretin-X 0.0375%?;url=index.php?page=howdoiuse0375     ;");
aI("text=How Fast Will Tretin-X Work?;url=index.php?page=howfast     ;");
aI("text=How Long Will I Need to Use Tretin-X?;url=index.php?page=howlong     ;");
aI("text=Patient Assistance;url=index.php?page=patientassistance;");
aI("text=Prescribing Information;url=TRX-WebPI.pdf;target=_new;");
aI("text=Patient Product Information;url=TRX 0.0375 Web PPI.pdf;target=_new;");
aI("text=0.0375% Special Offer;url=index.php?page=specialoffer;");
}

for(_a=_mnucnt;_a<_m.length;_a++)
{
	_drawMenu(_a)
}


