<!-- Begin

// advertising images & links in right hand menu
function advertising(){
	document.write('<a href="/Postcode/index.php4"><img src="/images/advertising/findapool.gif" width="130" height="56" /></a>');
	document.write('<a href="http://www.sta.co.uk/acatalog/" target="_blank"><img src="/images/advertising/sta_shop.gif" width="130" height="82" /></a>');
	document.write('<a href="http://www.pitchblueinternational.com/" target="_blank"><img src="/images/advertising/pitchblue.gif" width="130" height="98" /></a>');
	document.write('<a href="http://www.statravel.co.uk" target="_blank"><img src="/images/advertising/sta_travel_logo.gif" width="130" height="29" /></a>');
	document.write('<a href="/docs/Aquasphere-GetFitSwimGuide.pdf" target="_blank"><img src="/images/advertising/Aquasphere-GetFitSwimGuide.gif" width="130" height="113" /></a>');
	document.write('<a href="http://www.aquasphereuk.co.uk/" target="_blank"><img src="/images/advertising/aquasphere.gif" width="130" height="78" /></a>');
	document.write('<a href="/common/contact/advert_feedback.html"><img src="/images/advertising/advertise_here.gif" width="130" height="90" /></a>');
}
// end advertising




// selecting areas on map for searching courses/jobs
var SelectedValue="";

function FormChanged()
{
  SelectedValue= document.forms[0].area.options[document.forms[0].area.options.selectedIndex].text; 
}

function LocateValue( Value )
{
 FindValue = Value.replace( /\<br\>/ig , " " );
  
 for (idx=0; idx< document.forms[0].area.options.length; idx++)
 {
   locationname = document.forms[0].area.options[idx].text;
   if ( locationname == FindValue )
    {
      document.forms[0].area.selectedIndex = idx; }
 }

}

function WhenMouseClicked( Value )
{
   SelectedValue = Value;
   LocateValue( Value );
}

function WhenMouseOff()
{
   LocateValue( SelectedValue );
}
 
function WhenMouseOver( Value )
{
 //LocateValue( Value );
 val =  overlib( Value );
 return val;
}
// end selecting areas




// jump menu script for job search pages
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
// end of jump menu





//  End -->