function MM_preloadImages() 
{ 
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function loadupleft()
{
MM_preloadImages('images/crest_65_99.gif',
'images/btnhome.gif', 'images/btnhomeover.gif', 'images/btnhomedown.gif',
'images/btnbookonline.gif', 'images/btnbookonlineover.gif', 'images/btnbookonlinedown.gif',
'images/btnbackground.gif', 'images/btnbackgroundover.gif', 'images/btnbackgrounddown.gif',
'images/btnaccreditation.gif', 'images/btnaccreditationover.gif', 'images/btnaccreditationdown.gif',
'images/btnfaqs.gif', 'images/btnfaqsover.gif', 'images/btnfaqsdown.gif',
'images/btnprospectus.gif', 'images/btnprospectusover.gif', 'images/btnprospectusdown.gif',
'images/btnhypnotherapy.gif', 'images/btnhypnotherapyover.gif', 'images/btnhypnotherapydown.gif',
'images/btncourses.gif', 'images/btncoursesover.gif', 'images/btncoursesdown.gif',
'images/btndatesfees.gif', 'images/btndatesfeesover.gif', 'images/btndatesfeesdown.gif',
'images/btnlcchstaff.gif', 'images/btnlcchstaffover.gif', 'images/btnlcchstaffdown.gif',
'images/btncontactus.gif', 'images/btncontactusover.gif', 'images/btncontactusdown.gif',
'images/btnarticles.gif', 'images/btnarticlesover.gif', 'images/btnarticlesdown.gif',
'images/btnlcchclinic.gif', 'images/btnlcchclinicover.gif', 'images/btnlcchclinicdown.gif');
}

function go()
{
//alert //(document.selecter.select1.options[document.selecter.select1.selectedIndex].value);
if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
		}
}

function writedates()
{
document.write('<form name="selecter"><select name="select1" size=1>');
document.write('<option value=none>Dates / Fees / Venues');
document.write('<option value=none>--------------------');
document.write('<option value="venues/birmingham.htm">Birmingham');
document.write('<option value="venues/exeter.htm">Exeter');
document.write('<option value="venues/glasgow.htm">Glasgow');
document.write('<option value="venues/leeds.htm">Leeds');
document.write('<option value="venues/london.htm">London');
document.write('<option value="venues/manchester.htm">Manchester');
document.write('<option value="venues/malaysia.htm">Malaysia');
document.write('<option value="venues/singapore.htm">Singapore');
document.write('<option value="venues/portugal.htm">Portugal');
document.write('</select>');
document.write('<input type="button" value="Go" onclick="go()">');
document.write('</form>');
}

var screenheight;
browserName = navigator.appName;
if (browserName == "Netscape")
{
screenheight = screen.availHeight;
}
else
{
screenheight = screen.height;
}
indextableheight=(screenheight);
//alert(indextableheight);


