/* --- menu items --- */
var MENU_ITEMS = [
    ['Home',"default.asp"],
	['Feng Shui',null,
	  ['Origins','origins.htm'],
	  ['Traditional','tradit.htm'],
	  ['When to use','whento.htm'],
	   ['What to look for','whatto.htm'],
	   	  ],
	  ['About Us',null,
	  ['Biography','bio.htm'],
	  ['Education','edu.htm'],
	  ['Experiments','exp.htm'],
	   ['Research','research.htm'],
	   	  ],
	  ['Services',null,
			['Face Reading Consultations', 'reading.htm'],
			['Feng Shui Wedding Consultations', 'wedding.htm'],
			['Feng Shui Garden Consultations', 'garden.htm'],
			['Feng Shui Floral arrangements', 'flowers.htm'],
			['Feng Shui Art', 'art.htm'],
			['Feng Shui products ', '#'],
			['Space Clearing ', 'spacec.htm'],
			['Art of LSCM ', 'lscm.htm'],
			['Alternative medicine ', '#'],
			['Light and Sound Systems ', '#'],
							],
	['Gallery',"gallery.htm"],
	['Tips',null,
	         ['Feng Shui School',"school.htm"],
		     ['Flying Stars',"flystar.htm"],
			  ['8 Mansions',"8mansion.htm"],
			  ['Trinity of Luck',"trinity.htm"],
			   ['Feng Shui Symbols',"symbols.htm"],
			     ['Feng Shui Course',"course.htm"],
	],
	['Contact Us',"contactus.asp"],	
];

