
function popup(URL,w,h) {
 if (!h || !w) { h=screen.height - 150; w=screen.width - 100; }
 window.open(URL, "", "width="+w+",height="+h+",toolbar=0,scrollbars=no,top=50,left=50,resizable=1")
}
