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