/* content_publisher/
  --- menu items --- 
  Tigra Menu items structure 
*/

var MENU_ITEMS = [
	['SHOW CASE', '/show_case.php', {'tw':'_self','tt':'Show casing finished projects','sb':'Show casing finished projects'}],
	['DESIGN ROOM', '/design_room.php', {'tw':'_self','tt':'Design','sb':'Design'}],
	['EMPLOYMENT', '/employment.php', {'tw':'_self','tt':'Employment Opportunities','sb':'Employment Opportunities'}],
	['CONTACT US', '/contact_us.php', {'tw':'_self','tt':'Contact and Locatiion Information','sb':'Contact and Locatiion Information'}],
	['Home', '/index.php', {'tw':'_self','tt':'CSI Home Page','sb':'CSI Home Page'}],
	['MANAGEMENT', '/content_publisher/index.php', {'tw':'_self','tt':'Staff Services','sb':'Staff Services'}]
];
