/*
  --- 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', 'index.php?p=home', null,
		
	],
	['Place an Order >', null, null,
		['On-Line Ordering', 'http://qnet.e-quantum2k.com/~mentzer/cgi-bin/entry.cgi', {'tw':'blank'}],
		['Office Supplies', 'https://qnet.e-quantum2k.com/%7Ementzer/Custom/RETAIL/RETAIL/cgi-bin/nph-prod-list-jwf.cgi?FA=ShipInfo&UserID=150&WsID=576&Rc=', {'tw':'blank'}],
		['Order Books >', null, null, 
			['Retail', 'https://qnet.e-quantum2k.com/~mentzer/Custom/RETBK/RETAIL/cgi-bin/rentry.cgi', {'tw':'blank'}],
			['Wholesale', 'https://qnet.e-quantum2k.com/~mentzer/Custom/BOOKWH/RETAIL/cgi-bin/rentry.cgi', {'tw':'blank'}],
		],
	],
	
	['Our Services >', null, null,
	 	['Commercial Printing', 'index.php?p=cp'], 		
		['Promotional Products', 'index.php?p=promo'],
		['Forms, Labels & Tags', 'index.php?p=flt'],
		['E-Commerce Solutions', 'index.php?p=ecom'],
		['Books/Self-Publishing', 'index.php?p=spa'],
	],
	['Our Story >', null, null,
		['About Us', 'index.php?p=aboutus'],
		['Our Community', 'index.php?p=aucomm'],
		['Our Office', 'index.php?p=auoffice'],
		['Contact Us', 'index.php?p=contactus']
	], 
];


