function check() {
			 if (document.forms[1].Fam_Name.value == "") {
                         alert("Please provide your surname or family name.")
	    		 form1.Fam_Name.select();
	    		 form1.Fam_Name.focus();
                         return false
                         }
			 if (document.forms[1].First_Name.value == "") {
                         alert("Please provide your first name.")
	    		 form1.First_Name.select();
	    		 form1.First_Name.focus();
                         return false
                         }
                         if (document.forms[1].Title______[0].selected) {
                         alert("Please indicate your title.")
	    		 form1.Title______.focus();
                         return false
                         }
			 if (document.forms[1].country[0].selected) {
                         alert("Please provide your country of current residence.")
	    		 form1.country.focus();
                         return false
                         }
                         if (document.forms[1].email.value == "") {
                         alert("Please enter your email address to allow us to respond to your inquiry. Thank you.")
	    		 form1.Tel_Home.focus();
	    		 form1.email.select();
                         return false
                         }
			 if (document.forms[1].email.value.indexOf(".") == -1) {
		 	 alert("Please check that you have entered a valid email address in order for us to respond to your inquiry.")
	    		 form1.Tel_Home.focus();
	    		 form1.email.select();
	 	 	 return false
			 }
			 if (document.forms[1].email.value.indexOf("@") == -1) {
			 alert("Please enter a valid email address before resubmitting.");
	    		 form1.Tel_Home.focus();
	    		 form1.email.select();
			 return false;
			 }
			 if (document.form1.email.value.indexOf("aol.") > 0) {
			 alert("We cannot accept E-mail addresses from the AOL.COM domain at this time. Please use another valid E-mail address.");
	    		 form1.Tel_Home.focus();
	    		 form1.email.select();
			 return false;
			 }
			 if (document.form1.email.value.indexOf("AOL.") > 0) {
			 alert("We cannot accept E-mail addresses from the AOL.COM domain at this time. Please use another valid E-mail address.");
	    		 form1.Tel_Home.focus();
	    		 form1.email.select();
			 return false;
			 }
                         if (document.forms[1].Spouse[0].checked) {
                         alert("Please indicate by selecting Yes/No in Section 1 whether or not you have a Spouse or Partner to be included and considered under this application.")
	    		 form1.MariStatus.focus();
	    		 form1.SpouName.select();
                         return false
                         }
                         if (document.forms[1].AssetValue[0].checked) {
                         alert("Please indicate, by clicking on one of the buttons in Section 1, your net worth, inclusive of the assets of your spouse/common-law partner/same-sex partner if applicable.")
	    		 form1.SpouName.focus();
	    		 form1.SpouName.select();
                         return false
                         }
                         if (document.forms[1].Legal[0].selected) {
                         alert("Please confirm legality of your Net Worth before submitting.")
	    		 form1.SpouName.focus();
                         return false
                         }
                         if (document.forms[1].Ownership[0].selected) {
                         alert("Please answer Yes or No as to whether you have owned a business within the past 5 years.")
	    		 form1.Legal.focus();
                         return false
                         }
                         if (document.forms[1].Management[0].selected) {
                         alert("Please answer Yes or No as to whether you have managed a business within the past 5 years.")
	    		 form1.Y1_Equity.focus();
                         return false
                         }

			 if (document.forms[1].past_details.value == "") {
                         alert("Please provide details of your past business activities.")
	    		 form1.past_details.focus();
	    		 form1.past_details.select();
                         return false
                         }
			 if (document.forms[1].future_details.value == "") {
                         alert("Please provide details of your intended business activity in Canada.")
	    		 form1.past_details.focus();
	    		 form1.future_details.select();                      
			 return false
                         }
                         if (document.forms[1].bDisease[0].selected) {
                         alert("Please answer YES or NO to all questions in Section 3.")
	    		 form1.bDisease.focus();
                         return false
                         }
                         if (document.forms[1].bConvicted[0].selected) {
                         alert("Please answer YES or NO to all questions in Section 3.")
	    		 form1.bConvicted.focus();
                         return false
                         }
                         if (document.forms[1].bPrevious[0].selected) {
                         alert("Please answer YES or NO to all questions in Section 3.")
	    		 form1.bPrevious.focus();
                         return false
                         }
                         if (document.forms[1].bRefused[0].selected) {
                         alert("Please answer YES or NO to all questions in Section 3.")
	    		 form1.bRefused.focus();
                         return false
                         }
                         if (document.forms[1].bAdmission[0].selected) {
                         alert("Please answer YES or NO to all questions in Section 3.")
	    		 form1.bAdmission.focus();
                         return false
                         }
                         if (document.forms[1].bWarcrime[0].selected) {
                         alert("Please answer YES or NO to all questions in Section 3.")
	    		 form1.bWarcrime.focus();
                         return false
                         }
                         if (document.forms[1].bPermanent[0].selected) {
                         alert("Please answer YES or NO to all questions in Section 3.")
	    		 form1.bPermanent.focus();
                         return false
                         }

                         if (document.forms[1].YesDetails.value == "") {

				if (document.forms[1].bDisease.value=="Yes") { 
                         alert("You have answered 'Yes' to one of the questions in Section 3. Please provide details in the box provided.")
	    		 form1.YesDetails.focus();
                         return false
				}
				if (document.forms[1].bConvicted.value=="Yes") { 
                         alert("You have answered 'Yes' to one of the questions in Section 3. Please provide details in the box provided.")
	    		 form1.YesDetails.focus();
                         return false
				}
				if (document.forms[1].bPrevious.value=="Yes") { 
                         alert("You have answered 'Yes' to one of the questions in Section 3. Please provide details in the box provided.")
	    		 form1.YesDetails.focus();
                         return false
				}
				if (document.forms[1].bRefused.value=="Yes") { 
                         alert("You have answered 'Yes' to one of the questions in Section 3. Please provide details in the box provided.")
	    		 form1.YesDetails.focus();
                         return false
				}
				if (document.forms[1].bAdmission.value=="Yes") { 
                         alert("You have answered 'Yes' to one of the questions in Section 3. Please provide details in the box provided.")
	    		 form1.YesDetails.focus();
                         return false
				}
				if (document.forms[1].bWarcrime.value=="Yes") { 
                         alert("You have answered 'Yes' to one of the questions in Section 3. Please provide details in the box provided.")
	    		 form1.YesDetails.focus();
                         return false
				}
				if (document.forms[1].bPermanent.value=="Yes") { 
                         alert("You have answered 'Yes' to one of the questions in Section 3. Please provide details in the box provided.")
	    		 form1.YesDetails.focus();
                         return false
				}
		}
                         if (document.forms[1].CurrentApplication[0].selected) {
                         alert("Please indicate whether you currently have an application in progress.")
			 form1.CurrentApplication.focus();
                         return false
                         }
                         if (document.form1.email.value != document.form1.econfirm.value) {
                         alert("IMPORTANT - You have not confirmed your email address - the address you have given at the bottom of the form does not match that supplied by you in Section 1. A valid email address is required in order to send you your FREE assessment. Please enter the confirmed email address in both boxes. Thank you.")
	    		 form1.econfirm.focus();
	    		 form1.econfirm.select();
                         return false
                         }
                         if (document.forms[1].Declaration[0].checked) {
                         alert("Please click Yes in the final section to indicate your acceptance of the Declaration at the bottom of this page and allow us to furnish your FREE assessment for Business Class. Thank you.")
                         return false
                         }
                         else {
                         return true
                         }
                         }