﻿
function  fnWriteHello()
{
    document.write('<p>Hello</p>');
}

function  fnWriteHead( home, titl )
{
    document.write("<table width=\"825\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");
    document.write("  <tr>");
    document.write("    <td class=\"title vamid\">");
    document.write("&nbsp;&nbsp;&nbsp;&nbsp;");
    document.write(titl);
    document.write("    </td>");
    document.write("  </tr>");
    document.write("  <tr>");
    document.write("    <td>");
    document.write("      <img height=\"16\" width=\"850\" src=\"images/bartop.gif\">");
    document.write("    </td>");
    document.write("  </tr>");
    document.write("  <tr>");
    document.write("    <td>");
    document.write("      <table width=\"825\" border=\"0\" align=\"left\" cellpadding=\"2\" cellspacing=\"2\">");
    document.write("        <tr bgcolor=\"#FFFFCC\">");
    document.write("          <td width=\"170\" valign=\"top\" bgcolor=\"#FFFFCC\">");
    document.write("            <a href=\"index.htm\">Home</a>");
    document.write("            <hr width=\"170\" size=\"2\" noshade>");
    document.write("            <a href=\"bulletins.htm\">Bulletins</a>");
    document.write("            <hr width=\"170\" size=\"2\" noshade>");
    document.write("            <a href=\"about.htm\">About Us</a>");
    document.write("            <hr width=\"170\" size=\"2\" noshade>");
    document.write("            <a href=\"organizations.htm\">Organizations</a>");
    document.write("            <hr width=\"170\" size=\"2\" noshade>");
    document.write("            <a href=\"sacraments.htm\">Sacraments</a>");
//  document.write("            <hr width=\"170\" size=\"2\" noshade>");
//  document.write("            <a href=\"contacts.htm\">Staff</a>");
//  document.write("            <hr width=\"170\" size=\"2\" noshade>");
//  document.write("            <a href=\"events.htm\">Events</a>");
    document.write("            <hr width=\"170\" size=\"2\" noshade>");
    document.write("            <a href=\"announcements.htm\">Announcements</a>");
//  document.write("            <hr width=\"170\" size=\"2\" noshade>");
//  document.write("            <a href=\"funerals.htm\">Funeral Information</a>");
//  document.write("            <hr width=\"170\" size=\"2\" noshade>");
//  document.write("            <a href=\"ministers.htm\">Minister Schedules</a>");
    document.write("            <hr width=\"170\" size=\"2\" noshade>");
    document.write("            <a href=\"docs/altarservers.pdf\">Altar Server Schedule</a>");
//  document.write("            <hr width=\"170\" size=\"2\" noshade>");
//  document.write("            <a href=\"festival.htm\">Community Festival</a>");
    document.write("            <hr width=\"170\" size=\"2\" noshade>");
    document.write("            <a href=\"contacts.htm\">Contact Us</a>");
    document.write("            <hr width=\"170\" size=\"2\" noshade>");
    document.write("            <a href=\"directions.htm\">Map/Directions</a>");
    document.write("            <hr width=\"170\" size=\"2\" noshade>");
    document.write("            <a href=\"http://www.stclareschool.org\" target=\"_blank\">St. Clare School</a>");
    document.write("            <hr width=\"170\" size=\"2\" noshade>");
    document.write("            <a href=\"http://www.dsj.org/\" target=\"_blank\">Diocese of San Jose</a>");
    
    if (home)
       {
       document.write("         <hr width=\"170\" size=\"2\" noshade>");
       document.write("         <strong>St. Clare Parish</strong><br>");
       document.write("         725 Washington Street<br>");
       document.write("         Santa Clara, CA 95050-4935<br><br>");
       document.write("         Tel (408) 248-7786<br>");
       document.write("         Fax (408) 248-8150<br><br>");
       document.write("         <a href=\"mailto:rectory@stclareparish.org\">rectory@stclareparish.org</a><br><br>");
       document.write("         <a href=\"mailto:dempsey@dempsey.com\">Webmaster</a><br>");
       }
    
    document.write("          </td>");
    document.write("          <td bgcolor=\"#ffffff\" valign=\"top\">");
}

function  fnWriteFoot()
{
    document.write("          </td>");
    document.write("        </tr>");
    document.write("      </table>");
    document.write("    </td>");
    document.write("  </tr>");
    document.write("  <tr>");
    document.write("    <td>");
    document.write("      <img height=\"16\" width=\"850\" src=\"images/barbot.gif\">");
    document.write("    </td>");
    document.write("  </tr>");
    document.write("</table>");
}
