// alert (\" here in menu_footer\");
 var html = 
    ' <center> <TABLE class=\"main\" BORDER=0> <tbody> ' +
    '      <tr valign=\"top\"> ' +
    '        <td><center><br><br><br><br> ' +
//    '			<img src=\"gifs/logo_stjosephs.jpg\"> ' +
//    '			<img src=\"gifs/logo_stjosephs_tree_h90c05.gif\"> ' +
//    ' 		<img src=\"gifs/logo_stjosephs_text_h125.gif\"><br> ' +
//    ' 		<img src=\"gifs/address_blue.gif\" > ' +
    '        </center></td> ' +
    '      </tr> ' +
    '    </tbody>  </table>  </center> ';

// alert (\"html = \" + html);
//    Now write the page to the screen!
      document.write (html);

