//popup windows function popDisclaimer (choice) { var jrWin = window.open (choice, "","width=775,height=450,scrollbars=yes,top=5,left=5,menubar=yes,toolbar=yes,status=yes,resizable=yes,location=yes"); if (jrWin) jrWin.focus(); }