function popWin(whichURL) {popString = "width=600,height=450,left=0,top=0,screenX=0,screenX=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1";popup = window.open(whichURL,'article',popString);if (window.focus) {popup.focus();}} 