_menuCloseDelay=400           // 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="#fff7e7";
oncolor="#c38c3d";
offbgcolor="#fffdfa";
offcolor="#c38c3d";
bordercolor="#ffeece";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffeece";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="#c38c3d";
pagebgcolor="#fff7e7";
headercolor="#ffffff";
headerbgcolor="#ffffff";
align ="left"
subimage="menuimages/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Samples")){
style=menuStyle;
overflow="scroll";
aI("text=Horizontal Navigation Bar;url=menusample.php?sampleid=1;");
}

with(milonic1=new menuname("Milonic1")){
style=menuStyle;
aI("text=&raquo; Overview;url=benchmark.aspx;");
aI("text=&raquo; Benefits;url=benchmark_benefits.aspx;");
aI("text=&raquo; Competition Process;url=benchmark_process.aspx;");
aI("text=&raquo; Registration;url=benchmark_register.aspx;");
aI("text=&raquo; Application Form;url=Benchmark_Application_Form.doc;");
aI("text=&raquo; Application Fee;url=benchmark_fee.aspx;");
aI("text=&raquo; Key Dates&nbsp;&nbsp;&nbsp;&nbsp;;url=benchmark_keydates.aspx;");
aI("text=&raquo; Sample Feedback Report;url=uploaded_files/SampleFeedbackReport.pdf ;target=_blank");
aI("text=&raquo; Past Winners;url=benchmark_past_winners.aspx;");
aI("text=&raquo; Past Participants;url=benchmark_past_participants.aspx;");
aI("text=&raquo; Benchmarking FAQs;url=benchmark_faqs.aspx;");
}

drawMenus();


