_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#999999";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=5;
fontsize="58%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/photos/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("main")){
style=menuStyle;
top=470;
left=98;
alwaysvisible=1;
aI("text=Quick Links.....[draggable];url=#;type=dragable;align=center;pointer=move;");
aI("text=Admissions;url=/admissions.htm;;dragable=1;");
aI("text=Campus Overview;url=http://www.columbiacollege.edu/school.htm;;dragable=1;");
aI("text=Students/Alumni;url=/students.htm;;dragable=1;");
}

with(milonic=new menuname("admission2")){
style=menuStyle;
overflow="scroll";
aI("text=Live Chat;url=/menusample1.php;");
aI("text=Games;url=/menusample1.php;");
}

with(milonic=new menuname("special")){
style=menuStyle;
overflow="scroll";
aI("text=Live Chat;url=;");
aI("text=Games;url=;");
}

drawMenus();


