
window.name="main"






function change(id, newClass) {

identity=document.getElementById(id);

identity.className=newClass;

}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function TheFormCheck() {
if (document.form1.email.value=="") 
{
alert("email is required");
document.form1.email.focus();return false
}

if (document.form1.email.value!="") 
{if (document.form1.email.value.indexOf("@")==-1 || document.form1.email.value.indexOf(".")==-1 || document.form1.email.value.indexOf(" ")!=-1 || document.form1.email.value.length<6) 
{alert("Sorry, your email address is not valid.");
document.form1.email.focus();return false}
}
} 
function clearDefault(el) {
  if (el.defaultValue==el.value) el.value = ""
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function ThePropertyFormCheck() {
if (document.frmEmail.strEmail.value=="") 
{
alert("email is required");
document.frmEmail.strEmail.focus();return false
}

if (document.frmEmail.strEmail.value!="") 
{if (document.frmEmail.strEmail.value.indexOf("@")==-1 || document.frmEmail.strEmail.value.indexOf(".")==-1 || document.frmEmail.strEmail.value.indexOf(" ")!=-1 || document.frmEmail.strEmail.value.length<6) 
{alert("Sorry, your email address is not valid.");
document.frmEmail.strEmail.focus();return false}
}
} 

//

//contact numbers for the main nav on the left

var ukPhone;
ukPhone="UK +44(0)1482 210 241<br>";

var spainPhone;
spainPhone="Spain 0034 61944 0575";





