// JavaScript Document
/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
your_community.makeMenu('top3','','','/your_community/default.htm','','140','29','/images/nav/your_community.gif','/images/nav/your_community-over.gif','','','','','','','','')
//your_community.makeMenu('sub30','top3','Community Resource','/your_community/default.htm')
your_community.makeMenu('sub31','top3','Community Contacts','/your_community/community_contacts.htm')
your_community.makeMenu('sub32','top3','Community Councils','/your_community/community_councils.htm')
your_community.makeMenu('sub33','top3','Resource Database','/your_community/community_resource_database.htm')
//your_community.makeMenu('sub32','top3','Community Resources','/your_community/resources/default.htm')
	
	//Leave this line - it constructs the menu
your_community.construct()	