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