document.write('');document.write('');var aIds = Array( 'pg_5d6e7862a1','pg_9806356b45','pg_46f8eceb73','pg_0047b88ef8','pg_58eb8714be' );var aId = Array ();function ChangePage( to_hide, to_show ){ var tbl_hide = document.getElementById( aIds[to_hide] ); var tbl_show = document.getElementById( aIds[to_show] ); if ( typeof(tbl_hide)=='object' && tbl_hide!=null ) if ( typeof(tbl_show)=='object' && tbl_show!=null ) { tbl_hide.style.display = 'none'; tbl_show.style.display = ''; } }function CheckLeapYear( id ){ var aDaysNum = Array( 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 ); var id_cut = id.substr( 6, id.length-6 ); var day_sel = document.getElementById( 'fld_d_' + id_cut ); var month_sel = document.getElementById( 'fld_m_' + id_cut ); var year_sel = document.getElementById( 'fld_y_' + id_cut ); if ( typeof(day_sel)=='object' && day_sel!=null ) if ( typeof(month_sel)=='object' && month_sel!=null ) if ( typeof(year_sel)=='object' && year_sel!=null ) { if ( month_sel.selectedIndex==1 ) { if ( year_sel.value % 400==0 || (year_sel.value % 100!=0 && year_sel.value % 4==0) ) aDaysNum[1] = 29; } var day_sel_ix = day_sel.selectedIndex; day_sel.options.length = 0; for ( i=1; i<=aDaysNum[month_sel.selectedIndex]; i++ ) { if ( document.createElement ) { var newOpt = document.createElement( "OPTION" ); newOpt.text = i; newOpt.value = i; ( day_sel.options.add ) ? day_sel.options.add(newOpt) : day_sel.add(newOpt, null); } else { day_sel.options[i-1] = new Option( i, i, false, false ); } } if ( day_sel.options.length < (day_sel_ix+1) ) day_sel.selectedIndex = day_sel.options.length-1; else day_sel.selectedIndex = day_sel_ix; }}function NumbersOnly( old_res, id, field_title ){ if ( old_res==0 ) { var el = document.getElementById( id ); if ( typeof(el)=='object' && el!=null ) { var re = /^[0-9]+$/; if (el.value.search(re) == -1 ) { alert( '"' + field_title + '" must be a number' ); return 1; } } } return 0;}function NotEmpty( old_res, id, field_title ){ if ( old_res==0 ) { var el = document.getElementById( id ); if ( typeof(el)=='object' && el!=null ) if ( el.value=='' ) { alert( 'You should fill "' + field_title + '"' ); return 1; } } return 0;}function ChEqualOpts( old_res, nom, field_title, num, ids ){ if ( old_res==0 ) { var nActive = 0; var it = null; for ( i=0; i');document.write('');document.write('');document.write('');function CheckPage5d6e7862a1(){ var nResult = 0; nResult += NumbersOnly( nResult, 'fld_ab6e4b13f0','TAX ID NUMBER' ); nResult += NotEmpty( nResult, 'fld_a7ae22ae34','NAME OF FIRM OR INDIVIDUAL' ); nResult += NumbersOnly( nResult, 'fld_4afb949878','PHONE NUMBER' ); nResult += NotEmpty( nResult, 'fld_760f61c527','ADDRESS 1' ); nResult += NotEmpty( nResult, 'fld_d29c434a0e','CITY' ); nResult += NotEmpty( nResult, 'fld_994822a380','STATE' ); nResult += NumbersOnly( nResult, 'fld_ba1bfe96f5','ZIP CODE' ); nResult += NumbersOnly( nResult, 'fld_619908a1ee','YEARS AT THIS ADDRESS' ); nResult += NumbersOnly( nResult, 'fld_1705a5f9b0','YEARS IN BUSINESS' ); if ( nResult == 0 ) { if (0) { var el = document.getElementById( 'frm_4e4f4eb1db' ); if ( typeof(el)=='object' && el != null ) el.submit(); } else ChangePage( 0, 1 ); }}document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write('
');document.write(' APPLICATION FOR CREDIT');document.write('
');document.write(' Date
');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write('');document.write(' ');function Sel_currd(){ currd = new Date(); var sel_Year = document.getElementById("fld_y_1bd012fcb0"); var sel_Month = document.getElementById("fld_m_1bd012fcb0"); var sel_Day = document.getElementById("fld_d_1bd012fcb0"); for (i=0; i');document.write('
');document.write(' TAX ID NUMBER *
');document.write(' ');document.write('
');document.write(' NAME OF FIRM OR INDIVIDUAL *
');document.write(' ');document.write('
');document.write(' PHONE NUMBER *
');document.write(' ');document.write('
');document.write(' ADDRESS 1 *
');document.write(' ');document.write('
');document.write(' CITY *
');document.write(' ');document.write('
');document.write(' STATE *
');document.write(' ');document.write('
');document.write(' ZIP CODE *
');document.write(' ');document.write('
');document.write(' YEARS AT THIS ADDRESS *
');document.write(' ');document.write('
');document.write(' YEARS IN BUSINESS *
');document.write(' ');document.write('
');document.write(' ');document.write('
');document.write('
');document.write('');document.write('
');document.write(' ');function CheckPage9806356b45(){ var nResult = 0; nResult += ChEqualOpts( nResult, 'fld_f38db8a93b','BUSINESS TYPE',1, Array('bbd4e817a5','3a2707ea84','71ca9f3f33') ); nResult += NotEmpty( nResult, 'fld_b35d3247a2','NAME OF PRINCIPAL(S)' ); if ( nResult == 0 ) { if (0) { var el = document.getElementById( 'frm_4e4f4eb1db' ); if ( typeof(el)=='object' && el != null ) el.submit(); } else ChangePage( 1, 2 ); }}document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');function CheckPage46f8eceb73(){ var nResult = 0; nResult += NotEmpty( nResult, 'fld_5072b1c972','BANK NAME' ); nResult += NotEmpty( nResult, 'fld_35b6e1adae','BANK ADDRESS' ); nResult += NumbersOnly( nResult, 'fld_e6ced840bb','BANK PHONE NUMBER' ); nResult += NotEmpty( nResult, 'fld_41b6fa0be2','BANK OFFICER OR DEPARTMENT' ); if ( nResult == 0 ) { if (0) { var el = document.getElementById( 'frm_4e4f4eb1db' ); if ( typeof(el)=='object' && el != null ) el.submit(); } else ChangePage( 2, 3 ); }}document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');function CheckPage0047b88ef8(){ var nResult = 0; nResult += NotEmpty( nResult, 'fld_4f6efe58cd','NAME' ); nResult += NotEmpty( nResult, 'fld_0bae23d171','ADDRESS' ); nResult += NumbersOnly( nResult, 'fld_3d0dcde4a0','PHONE NUMBER' ); nResult += NotEmpty( nResult, 'fld_4c03e53754','NAME 2' ); nResult += NotEmpty( nResult, 'fld_651e54ecb3','ADDRESS 2' ); nResult += NumbersOnly( nResult, 'fld_f797e7dbad','PHONE NUMBER' ); if ( nResult == 0 ) { if (0) { var el = document.getElementById( 'frm_4e4f4eb1db' ); if ( typeof(el)=='object' && el != null ) el.submit(); } else ChangePage( 3, 4 ); }}document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');function CheckPage58eb8714be(){ var nResult = 0; nResult += Email( nResult, 'fld_84dd396ef7','YOUR EMAIL ADDRESS' ); if ( nResult == 0 ) { document.getElementById('loading').style.display='inline'; document.getElementById('imgcode_code').style.display='none'; CheckImg(arguments[0]); return; if (1) { var el = document.getElementById( 'frm_4e4f4eb1db' ); if ( typeof(el)=='object' && el != null ) el.submit(); } else ChangePage( 4, 5 ); }}document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write('');document.write(' ');function changeAccessCodeImg(){ var randim = Math.random(); document.images.captcha.src = "http://a4995.com/onlineforms/index.php?frm=4e4f4eb1db&randm="+ randim + ""; document.forms['frm_4e4f4eb1db'].imgcode_id.value =+ randim + ""; } changeAccessCodeImg(); function CheckImg(){ arg_ff1=arguments[0]; var s = document.createElement('script'); s.setAttribute('type','text/javascript'); cl_code = document.getElementById('imgcode_code'); checimg = cl_code.value; randim = document.forms['frm_4e4f4eb1db'].imgcode_id.value; document.documentElement.firstChild.appendChild(s); ff_onload_called=false; s.setAttribute('src', "http://a4995.com/onlineforms/index.php?frm=4e4f4eb1db&chrandm=" + randim + "&checimg=" + checimg + ""); s.setAttribute('onload', "ff1()"); }var ff_onload_called=false;var arg_ff1;function ff1(){ if(ff_onload_called) return; ff_onload_called=true; document.getElementById('loading').style.display='none'; document.getElementById('imgcode_code').style.display=''; if (ci == 3) { alert("Sorry, the code you've entered is invalid. Please try again."); return 1; } if (ci == 2 ) { var el = document.getElementById('frm_4e4f4eb1db'); if ( typeof(el)=='object' && el != null ) { el.submit() } }}document.write(' ');document.write('');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(''); CeckDis(); document.write(' ');document.write('');