/*

  --- side navigation 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 SIDE_NAVIGATION_ITEMS = [

	['Home','index.php', {'tw' : '_self'}],

	['Specialist Certificates','http://www.ipma.co.uk/special_certificates.php', {'tw' : '_self'}],

	['Online Application','http://www.ipma.co.uk/application.php', {'tw' : '_self'}],

	['Download Forms','http://www.ipma.co.uk/download_docs.php', {'tw' : '_self'}],

	['Fees','http://www.ipma.co.uk/fees.php', {'tw' : '_self'}],

	['Quality Assurance','http://www.ipma.co.uk/quality_assurance.php', {'tw' : '_self'}],

	['News','http://www.ipma.co.uk/news.php', {'tw' : '_self'}],
	
	['Conferences','http://www.ipma.co.uk/conferences.php', {'tw' : '_self'}],

	['e-library','', {'tw' : '_self'}],

	['Journals','http://www.ipma.co.uk/journals.php', {'tw' : '_self'}],

	['Student Section','http://www.ipma.co.uk/student_sec.php', {'tw' : '_self'}],

	['Research','http://www.ipma.co.uk/research.php', {'tw' : '_self'}],
	
	['Executive Training','http://www.ipmaeducation.co.uk/executive_training.php', {'tw' : '_self'}],

	['Contact us','http://www.ipma.co.uk/contact_us.php', {'tw' : '_self'}],	



];