




		<SCRIPT LANGUAGE="JavaScript">
			<!-- Begin
			var submitcount=0;

			function checkSubmit() {
				if (submitcount == 0) {
					submitcount++;
					return true;
				} else {
					if (confirm("Your application has already been submitted.  If you have modified your information since you submitted it, select OK to resubmit, else CANCEL and your request will be processed as quickly as possible.  Thanks!")) {
						return true;
					} else {
						return false;
					}
				}
			}
//  End -->
</script>
<script language="JavaScript" type="text/javascript">

/* Adapted from a tutorial on mredkj.com - thanks guys! */

// set up allowable characters
var reg = /(\d|\x46|\x08|\x09)/; // digits, backspace, delete & tab chars
var reg2 = /(\x46|\x08|\x09)/; // backspace, delete & tab chars

// function to prevent anything but digits from being entered
function noLetters(e) {

	// set up variables
	var key;
	if (window.event) {
		// for IE, e.keyCode or window.event.keyCode can be used
		key = e.keyCode; 

	} else if (e.which) {
		// netscape
		key = e.which; 

	} else {
		// no event, so pass through
		return true;

	}

	// return the boolean regex test results of the stringified character
	return reg.test( String.fromCharCode(key) );

}

function autoTab(field,nextInput,max,e) {

	// set up variables
	var key;
	if (window.event) {
		// for IE, e.keyCode or window.event.keyCode can be used
		key = e.keyCode; 

	} else if (e.which) {
		// netscape
		key = e.which; 

	} else {
		// no event, so pass through
		return true;

	}

	// if there's a target for the focus call and the field length is at max...
	if (nextInput && field.value.length == max) {

		// do the auto-tab unless the incoming character is backspace, delete, or tab
		if (!reg2.test( String.fromCharCode(key) )) {
			nextInput.focus();
		}

	}

	// return false just for the heck of it - doesn't make a difference
	return false;
	
}

</script>

<script type="text/javascript">

/***********************************************
* Disable "Enter" key in Form script- By Nurul Fadilah(nurul@REMOVETHISvolmedia.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
                
function handleEnter (field, event) {
		var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode;

	 

               
		if (keyCode == 13) {
			var i;
			for (i = 0; i < field.form.elements.length; i++)
				if (field == field.form.elements[i])
					break;
			i = (i + 1) % field.form.elements.length;
			field.form.elements[i].focus();
			return false;
		} 
		else
		return true;
	}      

</script>

<SCRIPT language=JavaScript>
<!-- Begin



function NAME_IT() {
        window.open('lifeinsurancepad_agent_agreement.htm','EANITHING','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=550,height=550');
}

function edge_IT() {
        window.open('edge.htm','EANITHING','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=550,height=550');
}

function disclaimer_IT() {
        window.open('disclaimer.htm','EANITHING','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=550,height=550');
}

function Links_IT() {
        window.open('links.htm','EANITHING','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=550,height=550');
}

function contacts_IT() {
        window.open('contacts.htm','EANITHING','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=550,height=550');
}


function IR_IT() {
        window.open('http://www.quickhomeinsurance.com/index.html', 'EANITHING','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=550,height=550');
}


function Rcertify() 
{
popupWin = window.open('http://www.bbb.org/dallas/business-reviews/insurance-services/quick-health-insurancecom-group-in-dallas-tx-90005517#bbblogo', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); 
window.name = 'opener';
} 

//  End -->
</SCRIPT>
