
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=838,height=560,left = 93,top = 104');");
}
// End -->


<!--    


function validate_form(){

//=========================================================
//Begin Validate First Name Field

	if (bioform.firstname.value == "")
  {
    alert("Please enter a value for the First Name field.");
    bioform.firstname.focus();
    return (false);
  }

  
//End Validate First Name Field
//=========================================================


//=========================================================
//Begin Validate Last Name Field

	if (bioform.surname.value == "")
  {
    alert("Please enter a value for the Surname field.");
    bioform.surname.focus();
    return (false);
  }
  

//End Validate Last Name Field
//=========================================================

//=========================================================
//Begin Validate EMail Field

	if (bioform.email.value == "")
  {
    alert("Please enter a value for the EMail field.");
    bioform.email.focus();
    return (false);
  }
  

//End Validate EMail Field
//=========================================================


//=========================================================
//Begin Validate Telephone Field

	if (bioform.telephone.value == "")
  {
    alert("Please enter a value for the Telephone field.");
    bioform.telephone.focus();
    return (false);
  }  

//End Validate Telephone Field

//=========================================================


//=========================================================
//Begin Validate Enquiry Field

	if (bioform.enquiry.value == "")
  {
    alert("Please enter an enquiry.");
    bioform.enquiry.focus();
    return (false);
  }

  
//End Validate Enquiry Field

//=========================================================

  return (true);

  }

//-->



<!--    


function validate_trade_form(){
	
	

//=========================================================
//Begin Validate First Name Field

	if (biotradeform.firstname.value == "")
  {
    alert("Please enter a value for the First Name field.");
    biotradeform.firstname.focus();
    return (false);
  }

  
//End Validate First Name Field
//=========================================================


//=========================================================
//Begin Validate Last Name Field

	if (biotradeform.surname.value == "")
  {
    alert("Please enter a value for the Surname field.");
    biotradeform.surname.focus();
    return (false);
  }
  

//End Validate Last Name Field
//=========================================================

//=========================================================
//Begin Validate Company Address Field

	if (biotradeform.companyaddr.value == "")
  {
    alert("Please enter a value for the Company Address field.");
    biotradeform.companyaddr.focus();
    return (false);
  }
  

//End Validate Company Address Field
//=========================================================


//=========================================================
//Begin Validate Postcode Field

	if (biotradeform.postcode.value == "")
  {
    alert("Please enter a value for the Postcode field.");
    biotradeform.postcode.focus();
    return (false);
  }  

//End Validate Postcode Field

//=========================================================

//=========================================================
//Begin Validate Fax Field

	if (biotradeform.fax.value == "")
  {
    alert("Please enter a value for the Fax field.");
    biotradeform.fax.focus();
    return (false);
  }  

//End Validate Fax Field

//=========================================================

//=========================================================
//Begin Validate Email Field

	if (biotradeform.email.value == "")
  {
    alert("Please enter a value for the Email field.");
    biotradeform.email.focus();
    return (false);
  }  

//End Validate Email Field

//=========================================================


//=========================================================
//Begin Validate Enquiry Field

	if (biotradeform.enquiry.value == "")
  {
    alert("Please enter an enquiry.");
    biotradeform.enquiry.focus();
    return (false);
  }

  
//End Validate Enquiry Field

//=========================================================

  return (true);

  }

//-->

