function popup (url)
{ 
  window.open(url,"Help","top=150,left=300,width=530,height=430,scrollbars=no");
}