function popwindowcheck(){
var tWin = window.open('poptest.php','poptest','height=255,width=305,left=100,top=50,resizable=yes,menubar=no,titlebar=no,status=no,toolbar=no');
if(tWin) {}
else { location.href='popupblock.php'; }
}