
function popup(w,h)	{
  wnd=window.open("popup.php","popup","width="+w+",height="+h+",status=0,toolbar=0,menubar=0,resizable=0,scrollbars=1");
} 
