/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['&nbsp;Home', 'index.htm'],
	['&nbsp;&nbsp;About Snelling', null, null,
	     ['Our History', 'ourhistory.htm'],
	     ['Staffing Services', 'staffing.htm'],
	     ['ASA Code of Ethics', 'ethicscode.htm']
	],
	['&nbsp;&nbsp;Employees', null, null,
	     ['Pre-Application', 'pre-app.htm'],
	     ['Resource Center', null, null,
	     	['Interview Tips', 'interview.htm'],
	     	['Salary Wizard', 'http://swz.salary.com/salarywizard/layoutscripts/swzl_newsearchexp.asp']
		],
	     ['Office Location', 'address.htm']
        ],
	['&nbsp;&nbsp;Employers', null, null,
	     ['Articles of Interest', 'articles.php'],
	     ['Testimonials', 'testimonials.htm'],
	     ['Office Location', 'address.htm']
        ],
	['&nbsp;&nbsp;Contact Us', 'address.htm'],
];
