BLANK_IMAGE = 'images/b.gif';
var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		bgON:"none",		// background color for the items
		bgOVER:"none"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	}};

var SUBSTYLE = {
	border:0,
	css:{
		ON:"subon2",
		OVER:"subover2"
	}};

var MENU_ITEMS2 = [
	{pos:"relative", itemoff:[0,198], style:STYLE, size:[66,196]},
    	{code:'<img src="images/footer_01.jpg" width="196" height="66"/>', ocode:'<img src="images/footerOn_01.jpg" width="196" height="66"/>', url:"index.php?page=brearley"},
	{code:'<img src="images/footer_03.jpg" width="196" height="66"/>', ocode:'<img src="images/footerOn_03.jpg" width="196" height="66"/>', url:"index.php?page=stirling"},
	{code:'<img src="images/footer_05.jpg" width="196" height="66"/>', ocode:'<img src="images/footerOn_05.jpg" width="196" height="66"/>', url:"index.php?page=forrest"},
        {code:'<img src="images/footer_07.jpg" width="196" height="66"/>', ocode:'<img src="images/footerOn_07.jpg" width="196" height="66"/>', url:"index.php?page=hayes---year-10"},];	