
function PopUpWindow(URL,Wname,Wwidth,Wheight){
  secwindow = window.open(URL,Wname,"width="+Wwidth+",height="+Wheight+",scrollbars=no,resizable=no,toolbar=no,location=no,directories=no,status=no, left= "+(screen.width-Wwidth)/2+", top="+(screen.height-Wheight)/2);
}

function FocusFunct(){
  if ('<?echo $rfrs?>'!='1'){
	location.href="forum.php?rfrs=1&id=<?echo $id?>&hsz=<?echo $hsz?>";
  }
}
