/******************* MENU NUMBER 1 **********************************/

/*** 
This is the menu creation code - place it right after your body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=0
oCMenu.fromTop=222
oCMenu.rows=0 
oCMenu.menuPlacement=0

oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=0 
oCMenu.wait=250 
oCMenu.fillImg="http://www.iedconline.org/images/cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=149
oCMenu.level[0].height=20
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0"
oCMenu.level[0].borderX=0 
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0"
oCMenu.level[0].offsetX=0 
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].align="right"


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=22
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].borderX=1 
oCMenu.level[1].borderY=1
oCMenu.level[1].rows=0
oCMenu.level[1].arrow="http://www.iedconline.org/images/CMarrow.gif"
oCMenu.level[1].arrowWidth=11
oCMenu.level[1].arrowHeight=11



//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this

oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=oCMenu.level[0].width-2
oCMenu.level[2].height=22
oCMenu.level[2].regClass="clLevel1"
oCMenu.level[2].overClass="clLevel1over"
oCMenu.level[2].align="right" 
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].borderClass="clLevel1border"
oCMenu.level[2].borderX=1 
oCMenu.level[2].borderY=1
oCMenu.level[2].rows=0
oCMenu.level[2].arrow="http://www.iedconline.org/images/CMarrow.gif"
oCMenu.level[2].arrowWidth=11
oCMenu.level[2].arrowHeight=11


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
// changes need to be made to commerce file as well
oCMenu.makeMenu('top0','','Inside IEDC:','','','149','21','http://www.iedconline.org/images/nav_inside_iedc.gif','','','','','','1')

oCMenu.makeMenu('top01','','About IEDC','http://www.iedconline.org/?p=About_IEDC','','149','16','http://www.iedconline.org/images/nav_about.gif','http://www.iedconline.org/images/nav_about_over.gif')
	oCMenu.makeMenu('sub010','top01','Overview and Mission','http://www.iedconline.org/?p=About_IEDC')
	oCMenu.makeMenu('sub011','top01','FAQs','http://www.iedconline.org/?p=FAQs')
	oCMenu.makeMenu('sub012','top01','Strategic Plan','http://www.iedconline.org/?p=Strategic_Plan')
		//oCMenu.makeMenu('sub0120','sub012','IEDC\'s Vision','?p=Vision')
		//oCMenu.makeMenu('sub0121','sub012','Implementing the Vision','?p=Implementing')
	oCMenu.makeMenu('sub013','top01','Board of Directors','http://www.iedconline.org/?p=Board')
		oCMenu.makeMenu('sub0130','sub013','Governance Committee','http://www.iedconline.org/?p=Governance_Committee')
		oCMenu.makeMenu('sub0131','sub013','Board Members A - Z','http://www.iedconline.org/?p=Board')
		oCMenu.makeMenu('sub0132','sub013','Past Chairs','http://www.iedconline.org/?p=Past_Chairs')
		oCMenu.makeMenu('sub0133','sub013','Board Handbook (PDF)','http://www.iedconline.org/Downloads/IEDC_Board_Handbook.pdf')
	oCMenu.makeMenu('sub014','top01','Advisory Committees','http://www.iedconline.org/?p=Advisory_Committees')
	oCMenu.makeMenu('sub015','top01','Bylaws','http://www.iedconline.org/?p=IEDC_Bylaws')
	oCMenu.makeMenu('sub016','top01','Code of Ethics','http://www.iedconline.org/?p=Ethics_Code')
	oCMenu.makeMenu('sub017','top01','History','http://www.iedconline.org/?p=History')
	oCMenu.makeMenu('sub018','top01','Staff','http://www.iedconline.org/?p=IEDC_Staff')
//	oCMenu.makeMenu('sub016','top01','Staff','?p=Staff')
//	oCMenu.makeMenu('sub017','top01','FAQs','?p=FAQs')

oCMenu.makeMenu('top2','','Member Center','http://www.iedconline.org/?p=Member_Center','','149','18','http://www.iedconline.org/images/nav_membercenter.gif','http://www.iedconline.org/images/nav_membercenter_over.gif')
	oCMenu.makeMenu('sub20','top2','Overview','http://www.iedconline.org/?p=Member_Center')
	oCMenu.makeMenu('sub21','top2','Maintain Membership','http://www.iedconline.org/?p=Member_Center')
		oCMenu.makeMenu('sub210','sub21','Renew Membership','http://events.iedconline.org/Core/AccountManagement/Billing.aspx')
		oCMenu.makeMenu('sub211','sub21','Update Information','http://events.iedconline.org/Core/AccountManagement/Index.aspx')
		oCMenu.makeMenu('sub212','sub21','Submit a Question','https://www.iedconline.org/Contact_IEDC.html')
	oCMenu.makeMenu('sub22','top2','Member Exclusives','http://www.iedconline.org/?p=Member_Exclusives')
		oCMenu.makeMenu('sub220','sub22','Member Directory<img src="http://www.iedconline.org/images/lock11.gif" alt="members only" width="12" height="12" border="0" align="top" style="margin-left:6px;">','http://events.iedconline.org/Core/directory.aspx')
		oCMenu.makeMenu('sub221','sub22','Economic Development Journal<img src="http://www.iedconline.org/images/lock11.gif" alt="members only" width="12" height="12" border="0" align="top" style="margin-left:6px;">','http://www.iedconline.org/?p=EDJournal','','','36')
		oCMenu.makeMenu('sub222','sub22','Economic Development Now<img src="http://www.iedconline.org/images/lock11.gif" alt="members only" width="12" height="12" border="0" align="top" style="margin-left:6px;">','http://www.iedconline.org/?p=EDNow','','','36')
		oCMenu.makeMenu('sub223','sub22','2010 Federal Review<img src="http://www.iedconline.org/images/lock11.gif" alt="members only" width="12" height="12" border="0" align="top" style="margin-left:6px;">','http://www.iedconline.org/?p=Federal_Review')
		oCMenu.makeMenu('sub224','sub22','Research Assistance','http://www.iedconline.org/?p=Research_Assistance')
		oCMenu.makeMenu('sub225','sub22','Strategic Thought and the ED Professional<img src="http://www.iedconline.org/images/lock11.gif" alt="members only" width="12" height="12" border="0" align="top" style="margin-left:6px;">','http://www.iedconline.org/?p=Strategic_Thought','','','36')
	oCMenu.makeMenu('sub24','top2','Refer-a-Member Campaign','http://www.iedconline.org/?p=RAM','','','36')
	oCMenu.makeMenu('sub25','top2','Member Benefits','http://www.iedconline.org/?p=Member_Benefits')
	oCMenu.makeMenu('sub26','top2','FAQs','http://www.iedconline.org/?p=Member_FAQs')
	oCMenu.makeMenu('sub27','top2','Contact','http://www.iedconline.org/?p=Membership_Contact')

	
oCMenu.makeMenu('top3','','Join IEDCs','http://www.iedconline.org/?p=Join_IEDC','','149','19','http://www.iedconline.org/images/nav_join.gif','http://www.iedconline.org/images/nav_join_over.gif')
	oCMenu.makeMenu('sub30','top3','Overview','http://www.iedconline.org/?p=Join_IEDC')
	oCMenu.makeMenu('sub31','top3','Apply Online','http://events.iedconline.org/Core/Join/default.aspx')
	oCMenu.makeMenu('sub32','top3','Member Benefits','http://www.iedconline.org/?p=Member_Benefits')
	oCMenu.makeMenu('sub33','top3','Dues Structure','http://www.iedconline.org/?p=Dues_Structure')
	oCMenu.makeMenu('sub34','top3','FAQs','http://www.iedconline.org/?p=Join_IEDC_FAQs')
	oCMenu.makeMenu('sub35','top3','ED Research Partners Program (EDRP)','http://www.iedconline.org/?p=EDRP','','','36')
	oCMenu.makeMenu('sub36','top3','Contact','http://www.iedconline.org/?p=Membership_Contact')
	
oCMenu.makeMenu('top4','','Partners/Sponsors','http://www.iedconline.org/?p=US_Partners','','149','19','http://www.iedconline.org/images/nav_partners.gif','http://www.iedconline.org/images/nav_partners_over.gif')
	oCMenu.makeMenu('sub40','top4','ED Research Partners Program (EDRP)','http://www.iedconline.org/?p=EDRP','','','36')
		oCMenu.makeMenu('sub400','sub40','EDRP Publications<img src="http://www.iedconline.org/images/lock11.gif" alt="members only" width="12" height="12" border="0" align="top" style="margin-left:6px;">','http://www.iedconline.org/?p=EDRP_Publications')
	oCMenu.makeMenu('sub41','top4','US Partners','http://www.iedconline.org/?p=US_Partners')
	oCMenu.makeMenu('sub42','top4','International Partners','http://www.iedconline.org/?p=International_Partners')
	oCMenu.makeMenu('sub43','top4','Sponsorship Opportunities','http://www.iedconline.org/?p=Sponsorship','','','36')
	oCMenu.makeMenu('sub44','top4','Mail List Rental','http://www.iedconline.org/?p=List_Rental')

oCMenu.makeMenu('top19','','Media Center','http://www.iedconline.org/?p=Media_Center','','149','26','http://www.iedconline.org/images/nav_mediacenter.gif','http://www.iedconline.org/images/nav_mediacenter_over.gif')
	
oCMenu.makeMenu('top5','','IEDC Programs & Services:','','','149','49','http://www.iedconline.org/images/nav_iedcprograms.gif','','','','','','1')

oCMenu.makeMenu('top6','','Professional Development','http://www.iedconline.org/?p=Professional_Development','','149','29','http://www.iedconline.org/images/nav_professionaldev.gif','http://www.iedconline.org/images/nav_professionaldev_over.gif')
	oCMenu.makeMenu('sub60','top6','Overview','http://www.iedconline.org/?p=Professional_Development')
	oCMenu.makeMenu('sub61','top6','ED Training Courses','http://www.iedconline.org/?p=Training_Courses')
	oCMenu.makeMenu('sub610','sub61','Overview','http://www.iedconline.org/?p=Training_Courses')
	oCMenu.makeMenu('sub611','sub61','IEDC Course Calendar','http://www.iedconline.org/?p=Training_Calendar')
	oCMenu.makeMenu('sub612','sub61','Basic Courses','http://www.iedconline.org/?p=BEDC')
	oCMenu.makeMenu('sub613','sub61','ED Institute','http://www.iedconline.org/?p=EDI')
	oCMenu.makeMenu('sub614','sub61','Instructor Biographies','http://www.iedconline.org/?p=Instructors')
	oCMenu.makeMenu('sub615','sub61','Instructor Application','http://www.iedconline.org/?p=Instructor_Application')
	oCMenu.makeMenu('sub616','sub61','Contact','http://www.iedconline.org/?p=Training_Contact')
	
	
	oCMenu.makeMenu('sub62','top6','Certification ','http://www.iedconline.org/?p=Certification')
		oCMenu.makeMenu('sub620','sub62','Overview','http://www.iedconline.org/?p=Certification')
		oCMenu.makeMenu('sub621','sub62','Become Certified','http://www.iedconline.org/?p=Certification_Process')
		oCMenu.makeMenu('sub622','sub62','For Employers','http://www.iedconline.org/?p=Certification_Employers')
		oCMenu.makeMenu('sub623','sub62','FAQs','http://www.iedconline.org/?p=Certification_FAQs')
		oCMenu.makeMenu('sub624','sub62','Exam Calendar','http://www.iedconline.org/?p=Certification_Calendar')
		oCMenu.makeMenu('sub625','sub62','Recertification','http://www.iedconline.org/?p=Recertification')
		oCMenu.makeMenu('sub626','sub62','Emeritus Status','http://www.iedconline.org/?p=Certification_Emeritus')
		oCMenu.makeMenu('sub627','sub62','Event Recognition','http://www.iedconline.org/?p=Event_Recognition')
		oCMenu.makeMenu('sub628','sub62','Become a Grader','http://www.iedconline.org/?p=Certification_Graders')
		oCMenu.makeMenu('sub629','sub62','Contact','http://www.iedconline.org/?p=Certification_Contact')
	oCMenu.makeMenu('sub63','top6','Job Center','http://www.iedconline.org/?p=Job_Center')
		oCMenu.makeMenu('sub630','sub63','Job Listings','http://www.iedconline.org/?p=Job_Center_Listings')
		oCMenu.makeMenu('sub631','sub63','Advertise Your Opening','http://www.iedconline.org/?p=Job_Center_Employers')
		oCMenu.makeMenu('sub632','sub63','IEDC Internships','http://www.iedconline.org/?p=Job_Center_Students')
	oCMenu.makeMenu('sub64','top6','Web Seminars','http://www.iedconline.org/?p=Web_Seminars')
	oCMenu.makeMenu('sub65','top6','Organization Accreditation (AEDO)','http://www.iedconline.org/?p=AEDO','','','36')
	oCMenu.makeMenu('sub66','top6','IEDC Scholarships','http://www.iedconline.org/?p=LupkeFund')
	oCMenu.makeMenu('sub67','top6','Calendar','http://www.iedconline.org/?p=Professional_Development_Calendar')

	
oCMenu.makeMenu('top7','','Conferences','http://www.iedconline.org/?p=Conferences','','149','18','http://www.iedconline.org/images/nav_conferences.gif','http://www.iedconline.org/images/nav_conferences_over.gif')
	oCMenu.makeMenu('sub70','top7','Overview','http://www.iedconline.org/?p=Conferences')
	oCMenu.makeMenu('sub71','top7','2012 Federal Forum','http://www.iedconline.org/FederalForum/index.html')
	oCMenu.makeMenu('sub72','top7','2012 Spring Conference','http://www.iedconline.org/DrivingInnovation/index.html')
	oCMenu.makeMenu('sub73','top7','Web Seminars','http://www.iedconline.org/?p=Web_Seminars')
	oCMenu.makeMenu('sub74','top7','Sponsorship Opportunities','http://www.iedconline.org/?p=Sponsorship','','','36')
	oCMenu.makeMenu('sub75','top7','Past Conference Presentations','http://www.iedconline.org/?p=Conference_Presentations','','','36')
	oCMenu.makeMenu('sub76','top7','Contact','http://www.iedconline.org/?p=Conferences_Contact')
	
	
oCMenu.makeMenu('top8','','Advisory Services','?p=Advisory_Services','','149','19','http://www.iedconline.org/images/nav_advisory.gif','http://www.iedconline.org/images/nav_advisory_over.gif')
	oCMenu.makeMenu('sub80','top8','Overview','http://www.iedconline.org/?p=Advisory_Services')
	oCMenu.makeMenu('sub81','top8','Projects','http://www.iedconline.org/?p=ASR_Projects')
	oCMenu.makeMenu('sub82','top8','DoJ Weed & Seed','http://www.iedconline.org/?p=Weed_Seed')
			oCMenu.makeMenu('sub820','sub82','Overview & Resources','http://www.iedconline.org/?p=Weed_Seed')
			oCMenu.makeMenu('sub821','sub82','Assistance Process','http://www.iedconline.org/?p=TA_Process')
			oCMenu.makeMenu('sub822','sub82','Past Projects','http://www.iedconline.org/?p=Weed_Seed_Past')
	oCMenu.makeMenu('sub83','top8','Clients','http://www.iedconline.org/?p=ASR_Clients')
	oCMenu.makeMenu('sub85','top8','FAQs','http://www.iedconline.org/?p=ASR_FAQs')
	oCMenu.makeMenu('sub86','top8','Contact','http://www.iedconline.org/?p=ASR_Contact')

oCMenu.makeMenu('top9','','Legislative Affairs','http://www.iedconline.org/?p=Legislative_Affairs','','149','19','http://www.iedconline.org/images/nav_legislative.gif','http://www.iedconline.org/images/nav_legislative_over.gif')
	oCMenu.makeMenu('sub90','top9','Overview','http://www.iedconline.org/?p=Legislative_Affairs')
	oCMenu.makeMenu('sub91','top9','Eminent Domain','http://www.iedconline.org/?p=Eminent_Domain')
	oCMenu.makeMenu('sub92','top9','Tax Incentives','http://www.iedconline.org/?p=Tax_Incentives')
	
oCMenu.makeMenu('top10','','Professional Awards','http://www.iedconline.org/AnnualConference/Awards.html','','149','20','http://www.iedconline.org/images/nav_professionalawards.gif','http://www.iedconline.org/images/nav_professionalawards_over.gif')
oCMenu.makeMenu('sub100','top10','2011 Awards','http://www.iedconline.org/AnnualConference/Awards.html')
	oCMenu.makeMenu('sub1000','sub100','About the Awards','http://www.iedconline.org/AnnualConference/Awards.html')
	oCMenu.makeMenu('sub1001','sub100','Entry Packets','http://www.iedconline.org/AnnualConference/Awards_Packets.html')
	oCMenu.makeMenu('sub1002','sub100','Category Descriptions','http://www.iedconline.org/AnnualConference/Awards_Categories.html')
	oCMenu.makeMenu('sub1003','sub100','Sponsors','http://www.iedconline.org/AnnualConference/Awards_Sponsors.html')
	oCMenu.makeMenu('sub1004','sub100','Contact','http://www.iedconline.org/AnnualConference/Awards_Contact.html')
oCMenu.makeMenu('sub101','top10','Previous Program Winners','http://www.iedconline.org/?p=Previous_Winners','','','36')
oCMenu.makeMenu('sub102','top10','Previous Leadership Winners','','','','36')
		oCMenu.makeMenu('sub1020','sub102','Chairman Award','http://www.iedconline.org/?p=Chairmans_Award')
		oCMenu.makeMenu('sub1021','sub102','Citizen Leadership Award','http://www.iedconline.org/?p=Citizen_Leadership_Award')
		oCMenu.makeMenu('sub1022','sub102','Fellow Members','http://www.iedconline.org/?p=Fellow_Members')
		oCMenu.makeMenu('sub1023','sub102','Honorary Lifetime Members','http://www.iedconline.org/?p=HLM','','','36')
		oCMenu.makeMenu('sub1024','sub102','Institutional Leadership Award','http://www.iedconline.org/?p=Institutional_Leadership_Award','','','36')
		oCMenu.makeMenu('sub1025','sub102','Leadership Award for Public Service','http://www.iedconline.org/?p=Leadership_Award','','','36')
		oCMenu.makeMenu('sub1026','sub102','Lifetime Achievement Award','http://www.iedconline.org/?p=deLuca_Winners','','','36')
		oCMenu.makeMenu('sub1027','sub102','New ED Professional Award','http://www.iedconline.org/?p=Professional_Award','','','36')
	oCMenu.makeMenu('sub103','top10','Contact','http://www.iedconline.org/AnnualConference/Awards_Contact.html')

	
	
	
oCMenu.makeMenu('top11','','Online Resources:','','','149','38','http://www.iedconline.org/images/nav_online.gif','','','','','','1')
	
oCMenu.makeMenu('top12','','IEDC Resource Center','http://www.iedconline.org/?p=Resource_Center','','149','29','http://www.iedconline.org/images/nav_resource.gif','http://www.iedconline.org/images/nav_resource_over.gif','','','lefttop')
	oCMenu.makeMenu('sub120','top12','Overview','http://www.iedconline.org/?p=Resource_Center')
	oCMenu.makeMenu('sub121','top12','Globalization<img src="http://www.iedconline.org/images/lock11.gif" alt="members only" width="12" height="12" border="0" align="top" style="margin-left:6px;">','http://www.iedconline.org/?p=Globalization_Resource_Center')
	oCMenu.makeMenu('sub122','top12','Disaster Recovery Initiatives','http://www.iedconline.org/?p=Disaster_Recovery_Initiatives','','','36')
			oCMenu.makeMenu('sub1220','sub122','Overview','http://www.iedconline.org/?p=Disaster_Recovery_Initiatives')
			oCMenu.makeMenu('sub1221','sub122','Gulf Coast Business Reinvestment Forum','http://www.iedconline.org/?p=GCBRF','','','36')
			oCMenu.makeMenu('sub1222','sub122','Events and Resources','http://www.iedconline.org/?p=Disaster_Recovery_Resources')	
	oCMenu.makeMenu('sub123','top12','Eminent Domain','http://www.iedconline.org/?p=Eminent_Domain')
	oCMenu.makeMenu('sub124','top12','Consultant Database','http://www.iedconline.org/public_organization_search.php')
	oCMenu.makeMenu('sub125','top12','Brownfields Resource Center','http://www.iedconline.org/?p=Brownfields_Resource_Center','','','36')
	oCMenu.makeMenu('sub126','top12','Research Assistance','http://www.iedconline.org/?p=Research_Assistance')
	oCMenu.makeMenu('sub127','top12','Site Selection Standards','http://www.iedconline.org/?p=Data_Standards')
	oCMenu.makeMenu('sub128','top12','ED Reference Guide','http://www.iedconline.org/?p=ED_Reference_Guide')

oCMenu.makeMenu('top13','','Publications Center','http://www.iedconline.org/?p=Publications_Center','','149','18','http://www.iedconline.org/images/nav_publications.gif','http://www.iedconline.org/images/nav_publications_over.gif','','','lefttop')
	oCMenu.makeMenu('sub130','top13','Overview','http://www.iedconline.org/?p=Publications_Center')
	oCMenu.makeMenu('sub131','top13','Bookstore','https://www.iedconline.org/cgi-bin/iedc_bookstore/iedc.cgi')
	oCMenu.makeMenu('sub132','top13','Economic Development Journal','','','','36')
		oCMenu.makeMenu('sub1320','sub132','EDJournal Online<img src="http://www.iedconline.org/images/lock11.gif" alt="members only" width="12" height="12" border="0" align="top" style="margin-left:6px;">','http://www.iedconline.org/?p=EDJournal')
		oCMenu.makeMenu('sub1321','sub132','Submit an Article','http://www.iedconline.org/?p=Journal_Submissions')
	oCMenu.makeMenu('sub133','top13','Economic Development Now<img src="http://www.iedconline.org/images/lock11.gif" alt="members only" width="12" height="12" border="0" align="top" style="margin-left:6px;">','http://www.iedconline.org/?p=EDNow','','','36')
	oCMenu.makeMenu('sub134','top13','EDRP Publications<img src="http://www.iedconline.org/images/lock11.gif" alt="members only" width="12" height="12" border="0" align="top" style="margin-left:6px;">','http://www.iedconline.org/?p=EDRP_Publications')
	oCMenu.makeMenu('sub135','top13','Publications for Download','http://www.iedconline.org/?p=Publication_Downloads')
	oCMenu.makeMenu('sub136','top13','Contact','http://www.iedconline.org/?p=Publications_Contact')


oCMenu.makeMenu('top14','','ED Links','http://www.iedconline.org/?p=ED_Links','','149','18','http://www.iedconline.org/images/nav_edlinks.gif','http://www.iedconline.org/images/nav_edlinks_over.gif','','','lefttop')
	oCMenu.makeMenu('sub140','top14','Overview','http://www.iedconline.org/?p=ED_Links')
	oCMenu.makeMenu('sub141','top14','Government Resources','http://www.iedconline.org/?p=Links_Federal')
		oCMenu.makeMenu('sub1410','sub141','Agencies & Administration','http://www.iedconline.org/?p=Links_Federal','','','36')
		oCMenu.makeMenu('sub1411','sub141','Federal Reserve','http://www.iedconline.org/?p=Links_Federal_Reserve')
		oCMenu.makeMenu('sub1412','sub141','Housing & Development','http://www.iedconline.org/?p=Links_Housing','','','36')
		oCMenu.makeMenu('sub1413','sub141','Science, Technology, & Energy','http://www.iedconline.org/?p=Links_Science','','','36')
	oCMenu.makeMenu('sub142','top14','EDOs','http://www.iedconline.org/?p=Links_US_EDOs')
		oCMenu.makeMenu('sub1420','sub142','United States','http://www.iedconline.org/?p=Links_US_EDOs')
		oCMenu.makeMenu('sub1421','sub142','International','http://www.iedconline.org/?p=Links_International')
	oCMenu.makeMenu('sub143','top14','Professional Organizations','http://www.iedconline.org/?p=General','','','36')
		oCMenu.makeMenu('sub1430','sub143','National','http://www.iedconline.org/?p=Links_Professional_National')
		oCMenu.makeMenu('sub1431','sub143','Regional & State','http://www.iedconline.org/?p=Links_Professional_State')
		oCMenu.makeMenu('sub1432','sub143','Business','http://www.iedconline.org/?p=Links_Professional_Business')
		oCMenu.makeMenu('sub1433','sub143','Environment & Historic Preservation','http://www.iedconline.org/?p=Links_Preservation','','','36')
		oCMenu.makeMenu('sub1434','sub143','Finance','http://www.iedconline.org/?p=Links_Professional_Finance')
		oCMenu.makeMenu('sub1435','sub143','Infrastructure','http://www.iedconline.org/?p=Links_Infrastructure')
		oCMenu.makeMenu('sub1436','sub143','Public Administration','http://www.iedconline.org/?p=Links_Administration')
		oCMenu.makeMenu('sub1437','sub143','Real Estate Development','http://www.iedconline.org/?p=Links_Real_Estate','','','36')
		oCMenu.makeMenu('sub1438','sub143','Retail','http://www.iedconline.org/?p=Links_Retail')
	oCMenu.makeMenu('sub144','top14','University Programs','http://www.iedconline.org/?p=Links_University_Programs')
	oCMenu.makeMenu('sub145','top14','Finance','http://www.iedconline.org/?p=Links_Finance')
	oCMenu.makeMenu('sub146','top14','Small Business','http://www.iedconline.org/?p=Links_Small_Business')
	oCMenu.makeMenu('sub147','top14','Environment','http://www.iedconline.org/?p=Links_Environment')
	oCMenu.makeMenu('sub148','top14','Media','http://www.iedconline.org/?p=Links_Media')
	
oCMenu.makeMenu('top15','','Calendar','http://www.iedconline.org/calendar.php','','149','20','http://www.iedconline.org/images/nav_calendar.gif','http://www.iedconline.org/images/nav_calendar_over.gif')
		oCMenu.makeMenu('sub150','top15','Economic Development Events Calendar','calendar.php','','','36')
		oCMenu.makeMenu('sub151','top15','IEDC Events Calendar','http://www.iedconline.org/?p=calendar')

oCMenu.makeMenu('top16','','','','','149','16','http://www.iedconline.org/images/nav_abovehome.gif','','','','','','1')

oCMenu.makeMenu('top17','','IEDC Home','http://www.iedconline.org/','','149','20','http://www.iedconline.org/images/nav_home.gif','http://www.iedconline.org/images/nav_home_over.gif')

oCMenu.makeMenu('top18','','','','','149','33','http://www.iedconline.org/images/nav_belowhome.gif','','','','','','1')
/*	
*/	
//Leave this line - it constructs the menu
oCMenu.construct();

