_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=5              // 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="#A6B1AB";
oncolor="#ffffff";
offbgcolor="#F77B44";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);";
outfilter="";
}

// Start Navigation Menus...

// Start Why Ektron Menu...

with(milonic=new menuname("students")){
style=menuStyle;

aI("text=Course Details;url=http://skillspan.org/courses.html;");
aI("text=Subject Matter Experts;url=http://skillspan.org/sme.htm;");
aI("text=Placements;url=http://skillspan.org/student.htm#placement;");
aI("text=F.A.Q.'s;url=http://skillspan.org/faqs.htm;");
aI("text=BPO Basics;url=http://skillspan.org/bpobasics.htm;");
aI("text=Institute Facilities;url=http://skillspan.org/institute.htm;");
aI("text=Images of Premises;url=http://skillspan.org/slideshow/index.html;");
}

with(milonic=new menuname("corporates")){
style=menuStyle;

aI("text=Course Details;url=/courses.html;");
aI("text=Subject Matter Experts;url=/sme.htm;");
aI("text=Placements;url=/student.htm#placement;");
aI("text=F.A.Q.'s;url=/faqs.htm;");
aI("text=BPO Basics;url=/bpobasics.htm;");
aI("text=Institute Facilities;url=/institute.htm;");
aI("text=Images of Premises;url=/slideshow/index.html;");
}

with(milonic=new menuname("aboutus")){
style=menuStyle;

aI("text=Course Details;url=/courses.html;");
aI("text=Subject Matter Experts;url=/sme.htm;");
aI("text=Placements;url=/student.htm#placement;");
aI("text=F.A.Q.'s;url=/faqs.htm;");
aI("text=BPO Basics;url=/bpobasics.htm;");
aI("text=Institute Facilities;url=/institute.htm;");
aI("text=Images of Premises;url=/slideshow/index.html;");
}


// Start Products Menu...
/*
with(milonic=new menuname("stylehome")){
style=menuStyle;
aI("text=BED SPREADS;url=/products.aspx;");
aI("text=CUSHIONS;url=/products.aspx;");
}

with(milonic=new menuname("accessories")){
style=menuStyle;
aI("text=BAGS;url=/products.aspx;");
aI("text=STOLES;url=/products.aspx;");
} 

*/

drawMenus();