function help_popup(URL,Name) 
{
  window.open(URL,Name,"resizable=yes,scrollbars=yes,width=250,height=250,screenX=0,screenY=0");
}