/* --- menu items --- */
var MENU_ITEMS = [
	['Home','http://www.rails.org.au/index.html' ],
	['Immigration Index','http://www.rails.org.au/immigration/immigration_index.php' ],
	['Family Migration', null,
		['Bring my family', 'http://www.rails.org.au/family/family.php'],
		['Family Program', 'http://www.rails.org.au/family/family_migration.php'],
		['Children', 'http://www.rails.org.au/family/children.php'],
		['Parents', 'http://www.rails.org.au/family/parents.php'],
		['Partners', 'http://www.rails.org.au/family/partners.php'],
		['Other Family', 'http://www.rails.org.au/family/other_family.php'],
	],
	['Refugee Visa', null,
		['Who is a Refugee', 'http://www.rails.org.au/refugees/refugees_index.php'],
		['Offshore', null,
			['I am offshore','http://www.rails.org.au/refugees/offshore/i_am_offshore.php'],
			['Subclass 200', 'http://www.rails.org.au/refugees/offshore/subclass_200.php'],
			['Subclass 201', 'http://www.rails.org.au/refugees/offshore/subclass_201.php'],
			['Subclass 202', 'http://www.rails.org.au/refugees/offshore/subclass_202.php'],
			['Subclass 203', 'http://www.rails.org.au/refugees/offshore/subclass_203.php'],
			['Subclass 204', 'http://www.rails.org.au/refugees/offshore/subclass_204.php'],
			['Subclass 447', 'http://www.rails.org.au/refugees/offshore/subclass_447.php'],
			['Subclass 451', 'http://www.rails.org.au/refugees/offshore/subclass_451.php'],
		
		],
		['Onshore', null,
			['I am Onshore','http://www.rails.org.au/refugees/onshore/i_am_in_Australia.php'],
			['My Application','http://www.rails.org.au/refugees/onshore/my_application.php'],
			['Subclass 785','http://www.rails.org.au/refugees/onshore/subclass_785.php'],
			['Subclass 866','http://www.rails.org.au/refugees/onshore/subclass_866.php'],

		],
		['Health ', 'http://www.rails.org.au/refugees/health_criteria.php'],
		['Character', 'http://www.rails.org.au/refugees/character_criteria.php'],
	],
		['TPV Holders', null,
		['I have a TPV', 'http://www.rails.org.au/refugees/tpv/i_have_tpv.php'],
		['Applying for FPV', 'http://www.rails.org.au/refugees/tpv/applying_for_fpv.php'],
		['FPV Statement', 'http://www.rails.org.au/refugees/tpv/fpv_statement.php'],
		['Successful FPV', 'http://www.rails.org.au/refugees/tpv/other_visas_if_successful.php'],
		['Expired TPV', 'http://www.rails.org.au/refugees/tpv/expired_tpv.php'],
		['Review Options', 'http://www.rails.org.au/refugees/tpv/review_options.php'],
		['Other Visas', 'http://www.rails.org.au/refugees/tpv/apply_for_other_visas.php'],
		['Return Pending Visa', 'http://www.rails.org.au/refugees/tpv/return_pending_visa.php'],
		['TPV Assistance', 'http://www.rails.org.au/refugees/tpv/tpv_assistance.php'],
	],
	['Unlawful', 'http://www.rails.org.au/immigration/no_visa.php'],
	['Cancellations', 'http://www.rails.org.au/immigration/cancelled_visa.php'],
	['Reviews', 'http://www.rails.org.au/immigration/visa_application_rejected.php'],
	['Migration Agents', 'http://www.rails.org.au/migration_agents/ma_index.php'],
	['Domestic Violence', 'http://www.rails.org.au/domestic_violence/domestic_violence_index.php'],
	['Who Else Can Help',null,
		['Legal Services','http://www.rails.org.au/who_else/legal_services.php'],
		['Health Services','http://www.rails.org.au/who_else/health_services.php'],
		['Translating','http://www.rails.org.au/who_else/interpreting_translating.php'],
		['Refugee Services','http://www.rails.org.au/who_else/refugee_services.php'],
		['Counselling','http://www.rails.org.au/who_else/counselling.php'],
		['Migrant Service','http://www.rails.org.au/who_else/migrant_service.php'],
		['English Classes','http://www.rails.org.au/who_else/english_classes.php'],
		['Child Care','http://www.rails.org.au/who_else/child_care.php'],
		['Employment & Training','http://www.rails.org.au/who_else/employment_training.php'],
		['Community Org.','http://www.rails.org.au/who_else/community_orgs.php'],
		['Womens Organisations','http://www.rails.org.au/who_else/womens_orgs.php'],
		['Aged Care','http://www.rails.org.au/who_else/aged_care.php'],

	],
	['Regional Qld', null,
			['Regional Info', 'http://www.rails.org.au/regional/regional.php'],
			['Regional Contacts','http://www.rails.org.au/regional/regional_contacts.php'],
	],

	['Contact Us','http://www.rails.org.au/contact/contact_index.php'],
	['About Us',null,
		['Who we are', 'http://www.rails.org.au/who_we_are/who_we_are_index.php'],
		['What we do', 'http://www.rails.org.au/who_we_are/what_we_do.php'],
		['Our Staff', 'http://www.rails.org.au/who_we_are/staff.php'],
		['Management Committee', 'http://www.rails.org.au/who_we_are/management_committee.php'],
		['Annual Report', 'http://www.rails.org.au/who_we_are/annual_report.php'],
		['Our Sponsors', 'http://www.rails.org.au/who_we_are/our_sponsors.php'],
		['Volunteering', null,
			['Volunteers','http://www.rails.org.au/volunteers/volunteers_index.php'],
			['Application Form','http://www.rails.org.au/volunteers/application_form.php'],
		],
		['Migration Agents', 'http://www.rails.org.au/migration_agents/ma_index.php'],
	],
];

