function formSubmit() {
	var txtFname = document.getElementById('iname').value;
	var txtEmail= document.getElementById('iemail').value;
	var txtPhone= document.getElementById('iphone').value;
	var txtWebsite = document.getElementById('iwebsite').value;	
	
	
	if ( (txtFname == '') || (txtEmail == '') || (txtWebsite == '') || (txtPhone == '')){ 
	   alert('Some Required Fields are missing.');
	   return;
	 }
 
 var stremail = txtEmail;
 var emailchar = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
 if (!(emailchar.test(stremail))) {
   alert('Invalid E-Mail Address. Please check the E-Mail Address and try again.');
   return;
 }
 document.form1.submit();


} // end function


function formSubmitAbout() {
	var txtFname = document.getElementById('aname').value;
	var txtEmail= document.getElementById('aemail').value;
	var txtPhone= document.getElementById('aphone').value;
	var txtWebsite = document.getElementById('awebsite').value;	
	
	
	if ( (txtFname == '') || (txtEmail == '') || (txtWebsite == '') || (txtPhone == '')){ 
	   alert('Some Required Fields are missing.');
	   return;
	 }
 
 var stremail = txtEmail;
 var emailchar = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
 if (!(emailchar.test(stremail))) {
   alert('Invalid E-Mail Address. Please check the E-Mail Address and try again.');
   return;
 }
 document.form2.submit();


} // end function


function formSubmitCareers() {
	var txtFname = document.getElementById('cname').value;
	var txtEmail= document.getElementById('cemail').value;
	var txtPhone= document.getElementById('cphone').value;
	var txtWebsite = document.getElementById('cwebsite').value;	
	
	
	if ( (txtFname == '') || (txtEmail == '') || (txtWebsite == '') || (txtPhone == '')){ 
	   alert('Some Required Fields are missing.');
	   return;
	 }
 
 var stremail = txtEmail;
 var emailchar = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
 if (!(emailchar.test(stremail))) {
   alert('Invalid E-Mail Address. Please check the E-Mail Address and try again.');
   return;
 }
 document.form3.submit();


} // end function



function formSubmitContact() {
	var txtFname = document.getElementById('coname').value;
	var txtEmail= document.getElementById('coemail').value;
	var txtPhone= document.getElementById('cophone').value;
	var txtWebsite = document.getElementById('cowebsite').value;	
	
	
	if ( (txtFname == '') || (txtEmail == '') || (txtWebsite == '') || (txtPhone == '')){ 
	   alert('Some Required Fields are missing.');
	   return;
	 }
 
 var stremail = txtEmail;
 var emailchar = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
 if (!(emailchar.test(stremail))) {
   alert('Invalid E-Mail Address. Please check the E-Mail Address and try again.');
   return;
 }
 document.form4.submit();


} // end function



function formSubmitPartner() {
	var txtFname = document.getElementById('pname').value;
	var txtEmail= document.getElementById('pemail').value;
	var txtPhone= document.getElementById('pphone').value;
	var txtWebsite = document.getElementById('pwebsite').value;	
	
	
	if ( (txtFname == '') || (txtEmail == '') || (txtWebsite == '') || (txtPhone == '')){ 
	   alert('Some Required Fields are missing.');
	   return;
	 }
 
 var stremail = txtEmail;
 var emailchar = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
 if (!(emailchar.test(stremail))) {
   alert('Invalid E-Mail Address. Please check the E-Mail Address and try again.');
   return;
 }
 document.form5.submit();


} // end function




function formSubmitServices() {
	var txtFname = document.getElementById('sname').value;
	var txtEmail= document.getElementById('semail').value;
	var txtPhone= document.getElementById('sphone').value;
	var txtWebsite = document.getElementById('swebsite').value;	
	
	
	if ( (txtFname == '') || (txtEmail == '') || (txtWebsite == '') || (txtPhone == '')){ 
	   alert('Some Required Fields are missing.');
	   return;
	 }
 
 var stremail = txtEmail;
 var emailchar = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
 if (!(emailchar.test(stremail))) {
   alert('Invalid E-Mail Address. Please check the E-Mail Address and try again.');
   return;
 }
 document.form6.submit();


} // end function


function formSubmitThank() {
	var txtFname = document.getElementById('tname').value;
	var txtEmail= document.getElementById('temail').value;
	var txtPhone= document.getElementById('tphone').value;
	var txtWebsite = document.getElementById('twebsite').value;	
	
	
	if ( (txtFname == '') || (txtEmail == '') || (txtWebsite == '') || (txtPhone == '')){ 
	   alert('Some Required Fields are missing.');
	   return;
	 }
 
 var stremail = txtEmail;
 var emailchar = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
 if (!(emailchar.test(stremail))) {
   alert('Invalid E-Mail Address. Please check the E-Mail Address and try again.');
   return;
 }
 document.form7.submit();


} // end function








