<!-- ©webmasta [www.w3coders.com]

/*
function doSubmit(form,arg) {
	if(form.pr_login.value =='' || form.pr_password.value =='') {
		return alert("You must enter a username and a password!          ");
	}
	if(arg =='login') {
		openPop('about:blank', 'popper');
		form.target ='popper';
		form.action ="https://64.130.217.1/a2customer/userinfo.php";
		form.submit();
	}
};

function checkEnter(e,form,arg) { var cCode;
	if(e && e.which) { e =e; cCode =e.which;
	} else{ e =event; cCode =e.keyCode; }

	if(cCode == 13) { doSubmit(form,arg); return false; }
	else{ return true; }
};
*/

function doDiv() {
	with(document) {
	open();
	write('<form method="post" action ="https://64.130.217.1/a2customer/userinfo.php">');
	write('  <div id="loginDiv">');
	write('<table width="766" border="0" align="center" cellpadding="0" cellspacing="0" style="height:100%;">');
	write('   <tr>');
	write('    <td width="31" class="bordT bordB">&nbsp;</td>');
	write('    <td width="155" class="bluMed bordT bordB">&nbsp;');
	//write('      User<input name="pr_login" style="width:150px" type="text" class="txFld" maxlength="40" onKeyPress="checkEnter(event, this.form, \'login\')" />');
	write('      </td>');
	write('    <td width="155" class="bluMed bordT bordB">&nbsp;');
	//write('      Pass<input name="pr_password" style="width:150px" type="text" class="txFld" maxlength="40" onKeyPress="checkEnter(event, this.form, \'login\')" />');
	write('      </td>');
	write('    <td width="142" class="bordT bordB"><br>');
	write('      <input name="submit1" id="submit1" onClick="openPop(\'https://64.130.217.1/a2customer/\', \'popper\')" value="Customer Login &raquo;" class="bb1" style="width:120px; margin:0px; text-align:center;" onMouseOver="ovB(this.id)" onMouseOut="ovB(this.id)" onFocus="focLin(this.id)" type="button" /></td>');
	write('    <td width="70" class="bordB">&nbsp;</td>');
	write('    <td align="right" class="bordT bordB"><br>');
	write('        <input id="sign1" onClick="openPop(\'https://64.130.217.1/a2billing/signup/\', \'popper\')" value="Sign Up &raquo;" class="xb1" style="width:85px; margin:0px; text-align:center;" onMouseOver="ovB(this.id)" onMouseOut="ovB(this.id)" onFocus="focLin(this.id)" type="button" /></td>');
	write('    <td align="right" class="bordT bordB"><br>');
	write('        <input id="shop1" onClick="openPop(\'https://64.130.217.1/wsite/pages/home/online-shop-and-payment.php\', \'popper\')" value="Payments &raquo;" class="xb1" style="width:95px; margin:0px; text-align:center;" onMouseOver="ovB(this.id)" onMouseOut="ovB(this.id)" onFocus="focLin(this.id)" type="button" /></td>');
	write('    <td width="26" class="bordT bordB">&nbsp;</td>');
	write('  </tr>');
	write('  </table>');
	write('  </div>');
	write('</form>');
	close();
	}
};
 //-->
