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

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=1
oCMenu.fromTop=123
oCMenu.fromLeft=119
oCMenu.rows=1
oCMenu.menuPlacement=""
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
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=190
oCMenu.level[0].height=23
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=4
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=190
oCMenu.level[1].height=23
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=192
oCMenu.level[2].height=23
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) 
*************************************/
oCMenu.makeMenu('top0','', '','../../site_consultant/overview.htm','',192,30,'../../images/innermenu/01.jpg','../../images/innermenu/01_over.jpg')

oCMenu.makeMenu('sub00','top0','Demographics','../../site_consultant/demographics/2000_U_S_census.html','',192,0)
		
oCMenu.makeMenu('sub01','top0','Labor Force','../../site_consultant/labor_force/overview.html','',192,0)
oCMenu.makeMenu('sub002','sub01','Commuters','../../site_consultant/labor_force/commuters.html','',192,0)
oCMenu.makeMenu('sub003','sub01','Employee Relations','../../site_consultant/labor_force/employee_relations.html','',192,0)
oCMenu.makeMenu('sub004','sub01','Employment By Sector','../../site_consultant/labor_force/employment_by_sector.html','',192,0)
oCMenu.makeMenu('sub005','sub01','Labor Force Characteristics','../../site_consultant/labor_force/unemployment_and_labor_statistics.html','',192,0)
oCMenu.makeMenu('sub006','sub01','Labor Situation','../../site_consultant/labor_force/labor_situation.html','',192,0)
oCMenu.makeMenu('sub007','sub01','Largest Industries','../../site_consultant/labor_force/larges_industries.html','',192,0)
oCMenu.makeMenu('sub008','sub01','Manufacturing','../../site_consultant/labor_force/manufacturing.html','',192,0)
oCMenu.makeMenu('sub009','sub01','Occupational Wages','../../site_consultant/labor_force/occupational_wages.html','',192,0)
oCMenu.makeMenu('sub0010','sub01','Total Employment','../../site_consultant/labor_force/total_employment.html','',192,0)
oCMenu.makeMenu('sub0011','sub01','Unemployment','../../site_consultant/labor_force/unemployment_and_labor_statistics.html','',192,0)
oCMenu.makeMenu('sub0012','sub01','University Graduates','../../site_consultant/labor_force/university_graduates.html','',192,0)
oCMenu.makeMenu('sub0013','sub01','Wages and Salaries','../../site_consultant/labor_force/wages_and_salaries.html','',192,0)
oCMenu.makeMenu('sub00133','sub01','Pathfinders Labor Study','../../site_consultant/labor_force/pathfinders_labor_study.htm','',192,0)


oCMenu.makeMenu('sub02','top0','County Population','../../site_consultant/county_population/overview.html','',192,0)
oCMenu.makeMenu('sub0014','sub02','Lexington County Population','../../site_consultant/county_population/lexington_county_population.html','',192,0)
oCMenu.makeMenu('sub0015','sub02','Median Age','../../site_consultant/county_population/median_age.html','',192,0)
oCMenu.makeMenu('sub0016','sub02','Migration Patterns','../../site_consultant/county_population/migration_patterns.html','',192,0)
oCMenu.makeMenu('sub0017','sub02','Population By Age','../../site_consultant/county_population/populations_by_age.html','',192,0)
oCMenu.makeMenu('sub0018','sub02','Population By Race','../../site_consultant/county_population/population_by_race.html','',192,0)
oCMenu.makeMenu('sub0019','sub02','Population By Sex','../../site_consultant/county_population/population_by_sex.html','',192,0)
oCMenu.makeMenu('sub0020','sub02','Urban & Rural Population','../../site_consultant/county_population/urban_rural_population.html','',192,0)
oCMenu.makeMenu('sub0021','sub02','Foreign Born Population','../../site_consultant/county_population/foreign_born_population.html','',192,0)
//oCMenu.makeMenu('sub0022','sub02','Hispanic Population','../../site_consultant/county_population/hispanic_population.html','',192,0)
		
oCMenu.makeMenu('sub03','top0','Utilities','../../site_consultant/utilities/overview.html','',192,0)
 oCMenu.makeMenu('sub0023','sub03','Communications','../../site_consultant/utilities/communications.html','',192,0)
 oCMenu.makeMenu('sub0024','sub03','Electricity','../../site_consultant/utilities/electricity.html','',192,0)
 oCMenu.makeMenu('sub0025','sub03','Natural Gas','../../site_consultant/utilities/natural_gas.html','',192,0)
 oCMenu.makeMenu('sub0026','sub03','Water and Wasterwater','../../site_consultant/utilities/water_and_wastewater.html','',192,0)
		
oCMenu.makeMenu('sub04','top0','Quality of Life','../../site_consultant/quality_of_life/overview.html','',192,0)
 oCMenu.makeMenu('sub0027','sub04','Climate','../../site_consultant/quality_of_life/climate.html','',192,0)
 oCMenu.makeMenu('sub0028','sub04','Healthcare','../../site_consultant/quality_of_life/healthcare.html','',192,0)

 oCMenu.makeMenu('sub0030','sub04','Recreation','../../site_consultant/quality_of_life/recreation.html','',192,0)
		
oCMenu.makeMenu('sub05','top0','Transportation','../../site_consultant/transportation/overview.htm','',192,0)
    oCMenu.makeMenu('sub0032','sub05','Highways','../../site_consultant/transportation/highways.html','',192,0)
    oCMenu.makeMenu('sub0033','sub05','Sea Ports','../../site_consultant/transportation/ports.html','',192,0)
    oCMenu.makeMenu('sub0034','sub05','Airports','../../site_consultant/transportation/airports.html','',192,0)
	oCMenu.makeMenu('sub0035','sub05','Rail Access','../../site_consultant/transportation/rail.html','',192,0)
	oCMenu.makeMenu('sub0036','sub05','Foreign Trade Zone','../../site_consultant/transportation/foreign_trade_zone.html','',192,0)
		
oCMenu.makeMenu('sub06','top0','Business Taxes & Incentives','../../site_consultant/business_taxes_and_incentives/business_taxes_and_incentives.html','',192,0)
		
oCMenu.makeMenu('sub07','top0','Commuting Data','','',192,0)
 oCMenu.makeMenu('sub0037','sub07','Morning Work Commute Time','../../site_consultant/commuting_data/morning-work-commute-time.html','',192,0)
 oCMenu.makeMenu('sub0038','sub07','Travel Time','../../site_consultant/commuting_data/travel_time.html','',192,0)
 
oCMenu.makeMenu('sub0039','top0','Communities','../../site_consultant/communities/overview.html','',192,0)
oCMenu.makeMenu('sub0040','top0','Available Sites/Park','../../site_consultant/site_buildings/sites_and_parks.html','',192,0)
oCMenu.makeMenu('sub0041','top0','Available Buildings', '../../site_consultant/site_buildings/buildings.html','',192,0)

oCMenu.makeMenu('top1','', '','../../workforce_training/overview.html','',192,30,'../../images/innermenu/02.jpg','../../images/innermenu/02_over.jpg')
    oCMenu.makeMenu('sub0042','top1','readySC','../../workforce_training/technology_training.html','',192,0)
    oCMenu.makeMenu('sub0043','top1','Colleges and Universities','../../workforce_training/colleges_and_universities.html','',192,0)
	oCMenu.makeMenu('sub0044','top1','Midlands Technical College','../../workforce_training/midlands_technical_college.html','',192,0)
    oCMenu.makeMenu('sub0045','top1','K-12 Public Education','../../workforce_training/k-12_public_schools.html','',192,0)
    oCMenu.makeMenu('sub0046','top1','K-12 Private Education','../../workforce_training/k-12_private_schools.html','',192,0)
   
oCMenu.makeMenu('top2','', '','../../economic_development/overview.html','',190,30,'../../images/innermenu/03.jpg','../../images/innermenu/03_over.jpg')
oCMenu.makeMenu('sub0047','top2','Links to Allies','../../economic_development/link_to_allies.html','',190,0)
oCMenu.makeMenu('sub0048','top2','Industrial Directory','../../economic_development/lexington_county_industrial_directory.html','',190,0)
oCMenu.makeMenu('sub0052','top2','Staff','../../economic_development/staff.html','',190,0)

/*SITE AND BUILDINGS*/
oCMenu.makeMenu('top3','', '','../../site_consultant/site_buildings/overview.html','',190,30,'../../images/innermenu/04.jpg','../../images/innermenu/04_over.jpg')
oCMenu.makeMenu('sub0049','top3','Overview','../../site_consultant/site_buildings/overview.html','',190,0)
oCMenu.makeMenu('sub0050','top3','Available Sites/Parks','../../site_consultant/site_buildings/sites_and_parks.html','',190,0)
oCMenu.makeMenu('sub0051','top3','Available Buildings','../../site_consultant/site_buildings/buildings.html','',190,0)

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

