
/*******
To use, include the following line at the bottom of the <head> tag OR just below the <body> tag

<script type='text/javascript' src='inc/jsCommonStatic.js'></script>

********/
function clearField(field1){
	field1.value = "";
}

//----------------------------------------------------------------------------------------
function openScreenUtility(company){
	var url = "https://securepaydayloanapplication.com/verification/verification.php?cc="+company;
	window.open(url,'ScreenShotUtility','status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1,width=700,height=500');
}

//----------------------------------------------------------------------------------------





