var newwindow;function poptastic(url, h, w){	newwindow=window.open(url,'name','height=' + h + ',width='+ w + ',resizable=yes,scrollbars=yes,toolbar=no,status=no');	if (window.focus) {newwindow.focus()}}