function changes() {

document.getElementById("fdate").value="";
document.getElementById("fdate").style.color="#000000";

}


function checkEnq(formnum) {

	var theform = "Required Fields";
	var origform = theform;
	
	cfname = document.enqform.realname.value;
	cfemail = document.enqform.email.value;
	if(formnum == '1')cffirm = document.enqform.firm_name.value;
	if(formnum == '1' || formnum == '3')cfaddress = document.enqform.address.value;
	if(formnum == '1' || formnum == '3')cfphone = document.enqform.telephone.value;
	
	if(formnum == '1')cfenquiry = document.enqform.enquiry.value;
	if(formnum == '2')cfenquiry = document.enqform.feedback.value;
	if(formnum == '3')cfenquiry = document.enqform.concern.value;
	if(formnum == '4')cfenquiry = document.enqform.Enquiry.value;
	if(formnum == '5')cfaddress = document.enqform.address.value;
	if(formnum == '5')cfdob= document.enqform.dob.value;
	if(formnum == '5')cfinscom= document.enqform.InsuranceCompanyName.value;
	if(formnum == '5')cfmemnum= document.enqform.MemberNumber.value;

	
	if(cfname == "" || cfname == " " || cfname == "  " || cfname == "   ")
	{
		document.getElementById("errorA").style.display = "inline";
		theform += "addme";
	}
	else
	{
		document.getElementById("errorA").style.display = "none";
	}
	

	if(cfemail == "" || cfemail == " " || cfemail == "  " || cfemail == "   ")
	{
		document.getElementById("errorER").style.display = "inline";
		theform += "addme";
	}
	else
	{
		document.getElementById("errorER").style.display = "none";
	}

	if(formnum == '1'){
		if(cffirm == "" || cffirm == " " || cffirm == "  " || cffirm == "   ")
		{
			document.getElementById("errorB").style.display = "inline";
			theform += "addme";
		}
		else
		{
			document.getElementById("errorB").style.display = "none";
		}
	}

	if(formnum == '1' || formnum == '3'){
		if(cfaddress == "" || cfaddress == " " || cfaddress == "  " || cfaddress == "   ")
		{
			document.getElementById("errorC").style.display = "inline";
			theform += "addme";
		}
		else
		{
			document.getElementById("errorC").style.display = "none";
		}
	}
	
	if(formnum == '1' || formnum == '3'){
		if(isNaN(cfphone) || cfphone == "" || cfphone == " " || cfphone == "  " || cfphone == "   ")
		{
			document.getElementById("errorD").style.display = "inline";
			theform += "addme";
		}
		else
		{
			document.getElementById("errorD").style.display = "none";
		}
	}
	
	if(formnum != '5'){
		if(cfenquiry == "" || cfenquiry == " " || cfenquiry == "  " || cfenquiry == "   ")
		{
			document.getElementById("errorE").style.display = "inline";
			theform += "addme";
		}
		else
		{
			document.getElementById("errorE").style.display = "none";
		}
	}
	
	if(formnum == '5'){
	
		if(cfaddress == "" || cfaddress == " " || cfaddress == "  " || cfaddress == "   ")
		{
			document.getElementById("errorC").style.display = "inline";
			theform += "addme";
		}
		else
		{
			document.getElementById("errorC").style.display = "none";
		}
		
		if(cfdob == "" || cfdob == " " || cfdob == "  " || cfdob == "   ")
		{
			document.getElementById("errorD").style.display = "inline";
			theform += "addme";
		}
		else
		{
			document.getElementById("errorD").style.display = "none";
		}
		
		if(cfinscom == "" || cfinscom == " " || cfinscom == "  " || cfinscom == "   ")
		{
			document.getElementById("errorE").style.display = "inline";
			theform += "addme";
		}
		else
		{
			document.getElementById("errorE").style.display = "none";
		}
		
		if(cfmemnum == "" || cfmemnum == " " || cfmemnum == "  " || cfmemnum == "   ")
		{
			document.getElementById("errorF").style.display = "inline";
			theform += "addme";
		}
		else
		{
			document.getElementById("errorF").style.display = "none";
		}
	}

	if (theform == origform)
	{
		document.enqform.submit();
		document.getElementById("errormsg").style.display = "none";
		return true;
 	}
 	else
 	{
 		document.getElementById("errormsg").style.display = "inline";
 		window.scrollTo(0,0);
 		return false;
 	}
}


function tojim(){

	top.location='mailto:';

}

window.onload = function(){

	if(document.getElementById("jscontact") || document.getElementById("jscontactj")){
	
		 var prefix = 'm&#97;&#105;lt&#111;:';
		 var suffix = '';
		 var attribs = '';
		 var path = 'hr' + 'ef' + '=';
		 var contid = 'jscontact';
		 
		if(document.getElementById("jscontactj")){
			
			var contid = 'jscontactj';
			var addy94076 = 'ji&#109;&#115;&#116;&#111;cks' + '&#64;';
		}else{
			var addy94076 = 'i&#110;&#102;o' + '&#64;';
		}
		
		addy94076 = addy94076 + 'j&#105;m&#115;&#116;oc&#107;s' + '&#46;' + 'c&#111;' + '&#46;' + '&#117;k';
		
		document.getElementById(contid).innerHTML = '<a ' + path + '\'' + prefix + addy94076 + suffix + '\'' + attribs + '>' + addy94076 + '<\/a>';
	}
}
