/*
  --- 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', null,
		['What is New?', 'i-new.html'],
		['Scheduled Tours', 'schedule.php'],
		['Bike Tour Search', 'tours.php'],
		['Why Bike China?', 'index.php#why'],
		['Beginners Welcome', 'index.php#beginner'],
		['Show and Go!', 'index.php#show'],
		['Introduction Tours', 'index.php#intro'],
		['How do we operate?', 'index.php#how'],
		['What is the cost?', 'index.php#cost'],
		['How to lower cost', 'index.php#lowercost'],
		['Bike China Founder', 'index.php#founder'],
		['Is it right for me?', 'index.php#right'],
	],
	
	['Bike Tours','tours.php', null,
		['Scheduled Bike Tours', 'schedule.php'],
		['Bike Tour Search', 'tours.php'],
		['Bike Tour Planner', 'survey.php'],
		['Custom Bike Tours', 'custom.php'],
		['Training Bike Rides', 'custom.php'],
		['Bike Tour Options', 'tours.html',null,
		   ['Beijing Great Wall','tours.html#Beijing'],
		   ['Fujian Province','tours.html#Fujian'],
		   ['Gansu Province','tours.html#Gansu'],
		   ['Guangxi Province','tours.html#Guangxi'],
		   ['Guangdong Province','tours.html#Guangdong'],
		   ['Guizhou Province','tours.html#Guizhou'],
		   ['Hainan Province','tours.html#Hainan'],
		   ['Hunan Province','tours.html#Hunan'],
		   ['Shaanxi Province','tours.html#Shaanxi'],
		   ['Shandong Province','tours.html#Shandong'],
		   ['Sichuan Province','tours.html#Sichuan'],
		   ['Tibet','tours.html#Tibet'],
		   ['Yunnan Province','tours.html#Yunnan'],
		   ['Suzhou - Hangzhou','tours.html#js-zj'],
		   ['4-City Tour','tours.html#5city'],
	        ],
	],
	
	['Testimonials', 'testimonials.php', null, 
	    ['Client Testimonials','testimonials.php'],
	],
	
['Photos', 'photos.php', null, 
	    ['China Bicycle Photos','photos.html',null,
/*		   ['Beijing Great Wall','photobj1.html'],
		   ['Gansu Province','photogs1.html'],
		   ['Guangdong Province','photogd1.html'],
		   ['Guangxi Province','photogx1.html'],
		   ['Guizhou Province','photogz1.html'],
		   ['Heibei Province','photobj1.html'],
		   ['Hong Kong','photohk1.html'],
		   ['Macao','photoam1.html'],
		   ['Qinghai Province','photoqh1.html'],
		   ['Shandong Province','photosd1.html'],
		   ['Sichuan Province','photosc1.html'],
		   ['Tibet','phototb1.html'],
		   ['Xinjiang Province','photoxj1.html'],
		   ['Yunnan Province','photoyn1.html'],
		 ],
	    ['Other Photos','photos.php',null,
		   ['Chinese Food','photofood1.html'],
		   ['India Pakistan','photoip1.html'],
		   ['South Korea','photok1.html'],
		   ['People','photoren1.html'],
		   ['Touring Bikes','touringbikes.html'],
		   ['Miscellaneous','photomisc1.html'],
*/	
          	   ],

	],
	
	['Travelogues','spoke.php', null,
	    ['China Bike Travelogues','spoke.php'],
	 ],
	
	['Products','products.php', null,
		['Touring Bicycle Rentals', 'rental.html'],
		['Tibet Air Ticket-Permit', 'register-lhasa.html'],
		['Chengdu Lhasa Train Ticket', 'register-lhasatrain.html'],
		['Maps and Books', 'p-maps.html'],
		['Phoenix Bikes', 'p-phoenix.html'],
		['Bicycle Bells', 'p-parts.html'],
		['Raincapes', 'p-raincapes.html'],
		['Sun Protectors', 'p-sun.html'],
		['Phred Phlags', 'p-phred.html']
	],
	
	['   Info','info.php', null,
		['What is New!', 'i-new.html'],
		['Maps and Books', 'p-maps.html'],
		['FAQ', 'faq.html'],
		['General Info', 'general.html'],
		['Links', 'links.html'],
		['About Us', 'aboutus.html'],
		['Testimonials', 'testimonials.php'],
		['Search Bike China', 'search.html'],
		['Bike Quotes', 'quote.shtml'],
		['Self-guided Tours', 'selfguided.html'],
		['China Open City List', 'china-open-city.html'],
		['Site Map', 'sitemap.html'],
	],

	['Contact Us','contact.php', null,
		['By Email', 'contact.php'],
		['By Telephone', 'calltime.html'],
		['Travel Agents', 'agent.html'],
		['Cycling Guides', 'guide.html'],
	],


];


