
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/



_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=0            // The time delay before menus open on mouse over

_subOffsetTop=0              // Sub menu top offset

_subOffsetLeft=-50            // Sub menu left offset







with(menuStyle=new mm_style()){

onbgcolor="#333333";

oncolor="#ffffff";

offbgcolor="#ffffff";

offcolor="#000000";

bordercolor="#205197";

borderstyle="solid";

borderwidth=0;

separatorcolor="#205197";

separatorsize="0";

padding=0;

fontsize="12";

fontweight="bold";

fontfamily="Arial, Verdana, Tahoma";

pagecolor="black";

pagebgcolor="#999999";

headercolor="#000000";

headerbgcolor="#205197";





}

with(submenuStyle=new mm_style()){

onbgcolor="#BB0303";

oncolor="#ffffff";

offbgcolor="#800000";

offcolor="#ffffff";

bordercolor="#800000";

borderstyle="solid";

borderwidth=1;

separatorcolor="#ffffff";

separatorsize="1";

padding=5;

fontsize="11px";

fontweight="normal";

fontfamily="Arial, Verdana, Tahoma";

pagecolor="black";

pagebgcolor="#999999";

headercolor="#000000";

headerbgcolor="#205197";

overfilter="Fade(duration=0);Alpha(opacity=100);";

outfilter="randomdissolve(duration=0)";

}


with(milonic=new menuname("Main Menu")){

style=menuStyle;

top=69;

left=0;

alwaysvisible=1;

orientation="horizontal";

aI("image=images/topnav_01.gif;;overimage=images/topnav_01-over.gif;url=index.shtml;");
aI("image=images/topnav_02.gif;overimage=images/topnav_02-over.gif;url=about.shtml;showmenu=about;");
aI("image=images/topnav_03.gif;overimage=images/topnav_03-over.gif;url=support.shtml;showmenu=support;");
aI("image=images/topnav_04.gif;overimage=images/topnav_04-over.gif;url=campaign_goals.shtml;showmenu=campaign;");
aI("image=images/topnav_05.gif;overimage=images/topnav_05-over.gif;url=press_release.shtml;showmenu=news;");
aI("image=images/topnav_06.gif;overimage=images/topnav_06-over.gif;url=media_campaign.shtml;showmenu=media;");
aI("image=images/topnav_07.gif;overimage=images/topnav_07-over.gif;url=virtual_tour.shtml;");
aI("image=images/topnav_08.gif;overimage=images/topnav_08-over.gif;url=faqs.shtml;");
aI("image=images/topnav_09.gif;overimage=images/topnav_09-over.gif;url=contact.shtml;");
}


with(milonic=new menuname("about")){

position="absolute";

top=94;

left=65;

style=submenuStyle;

aI("text=Message from the President;url=about_message.shtml;");

aI("text=Past as Prologue;url=about_prologue.shtml;");

aI("text=New Century, New Horizons;url=about_new.shtml;");

aI("text=Leadership Committee;url=about_leadership.shtml;");

aI("text=Foundation and Development Staff;url=about_staff.shtml;");



}



with(milonic=new menuname("support")){

position="absolute";

top=94;

left=175;

style=submenuStyle;

aI("text=Make a Donation;url=support_donation.shtml;");

aI("text=Annual Fund;url=support_annual.shtml;");

aI("text=Planned Giving;url=support_giving.shtml;");

aI("text=Faculty / Staff Campaign;url=support_faculty.shtml;");

aI("text=Giving Made Simple;url=support_simple.shtml;");

aI("text=College of Education and Human Services;url=support_education_human.shtml;");

aI("text=College of Humanities and Social Sciences;url=support_humanities_social.shtml;");

aI("text=College of Science and Mathematics;url=support_science_math.shtml;");

aI("text=College of the Arts;url=support_arts.shtml;");

aI("text=School of Business;url=support_business.shtml;");

aI("text=The Graduate School;url=support_graduate.shtml;");
}


with(milonic=new menuname("campaign")){

position="absolute";

top=94;

left=240;

style=submenuStyle;

aI("text=Capital Projects;url=campaign_capital.shtml;");

aI("text=Faculty and Staff;url=campaign_faculty.shtml;");

aI("text=Students;url=campaign_students.shtml;");

aI("text=Foci of Excellence;url=campaign_foci.shtml;");

aI("text=Library and Information Technology;url=campaign_technology.shtml;");

}



with(milonic=new menuname("news")){

position="absolute";

top=94;

left=335;

style=submenuStyle;

aI("text=Campaign for the Second Century Newsletter;url=newsletter.shtml;");

aI("text=Press Releases;url=press_release.shtml;");

aI("text=Events;url=events.shtml;");

aI("text=Honor Roll of Donors (FY'07);url=05honor.shtml;");



aI("text=INSIGHT Online;url=http://www.montclair.edu/insight;");



}

with(milonic=new menuname("media")){

position="absolute";

top=94;

left=435;

style=submenuStyle;

aI("text=Campaign DVD;url=media_campaign.shtml;");

<!-- aI("text=Resources;url=media_resources.shtml;"); -->

}





with(milonic=new menuname("Contact")){

position="absolute";

top=94;

left=635;

style=submenuStyle;

aI("text=Contact Us;url=contact.shtml;");

aI("text=Online Donation Form;url=support_donation.shtml;");
}



drawMenus();


