
/*
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=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
	onbgcolor="#999999";
	oncolor="#ffffff";
	offbgcolor="#929FC9";
	offcolor="#151515";
	bordercolor="#333333";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#333333";
	separatorsize=1;
	padding=5;
	fontsize="9px";
	fontstyle="normal";
	fontfamily="Verdana, Tahoma, Arial";
	pagecolor="#151515";
	pagebgcolor="#7484AB";
	headercolor="#000000";
	headerbgcolor="#ffffff";
	subimage="arrow.gif";
	subimagepadding="2";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center"
top=172;
alwaysvisible=1;
orientation="horizontal";
// followscroll=1;
menuwidth=725;
aI("text=Home;url=/home.asp;showmenu=Home;");
aI("text=News;url=/news.asp;showmenu=;");
aI("text=Events;url=calendar.asp;showmenu=;");
aI("text=College & University;url=/college.asp;showmenu=College;");
aI("text=Image Gallery;url=/gallery.asp;showmenu=;");
aI("text=NJ/DE Promotions;url=/njde.asp;showmenu=NJDE;");
aI("text=USGBC;url=/usgbc.asp;showmenu=usgbc;");
aI("text=Contact Us;url=/contact.asp;showmenu=Contact;");
}

with(milonic=new menuname("Home")){
style=menuStyle;
overflow="scroll";
aI("text=Membership;url=members.asp;");
aI("text=Promotion Partners;url=promotion.asp;");
aI("text=National & Regional Partners;url=partners.asp;");
aI("text=Regional Promotion Groups;url=groups.asp;");
aI("text=Promotion Partner Accomplishments;url=prom_part_acc.asp;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Information;url=contact.asp;");
aI("text=Promoter of the Year Nomination;url=potyn.asp;");
}

with(milonic=new menuname("College")){
style=menuStyle;
aI("text=Program Overview;url=college.asp;");
aI("text=Literature Program;url=litProg.asp;");
aI("text=Program Representative Information;url=repInfo.asp;");
aI("text=Participating Schools;url=schools.asp;");
aI("text=Professor Information;url=profInfo.asp;");
aI("text=Professor/Student Workshops;url=profWorkshops.asp;");
aI("text=Speakers & Presentations;url=presentations.asp;");
aI("text=Special Offers & Opportunities;url=specialOffers.asp;");
aI("text=Student Information;url=studentInfo.asp;");
aI("text=Technical Resources;url=techResources.asp;");
}

with(milonic=new menuname("NJDE")){
style=menuStyle;
aI("text=Links;url=njdeLinks.asp;");
aI("text=Technical Downloads;url=technicaldownloads.asp;");
aI("text=Pervious Certification;url=pervious.asp;");
aI("text=Project References;url=projectreferences.asp;");
aI("text=Design Solutions;url=designsolutions.asp;");
aI("text=Pavement Survey;url=pavementsurvey.asp;");
}

with(milonic=new menuname("usgbc")){
style=menuStyle;
aI("text=Regional USGBC;url=regionalusgbc.asp;");
aI("text=FAQ;url=faqusgbc.asp;");
aI("text=Program Resources;url=programusgbc.asp;");
}

drawMenus();