// JavaScript Document
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function checkform() {
	
if(form.fullname.value=="") 
{
alert("You must provide your full name.");

return false; 
}

if(form.position.value=="") 
{
alert("You must provide your position.");

return false; 
}

if(form.company.value=="") 
{
alert("You must provide your company name.");

return false; 
}

if(form.address.value=="") 
{
alert("You must provide your address.");

return false; 
}

if(form.tel.value=="") 
{
alert("You must provide your telephone number.");

return false; 
}

if(form.email.value=="") 
{
alert("You must provide your email address.");

return false; 
}
if(form.natureofbiz.value=="") 
{
alert("You must provide the nature of your business.");

return false; 


}
if(form.employees.value=="") 
{
alert("You must provide the number of employees in your business.");

return false; 

}

if(form.turnover.value=="") 
{
alert("You must provide the annual turnover of your business.");

return false; 
}

if(form.yearsinbiz.value=="") 
{
alert("You must indicate your number of years in business.");

return false; 
}

if(form.referrer.value=="") 
{
alert("You must indicate how you find this forum.");

return false; 
}


}

function checkformmain() {
if(form.expectations.value=="") 
{
alert("Please provide details of your expectations from the forum.");

return false; 
}
return confirm("Please could you confirm that \n\n"+email+ " \n\n is your correct email address.");

}
function loadIframe(iframeName, url) {
  if ( window.frames[iframeName] ) {
    window.frames[iframeName].location = url;   
    return false;
  }
  else return true;
}
