  function openWindow (url,width,height)
  { 
    window.open(url,"","width="+(width+60)+",height="+(height+60)+",toolbar=no,menubar=no,scrollbars=yes,status=yes,location=no");
  }