
function erplogin() {
	
	// creating the 'formresult' window with custom features prior to submitting the form
	window.open('', 'formresult');
	
	document.form.submit();
}
	