//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromTop=164
oCMenu.fromLeft=130
oCMenu.rows=1
oCMenu.menuPlacement=""
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=0
oCMenu.wait=100 
oCMenu.fillImg=""
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth=""
oCMenu.barHeight="" 
oCMenu.barClass="clB"
oCMenu.barX=0 
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=180
oCMenu.level[0].height=22
oCMenu.level[0].regClass="clNormal"
oCMenu.level[0].overClass="clHover"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clB"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=6
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"

//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-0
oCMenu.level[1].width=180
oCMenu.level[1].height=22
oCMenu.level[1].regClass="clNormal"
oCMenu.level[1].overClass="clHover"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=1
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clB"


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR 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=240
oCMenu.level[2].height=22
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clNormal"
oCMenu.level[2].overClass="clHover"
oCMenu.level[2].borderClass="clB"

/******************************************
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

/**ABOUT US**/
oCMenu.makeMenu('top0','', '','../aboutus/index.htm','',111,45,'../i/menu/b01.gif','../i/menu/b01o.gif')
	oCMenu.makeMenu('sub39','top0','Staff','../aboutus/staff.htm')
	oCMenu.makeMenu('sub42','top0','Board Members','../aboutus/board_members.htm')
	oCMenu.makeMenu('sub43','top0','Annual Report','../aboutus/annual_report.htm')
	oCMenu.makeMenu('sub44','top0','Membership','../aboutus/membership.htm')
	oCMenu.makeMenu('sub45','top0','Economic Development Plan','../aboutus/economic_development_plan.htm')
	oCMenu.makeMenu('sub47','top0','View Our Video','../aboutus/video_presentation.htm')
	oCMenu.makeMenu('sub48','top0','Our Partners','../aboutus/our_partners.htm')

/**BUSINESS AND COMMUNITY RESOURCES**/
oCMenu.makeMenu('top1','', '','../business_and_community_resources/index.htm','',111,45,'../i/menu/b02.gif','../i/menu/b02o.gif')

oCMenu.makeMenu('sub0006','top1','Utilities','../business_and_community_resources/utilities/index.htm')
oCMenu.makeMenu('sub0018','sub0006','Electric','../business_and_community_resources/utilities/electric.htm')
oCMenu.makeMenu('sub0019','sub0006','Natural Gas','../business_and_community_resources/utilities/natural_gas.htm')
oCMenu.makeMenu('sub0020','sub0006','Water and Wastewater','../business_and_community_resources/utilities/water_and_wastewater.htm')
oCMenu.makeMenu('sub0021','sub0006','Communications','../business_and_community_resources/utilities/communications.htm')
		
oCMenu.makeMenu('sub0007','top1','Transportation','../business_and_community_resources/transportation/index.htm')
oCMenu.makeMenu('sub0022','sub0007','Highways','../business_and_community_resources/transportation/highways.htm')
oCMenu.makeMenu('sub0023','sub0007','Ports','../business_and_community_resources/transportation/ports.htm')
oCMenu.makeMenu('sub0024','sub0007','Commercial Airports','../business_and_community_resources/transportation/airports.htm')
oCMenu.makeMenu('sub0025','sub0007','Rail','../business_and_community_resources/transportation/rail.htm')
oCMenu.makeMenu('sub0026','sub0007','Foreign Trade Zones','../business_and_community_resources/transportation/foreign_trade_zone.htm')
oCMenu.makeMenu('sub0027','sub0007','Interactive Maps','../demographic_data/int_map/index.htm')
oCMenu.makeMenu('sub0028','sub0007','Trucking Companies','../business_and_community_resources/transportation/trucking_companies.htm')
		
oCMenu.makeMenu('sub0008','top1','Taxes And Business Assistance','../business_and_community_resources/taxes_and_business_assistance/index.htm')
oCMenu.makeMenu('sub0029','sub0008','Tax Rate Information','../business_and_community_resources/taxes_and_business_assistance/tax_rate_information.htm')
oCMenu.makeMenu('sub0030','sub0008','Business Assistance','../business_and_community_resources/taxes_and_business_assistance/business_assistance.htm')
oCMenu.makeMenu('sub0031','sub0008','Financing Programs','../business_and_community_resources/taxes_and_business_assistance/financing_programs.htm')

oCMenu.makeMenu('sub0009','top1','Quality of Life','../business_and_community_resources/quality_of_life/index.htm')
oCMenu.makeMenu('sub0032','sub0009','Healthcare','../business_and_community_resources/quality_of_life/health_care.htm')
oCMenu.makeMenu('sub0033','sub0009','Climate','../business_and_community_resources/quality_of_life/climate.htm')
oCMenu.makeMenu('sub0034','sub0009','Housing','../business_and_community_resources/quality_of_life/housing.htm')
oCMenu.makeMenu('sub0035','sub0009','Racine County Arts and Recreation','../business_and_community_resources/quality_of_life/racine_county_arts_and_recreation.htm')
oCMenu.makeMenu('sub0036','sub0009','Regional Arts & Recreation','../business_and_community_resources/quality_of_life/regional_recreation.htm')
oCMenu.makeMenu('sub0037','sub0009','History','../business_and_community_resources/quality_of_life/history.htm')
oCMenu.makeMenu('sub0038','sub0009','Location','../business_and_community_resources/quality_of_life/location.htm')

/**WORKFORCE TRAINING MENU**/	
oCMenu.makeMenu('top2','', '','../workforce_training/index.htm','',111,45,'../i/menu/b03.gif','../i/menu/b03o.gif')
	oCMenu.makeMenu('sub18','top2','Job Training Organizations','../workforce_training/job_training_organizations.htm')
	oCMenu.makeMenu('sub19','top2','Technical Colleges','../workforce_training/technical_colleges.htm')
	oCMenu.makeMenu('sub20','top2','Colleges And Universities','../workforce_training/colleges_and_universities.htm')
	oCMenu.makeMenu('sub21','top2','K-12 Public Schools','../workforce_training/k-12_public_schools.htm')
	oCMenu.makeMenu('sub22','top2','K-12 Private Schools','../workforce_training/k-12_private_schools.htm')
	
/**COMMUNITY PROFILES**/
oCMenu.makeMenu('top3','', '','../community_profiles/index.htm','',111,45,'../i/menu/b04.gif','../i/menu/b04o.gif')


/**DEMOGRAPHIC DATA**/
oCMenu.makeMenu('top4','', '','../demographic_data/index.htm','',128,45,'../i/menu/b05.gif','../i/menu/b05o.gif')
 /**population**/
oCMenu.makeMenu('sub00','top4','Population','../demographic_data/population/index.htm')
oCMenu.makeMenu('sub001','sub00','Total Population ','../demographic_data/population/total_population.htm')
oCMenu.makeMenu('sub002','sub00','Per Capita Income','../demographic_data/population/per_capita_income.htm')
oCMenu.makeMenu('sub003','sub00','Race & Ethnicity ','../demographic_data/population/race_and_ethnicity.htm')

  /**LABOR FORCE SUBMENU**/
oCMenu.makeMenu('sub0001','top4','Labor Force','../demographic_data/labor_force/index.htm')
oCMenu.makeMenu('sub004','sub0001','Total Employed Persons','../demographic_data/labor_force/total_employed_persons.htm')
oCMenu.makeMenu('sub005','sub0001','Total Unemployed Persons','../demographic_data/labor_force/total_unemployed_persons.htm')
oCMenu.makeMenu('sub006','sub0001','Unemployment Rate','../demographic_data/labor_force/unemployment_rate.htm')
oCMenu.makeMenu('sub007','sub0001','Average Wages','../demographic_data/labor_force/average_wages.htm')
oCMenu.makeMenu('sub008','sub0001','ACT Scores','../demographic_data/labor_force/act_scores.htm')

 /**ECONOMY SUBMENU**/
oCMenu.makeMenu('sub0002','top4','Economy','../demographic_data/economy/index.htm')
oCMenu.makeMenu('sub009','sub0002','Employment & Wage By Industry','../demographic_data/economy/employment_and_wage_by_industry.htm')
oCMenu.makeMenu('sub0010','sub0002','Top 10 Private Sector Employers','../demographic_data/economy/top_private_sector_employers.htm')
oCMenu.makeMenu('sub0011','sub0002','Establishment & Workers By Employment Size','../demographic_data/economy/establishment_workers_by_employment_size.htm')
oCMenu.makeMenu('sub0012','sub0002','Prominent Industries','../demographic_data/economy/prominent_industries.htm')

/**INTERACTIVE MAP***/
oCMenu.makeMenu('sub0005','top4','Interactive Maps','../demographic_data/int_map/index.htm')
	
/**CATY**/	
oCMenu.makeMenu('top5','', '','http://tempsite.wi.net/www.racinecountyedc.org/event/','',111,45,'../i/menu/b06.gif','../i/menu/b06o.gif')

/**AVAILABLE PROPERTIES**/
oCMenu.makeMenu('top6','', '','../available_properties/index.htm','',96,45,'../i/menu/b07.gif','../i/menu/b07o.gif')
oCMenu.makeMenu('sub49','top6','Industrial Parks/Sites','../available_properties/index.htm','','145','22')
oCMenu.makeMenu('sub50','top6','Available Buildings','../available_properties/index.htm','','145','22')
oCMenu.makeMenu('sub51','top6','Available Land for Development in Business Parks with Public Water & Sanitary Sewer','http://www.racinecountyedc.org/available_properties/available_land_for_development.htm','','145','65')




//Leave this line - it constructs the menu
oCMenu.construct()		