/*
  --- 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,
		['4fg Home Page','../../../index.php',{'tw' : '_parent'}],
		['Auction Home Page','../../../auction/uk/index.php',{'tw' : '_parent'}],
		['Auto Home Page','../../../auto/uk/index.php',{'tw' : '_parent'}],
		['Books Home Page','../../../books/uk/index.php',{'tw' : '_parent'}],
		['Jobs Home Page','../php/home.php'],
		['Property Home Page','../../../property/uk/index.php',{'tw' : '_parent'}],
	],
	['Jobs', null, null,
		['Search Vacancies', '../php/jobs.php'],
  ],
	['Courses/Study', null, null,
		['Search Programmes', '../php/courses.php'],
  ],
	['Donations', null, null,
		['Make a Donation', '../php/donations.php'],
	],
	['Info', null, null,
		['Checklists', null, null,
		  ['Ideal Job', '../php/ideal_job_checklist.php'],
		  ['Finances', '../php/finance_checklist.php'],
		  ['Job Interview', '../php/job_interview_checklist.php'],
		],
		['Guides', null, null,
		  ['CV Writing', '../php/cv_guide.php'],
		  ['Getting a Job', '../php/job_getting.php'],
      ['Job Interview', '../php/job_interview_guide.php'],
      ['Working Abroad', '../php/working_abroad.php'],
		],
		['Minimum Wage', '../php/minimum_wage.php'],
		['National Insurance', '../php/national_insurance.php'],
		['Taxation', '../php/taxation.php'],
	],
	['Tools', null, null,
		['Image Converter', '../php/convert_image.php'],
		['Personal Finance Calculator', '../php/finance_checklist_php.php'],
		['Salary Calculator', '../php/salary_calculator.php'],
		['Units Converter', '../php/converter.php'],
	],
	['Log In', null, null,
		['Log In', '../php/login_page.php'],
	],
	['Register', null, null,
		['New User Registration', 'register_newuser_page.php'],
		['Renew Registration',    'renew_registration_page.php'],
		['De-register',           'deregister.php'],
	],
];
