
function startUnload() {
 if (document.forms['form1'].accountid.value == "") {
	var response = confirm('Thank you for visiting our site, can we help you in any way? \n\n For every deposit you make at our site you get a 500% bonus and we give a Free $20 bonus to try out our games. \n\n If you have any questions just type them in the window below so I can help you. \n\n\n Would you like assistance to participate?'); 
    if (response) {
      myRef = window.open ("http://livehelp.thebingoaffiliates.com/request.php?l=gregory&x=1&deptid=1&pagex=http%3A//www.amigobingo.com/","mywindow","status=0,toolbar=0,location=0,menubar=0,scrollbars=0,resizable=0,width=475,height=450"); 
	  winRef.focus()
	}
 }
}