/*
  --- print 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 = [
	['Home', "print_home.asp", null],
	['Services', "print_services.asp", null,
		['Laser Printing', "print_services_personalization.asp", null],
		['Folding and Inserting', "print_services_folding.asp", null],
		['Online Web Access', "print_services_online.asp", null],
		['Inventory Control', "print_services_inventory.asp", null],
		['Storage', "print_services_storage.asp", null],
		['Disaster Recovery', "print_services_disaster.asp", null],
	],
	['Industries', "print_industry.asp", null,
		['Insurance', "print_industry_insurance.asp", null],
		['Financial', "print_industry_finance.asp", null],
		['Loyalty', "print_industry_resturants.asp", null],
		['Telecom', "print_industry_telecom.asp", null],
		['Retail', "print_industry_retail.asp", null],
		['Fuel', "print_industry_fuel.asp", null],
	],
/*	['Examples', "print_examples.asp", null,
		['Statements', "print_examples_statements.asp", null],
		['Invoices', "print_examples_invoices.asp", null],
		['Inserts', "print_examples_inserts.asp", null],
		['Letters', "print_examples_letters.asp", null],
		['Coupons', "print_examples_coupons.asp", null],
		['Post Cards', "print_examples_post_cards.asp", null],
		['Other', "print_examples_other.asp", null],
	],

*/	['About Us', "print_about.asp", null,
		['The Difference', "print_about_difference.asp", null],
		['Facility', "print_about_facility.asp", null],
		['History', "print_about_history.asp", null],
		['Location', "print_about_location.asp", null],
		['Executive Team', "print_about_staff.asp", null],
	],
	['Contact', "print_contact.asp", null],
];

