/*
  --- 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 ASC', 'index1.html', null,
		['About ASC', 'aboutasc.html'],
		['ASC News', 'newsasc.html'],
		['Leasing Program', 'asclease.html'],
		['Location Map', 'ascmap.html'],
	],
	['Shop', 'asc_shop.html', null,
		['Store Directory', 'asc_shop.html', null,
			['A-One Shoe Store', 'a-one.html'],
			['ABC Electronix', 'abc_electronix.html'],
			['Angels Jewelry', 'angels_jewelry.html'],		
			['Body Secret', 'bodysecret.html'],
			['ComPacific', 'compacific.html'],
			['Esprit', 'esprit.html'],
			['Envy Ladies Accessories', 'envy.html'],
			['Expresscare', 'expresscare.html'],
			['GameStop','gamestop.html'],
			['Ginos', 'ginos.html'],
			['Guamcell Communications', 'http://www.guamcell.com'],
			['Hairdresser by Kimberly', 'hairdresser.html'],
			['Jade Gift Shop', 'jadegifts.html'],		
			['JB s Ukulele Hut', 'JBUkuleleHut.html'],
			['Laus Jewelry', 'laus_jewelry.html'],
			['Me Casa', 'mecasa.html'],
			['mpulse', 'http://www.movewithit.com/mpulse.html'],
			['My Anime Shop', 'myanime.html'],
			['Payless Supermarkets', 'payless.html'],
			['Primo Surf', 'primo_surf.html'],
			['princessjolie', 'princessjolie.html'],
			['Sweet Dreams', 'sweetdreams.html'],
			['SM Guam', 'SMStore.html'],
			['Uzuem', 'Uzuem.html'],
			['Time Circle', 'timecircle.html'],
			['Vitamin World', 'vitamin.html'],
		],
		['Store Map', null, null,
			['1st Floor', '1stfloor.html'],
			['2nd Floor', '2ndfloor.html'],
		],
		['ASC Gift Certificates', 'ascgiftcert.html'],
	],
	['Eat', 'ascdine.html', null,
		['Restaurant Directory', 'ascdine.html', null,
			['369 D.S. Chinese Cuisine', '369.html'],
			['Capricciosa', 'capricciosa.html'],
			['Java Junction', 'javajunction.html'],
			['PTC Bar and Grill', 'ptc.html'],
			['Pizza Hut', 'pizza.html'],
			['Shirleys Coffee Shop', 'shirleys.html'],
			['Taco Bell/Long John Silver', 'tacosilver.html'],
			['Tony Romas', 'tonyromas.html'],
		],
		['Refreshment Directory', 'ascsnack.html', null,
			['Century Dreyers Ice Cream', 'dreyers.html'],
			['Century Sport Lounge', 'sportlounge.html'],
			['Delimanjoo', 'delimanjoo.html'],
			['Java Junction', 'javajunction.html'],
			['OPS Bakery', 'opsbakery.html'],
			['Sweet Dreams', 'sweetdreams.html'],
			['Tapioca Drink World', 'tapioca.html'],
		],
		['Food Locations', null, null,
			['1st Floor', '1stfloor.html'],
		],
	],
	['Play', null, null,
		['Entertainment Guide', null, null,
			['Century Sports Lounge', 'sportlounge.html'],
			['G3 Internet Cafe', 'g3.html'],
			['Movies', 'movies.html'],
		],			
	],
	['Events', 'asc_promos.html', null,
		['ASC Promotions', 'asc_promos.html', null,
			['A-Club', 'a-club.html'],
			['Project Kidcare', 'kidcare.html'],
		],			
	],
];

