/*
  --- 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', null, null,	
	['Home Page', 'frames/home.htm'],
	['Search this Site','frames/search.htm'],
	['Visiting Australia', 'frames/visiting.htm'],
	],

['About ICN', null, null,
	['Who is ICN?', 'frames/About.htm'],
	['Our Qualifications', 'frames/Qualifications.htm'],
	['Our Associates', 'frames/Associates.htm'],
	['Our Partners', 'frames/Qualifications.htm#1'],
	['Working with ICN', 'frames/Why.htm'],		
	],

['Programs', null, null,
	['ICN Programs', 'frames/programs.htm'],
	['Studying in Australia', 'frames/studyaus.htm'],
	['E-Learning', 'frames/elearn.htm'],
	['Recognition Online', 'frames/onlinerecog.htm'],
	['Nursing (Aged Care) Online', 'frames/nurseelearnac.htm'],
	['Nursing Degree Online', 'frames/nursedegree.htm'],
	['Basic English Online', 'frames/basiceng.htm'],
	['English for Teachers Online', 'frames/engteach.htm'],
	['IELTS Preparation Online', 'frames/ieltsprep.htm'],
	['Business Services Online', 'frames/bs.htm'],
	['Retail Online', 'frames/retail.htm'],
	['Workplace Trainers Online', 'frames/taa.htm'],
	['IT Online', 'frames/it.htm'],
	['Hospitality Online', 'frames/hosp.htm'],
	['Accounting Online', 'frames/accounting.htm'],
	['Aged Car Online', 'http://scut1.webtrain.com.au/login.exe'],
	['Hospitality Online', 'http://scut2.webtrain.com.au/login.exe'],
	['Basic English Online', 'http://scut3.webtrain.com.au/login.exe'],
	],

['News', null, null,
        ['News', 'frames/news.htm'],
	['Sichuan', 'frames/sichuan.htm'],
	['Liaoyuan', 'frames/liaoyuan.htm'],
	['Beijing', 'frames/beijing.htm'],
	['Canton', 'frames/canton.htm'],
	['Wuhan', 'frames/wuhan.htm'],
	],


['RTOs', null, null,
        ['Riverina Community College', 'frames/nurseelearn.htm'],
	['TAFE NSW', 'frames/nurseelearn.htm'],
	['Geelong Adult Training', 'frames/nurseelearn.htm'],
	['CEC Wodonga', 'frames/hosp.htm'],
	['Singleton Community College', 'frames/nurseelearn.htm'],
	['Diogenes College', 'frames/bs.htm'],
	],

	
	['Promotion', 'frames/promotion.htm'],

	['Contact ICN', 'frames/contacts.htm'],

	['Payment Method', 'frames/payment.htm'],

];

