function popup (url)
{ 
  window.open(url,"Help","top=150,left=300,width=600,height=500,status=yes,menubar=yes,scrollbars=yes");
}