ht=screen.availHeight
wd=screen.availWidth
function popWin(URL){
 window.open(URL,"","width="+wd+",height="+ht+",top=0,left=0,resizable,menubar,scrollbars")
}