function popitup(url) {newwindow=window.open(url,'name','height=386,width=350,scrollbars=no');if (window.focus) {newwindow.focus()}}function poplist(url) {newwindow=window.open(url,'list','height=410,width=490');if (window.focus) {newwindow.focus()}}if (document.layers) {origWidth=innerWidth;origHeight=innerHeight;}function reloadPage(){if (innerWidth !=origWidth ||innerHeight !=origHeight)location.reload();}if (document.layers) onresize=reloadPage;