<!--
  // open a new window
  function open_pg()
  {
    width=830;
    height=670;
    url = "http://www.chatwithgod.org/content/prayer_garden.php";
    winda = window.open(url,"newone","scrollbars,toolbar=no,location=no,directories=no,status=no,menubar=yes,resizable=yes,width=" + width + ",height=" + height);
    winda.focus();
  }
    

//-->

