







 


/* Author: James Craig for BearingPoint, Inc. */ 
/* submenus array for Texasonline */

/* Menu class constructor */
function Menu(sPath,sText,aSubMenus){
	this.sPath = sPath;
	this.sText = sText;
	if(typeof aSubMenus != 'undefined') this.aSubMenus = aSubMenus;
}

/* add default class property */
Menu.prototype.aSubMenus = [];

var aSubMenus = [new Menu("/category.jsp?categoryId=1","Employers",[new Menu("/category.jsp?categoryId=1.1","Directories and Contacts"),new Menu("/category.jsp?categoryId=1.2","Find an Employee"),new Menu("/category.jsp?categoryId=1.3","Employee Training"),new Menu("/category.jsp?categoryId=1.4","Unemployment Information"),new Menu("/category.jsp?categoryId=1.5","Incentives, Laws and Requirements"),new Menu("/category.jsp?categoryId=1.6","Handling Layoffs and Closings"),new Menu("/category.jsp?categoryId=1.7","Start or Grow Your Business"),new Menu("/category.jsp?categoryId=1.8","Re-Integration of Offenders"),new Menu("/category.jsp?categoryId=1.9","Veterans"),new Menu("/category.jsp?categoryId=1.10","Youth Employment Information")]
),new Menu("/category.jsp?categoryId=2","Job Seekers",[new Menu("/category.jsp?categoryId=2.1","Directories and Contacts"),new Menu("/category.jsp?categoryId=2.2","Find a Job"),new Menu("/category.jsp?categoryId=2.3","Education and Training"),new Menu("/category.jsp?categoryId=2.4","Job Market Information"),new Menu("/category.jsp?categoryId=2.5","Resources for Workers"),new Menu("/category.jsp?categoryId=2.6","Financial Aid"),new Menu("/category.jsp?categoryId=2.7","Disability Services and Accommodations"),new Menu("/category.jsp?categoryId=2.8","Housing Assistance"),new Menu("/category.jsp?categoryId=2.9","Veterans Assistance"),new Menu("/category.jsp?categoryId=2.10","Youth Assistance"),new Menu("/category.jsp?categoryId=2.11","Unemployment Information")]
),new Menu("/category.jsp?categoryId=3","Career Exploration",[new Menu("/category.jsp?categoryId=3.1","Directories and Contacts"),new Menu("/category.jsp?categoryId=3.2","Career Planning"),new Menu("/category.jsp?categoryId=3.3","Adult Education and Training"),new Menu("/category.jsp?categoryId=3.4","Youth Education and Training"),new Menu("/category.jsp?categoryId=3.5","Veterans Education and Training"),new Menu("/category.jsp?categoryId=3.6","Job Market Information"),new Menu("/category.jsp?categoryId=3.7","Financial Aid"),new Menu("/category.jsp?categoryId=3.8","Disability Services and Accommodations"),new Menu("/category.jsp?categoryId=3.9","Housing Assistance")]
),new Menu("/category.jsp?categoryId=4","Workforce System Professionals",[new Menu("/category.jsp?categoryId=4.1","Career and Labor Market Information"),new Menu("/category.jsp?categoryId=4.2","Directories and Contacts"),new Menu("/category.jsp?categoryId=4.3","Disability Services and Accommodations"),new Menu("/category.jsp?categoryId=4.4","Dislocated Workers Assistance"),new Menu("/category.jsp?categoryId=4.5","Economic Development"),new Menu("/category.jsp?categoryId=4.6","Education and Training"),new Menu("/category.jsp?categoryId=4.7","Employer Incentives, Laws and Requirements"),new Menu("/category.jsp?categoryId=4.8","Financial Aid"),new Menu("/category.jsp?categoryId=4.9","Housing Assistance"),new Menu("/category.jsp?categoryId=4.10","Tools for Job Seekers"),new Menu("/category.jsp?categoryId=4.11","Unemployment Information"),new Menu("/category.jsp?categoryId=4.12","Veterans Services")]
),new Menu("/category.jsp?categoryId=5","Contact Partners")]
;



