/*
  --- 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', 'Default.aspx'],
	['Publications', null, null,
		['The Hidden Debt to Islamic Civilisation',null,null,			
			['Book Cover', 'HDCover.htm'],
			['Contents Page', 'HDContentsPage.htm'],
			['Introduction', 'HDIntroduction.htm'],
			['Review in MWBR', "Murad%20Hofmann%20Review.pdf"]
			
		],	
		['The Golden Age and Decline of Islamic Civilisation',null,null,			
			['Book Cover', 'GADCover.htm'],
			['Contents Page', 'GADContentsPage.htm'],
			['Introduction', 'GADIntroduction.htm']
			
		],
		['The Myth of Muslim Barbarism and its Aims',null,null,			
			['Book Cover', 'MMBCover.htm'],
			['Contents Page', 'MMBContentsPage.htm'],
			['Introduction', 'MMBIntroduction.htm']
			
		]
	],
	['Info', null, null,
		['Vision', 'Vision.aspx'],
		['Contact US', 'ContactUs.aspx'],
		
	]
];

