function ShowContent(val, title)
{
      document.getElementById('ContentIframe').src=val;
      document.getElementById('ContentIframe').style.visibility="visible";
	  document.getElementById('ContentTitle').innerHTML="&nbsp;"+title;
	  
		if ("&nbsp;Website / Database Hosting" == title) 
			{
				document.write('<style type="text/css">') + String.fromCharCode(13) + String.fromCharCode(10)
				document.write('<!--') + String.fromCharCode(13) + String.fromCharCode(10)
				document.write('#MainWrapper') + String.fromCharCode(13) + String.fromCharCode(10)
				document.write('float:left;width:994px;height:650px;background-color: #ffffff;padding-top:0px;') + String.fromCharCode(13) + String.fromCharCode(10)
				document.write('-->') + String.fromCharCode(13) + String.fromCharCode(10)
				document.write('</style>') + String.fromCharCode(13) + String.fromCharCode(10)
			}
}



var Governors={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
Governors.items=[
	["Chairs Message", "Content/Governors.html", "#"],
	["Governing Body", "Content/GoverningBody.html", "#"],
	["List of Governors", "Content/GovernorList.html", "#"],
	["Governors Committees", "Content/GovernorCommittees.html", "#"],
	["Link Governors", "Content/GovernorLink.html", "#"] //no comma following last entry!
]

var OurSchool={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
OurSchool.items=[
	["Headteachers Welcome", "Content/Welcome.html", "#"],
	["Eco Schools", "Content/Eco.html", "#"],
	//["Tour", "Content/Construction.html", "#"],
	["Assembly", "Content/Assembly.html", "#"],
	["Curriculum", "Content/Curriculum.html", "#"],
	["Useful Information", "Content/Information.html", "#"] //no comma following last entry!
]

var FOB={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
FOB.items=[
	["What Is FOB", "Content/FOB.html", "#"],
	["Committee", "Content/FobCommittee.html", "#"],
	["Forthcoming Events", "Content/FobForthcomingEvents.html", "#"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"],
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk", "efc"],
	["News.com", "http://www.news.com/"],
	["SlashDot", "http://www.slashdot.com/"],
	["Digg", "http://www.digg.com/"],
	["Tech Crunch", "http://techcrunch.com"] //no comma following last entry!
]

