
<!--
function openWin(URL){
aWindow = window.open(URL , "thewindow" , 'width=580,height=527,titlebar=yes,scrollbars=yes,menubar=yes');
}
//-->


<!--
function Form_Validator()
{

  if (document.getElementById('contactForm').name.value == "") {
    alert("Please enter your name.");
    document.getElementById('contactForm').name.focus();
    return;
  }

  

if (document.getElementById('contactForm').address.value == "" && document.getElementById('contactForm').phonehome.value == "" && document.getElementById('contactForm').phonemobile.value == "" && document.getElementById('contactForm').email.value == "")  // if no phone or email show message 
{
alert("Please enter one phone number so we can deal with your enquiry effectively.");
return;
}

if (document.getElementById('contactForm').email.value == "" || document.getElementById('contactForm').email.value.indexOf("@") == -1 || document.getElementById('contactForm').email.value.indexOf(".") == -1) 
{
alert("Please enter your full email address for us to deal with your request more effectively.");
return;
}

  document.getElementById('contactForm').submit();

}
//-->




<!--
function Form_Validatorsjbe()
{


if (document.getElementById('sjbe').email.value == "" || document.getElementById('sjbe').email.value.indexOf("@") == -1 || document.getElementById('sjbe').email.value.indexOf(".") == -1) 
{
alert("Please enter your full email address for us to deal with your request more effectively.");
return;
}

  document.getElementById('sjbe').submit();

}
//-->
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
