/*

  --- 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 = [

	['About Us', null, null,

		['Home', 'index.php'],

		['Story-Part 1', 'index.php'],

		['Story-Part 2', 'aboutUsPg2.php'],

		['Story-Part 3', 'aboutUsPg3.php'],

	],

	// ['Customer Service', 'customerservice.php'],

	['Products', null, null,

		['Model 36 Automatic Sawmill Carriage', 'mod36ASC.php'],

		['Model L.P. 38 Sawmill Carriage', 'lP38.php'],

		['Cleereman 420', 'cleereman420.php'],

		['Model L.P. 42 Sawmill Carriage', 'lP42.php'],

		['Model 50 Carriage Drive', 'mod50CD.php'],

		['Model 75 Carriage Drive', 'mod75CD.php'],

		['Model 100 Carriage Drive', 'mod100CD.php'],

		['Sawyers Cornerless Control Booth', 'controlBooth.php'],

		['Model 36 & 42 Heavy Duty Bar Turner', 'barTurner.php'],

	],

	['Contact Us', 'contact.php'],

];



