
_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="#163176";
oncolor="#ffffff";
offbgcolor="#bcc9e4";
offcolor="#505050";
bordercolor="#FDC862";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="#FFFFFF";
pagebgcolor="#163176";
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(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text=<b>Intelligent Cost Reduction&nbsp;&nbsp;&nbsp;&nbsp;;url=intelligent_cost_reduction.php;");
aI("text=<b>Six Sigma ;url=Strategic_Six_Sigma.php;");
aI("text=&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;Six Sigma Yellow Belt;url=six_sigma_yellow_belt.php;");
aI("text=&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;Six Sigma Green Belt;url=six_sigma_green_belt.php;");
aI("text=&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;Six Sigma Black Belt;url=six_sigma_black_belt.php;");
aI("text=&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;Lean Six Sigma;url=lean_six_sigma.php;");
aI("text=<b>Business Excellence;url=IMC_R_Bajaj_National_Quality_Award.php;");
aI("text=&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;IMC Ramkrishna Bajaj<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;National Quality Award;url=IMC_R_Bajaj_National_Quality_Award.php;");
}

drawMenus();
