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