/*
  --- 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 = [

	/* MENU 1: Home */
	['<img id = "IM1" src="../images/top_menu_home.gif" border="0" onmouseover="turnOn(\'IM1\',\'../images/top_menu_home\',\'.gif\');" onmouseout="allowDisp();">', '../index.html', null,
	],
	
	/* MENU 2: Site map */
	['<img id="IM2" src="../images/top_menu_sitemap.gif" border="0" onmouseover="turnOn(\'IM2\',\'../images/top_menu_sitemap\',\'.gif\');" onmouseout="allowDisp();">', '../sitemap/index.html', null,
	],

	/* MENU 3: Donations */
	['<img id = "IM3" src="../images/top_menu_donations.gif" border="0" onmouseover="turnOn(\'IM3\',\'../images/top_menu_donations\',\'.gif\');" onmouseout="allowDisp();" >', '../donations/index.html', null,																																				
		/*1*/['<img id = "sub31" src="../images/sub_menu_how.gif" border="0" onmouseover="turnOn(\'sub31\',\'../images/sub_menu_how\',\'.gif\');" onmouseout="allowDisp();">', '../donations/index.html', null,],	
		/*2*/['<img id = "sub32" src="../images/sub_menu_ways.gif" border="0" onmouseover="turnOn(\'sub32\',\'../images/sub_menu_ways\',\'.gif\');" onmouseout="allowDisp();">', '../donations/ways.html', null,],																														       /*3*/['<img id = "sub33" src="../images/sub_menu_memberships.gif" border="0" onmouseover="turnOn(\'sub33\',\'../images/sub_menu_memberships\',\'.gif\');" onmouseout="allowDisp();">', '../donations/members.html', null,],
    ],
	
     /* MENU4: CONTACT US */
	['<img id = "IM4" src="../images/top_menu_contactus.gif" border="0" onmouseover="turnOn(\'IM4\',\'../images/top_menu_contactus\',\'.gif\');" onmouseout="allowDisp();">', '../contactus/index.html', null,],
	];
	
// first value must be zero, caue indexes start from 0
// This is the width of each images where the drop down menu will come from
var MENU_WIDTHS = [0,65,75,80,80];
