function popup (url)
{ 
  window.open(url,"Help","top=150,left=300,width=358,height=380,scrollbars=auto");
}

function winpopup (url,props)
{ 
  window.open(url,"Help",props);
}