/*
  --- 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_ITEMS2 = [
	['Mission Statement', null, null,
		[popup('<font face="Arial" size="4"><b>St. Paul&#146;s Mission Statement</b></font><br> <font face="Arial" size="3" color="#000000">We believe that God has called us to spread the Word to all people in St. Paul&#146;s and worldwide. We can achieve this with the entire Congregation working together as a family unit to develop St. Paul&#146;s children&#146;s faith in God, living our lives as God wants us to, and reaching out to people in need.</font></td></tr>')]
	],
	['Church Calendar', null, null,
			['January','chrch_cal.php?m=0',null,],
			['February','chrch_cal.php?m=1',null,],
			['March','chrch_cal.php?m=2',null,],
			['April','chrch_cal.php?m=3',null,],
			['May','chrch_cal.php?m=4',null,],
			['June','chrch_cal.php?m=5',null,],
			['July','chrch_cal.php?m=6',null,],
			['August','chrch_cal.php?m=7',null,],
			['September','chrch_cal.php?m=8',null,],
			['October','chrch_cal.php?m=9',null,],
			['November','chrch_cal.php?m=10',null,],
			['December','chrch_cal.php?m=11',null,],
	],
	['Pastor&#146;s Message', 'PastorMsgLnk.php', null,
	],
	['Sermons', 'sermons.php', null,
	],
	['Christian Education', 'CE.htm', null,
	],
	['Photo Gallery', null, null,
		['Confirmation Class', null, null,
			['Class of 2002', 'conf2002.php', null,],
			['Class of 2003', 'conf2003_sldshow.php', null,],		
			['Class of 2005', 'conf2005.php', null,],		
			['Class of 2007', 'conf2007_sldshow.php', null,],		
			['Class of 2008', 'conf2008_lnks.php', null,],	
			['Class of 2009', 'conf2009_lnks.php', null,],
						
		],
		['Church Activities', null, null,
             		['Easter Egg Hunt 2008', 'easter08_sldshow.php', null,],
                        ['Confirmation Sunday 2008', 'confSun08.php', null,],
		],
	],
	['Jim Frantz Award', null, null,
		['Awarded This Year','jfapres.php'],
		['Prior Years','jfaprev.php'],
	],

	['Useful Links', null, null,
		['God is Still Speaking','http://www.stillspeaking.com'],
		['National','http://www.ucc.org'],
		['PA South East Conf','http://www.psec.org'],
		['Family Album (17 MB)','open_album.php',null],
	],
];

/*
	This simple function is wrapper. It puts html around text given.
	You can write your own wrappers for higher efficiency and better
	code maintanability
*/
function popup (text) {
	return '<table border="1" width= 280 cellpadding="4" style="border-left: thick solid rgb(204,67,155); border-right: thick solid rgb(140,3,91); border-top: thick solid rgb(204,67,155); border-bottom: thick solid rgb(140,3,91)" bordercolor="#d4e0ee" bgcolor="#d4e0ee">  <tr> <td width="100%">'
	 + text + '</td> </tr> </table>';
}
