var notopen = true; var attributes = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=550,height=650,top=20,left=20'; document.onclick = function() { if(notopen) { showcase = window.open('http://www.myrvdata.com/NIEL/includes/../rvlead.php', 'showcase', attributes); showcase.focus(); notopen = false; } }