function head() 
{
  document.write('  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\n');
  document.write('  <link rel="stylesheet" href="http://www.shaarezion.org/css/shaarezion.css" type="text/css">\n');
  document.write('  <!--[if IE]>\n');
  document.write('  <link rel="stylesheet" href="http://www.shaarezion.org/css/iehacks.css" type="text/css">\n');
  document.write('  <![endif]-->\n');
  document.write('  <script language="JavaScript">\n');
  document.write('    <!--\n');
  document.write('    MM_reloadPage(true);\n');
  document.write('    // -->\n');
  document.write('  </script>\n');
}

function logo() 
{
  document.write('<div id="logo" style="background-image:url(http://www.shaarezion.org/images/logo-bg.gif);">\n');
  document.write('  <img id="logo" src="http://www.shaarezion.org/images/logo-01.gif" width="104" height="92" title="Shaare Zion Congregation" alt="Shaare Zion Congregation" />\n');
  document.write('  <img id="logo-03" src="http://www.shaarezion.org/images/logo-03.gif" width="92" height="92" title="Shaare Zion Congregation" alt="Shaare Zion Congregation" />\n');
  document.write('  <img id="logo-02" src="http://www.shaarezion.org/images/logo-02.gif" width="320" height="92" title="Shaare Zion Congregation" alt="Shaare Zion Congregation" />\n');
  document.write('</div>\n'); 
}

function navigation() 
{
  document.write('<div id="navigation">\n');
  document.write('  <object\n');
  document.write('    type="application/x-shockwave-flash"\n');
  document.write('    data="../left_nav.swf"\n');
  document.write('    id="navigation"\n');
  document.write('    width="163" height="695">\n');
  document.write('    <param name="allowScriptAccess" value="sameDomain" />\n');
  document.write('    <param name="loop" value="false" />\n');
  document.write('    <param name="movie" value="../left_nav.swf">\n');
  document.write('    <param name="quality" value="high">\n');
  document.write('    <param name="bgcolor" value="#ffffff">\n');
  //document.write('    <param name=wmode value=transparent>\n');
  document.write('    <span id="alt-flash-text">\n');
  document.write('      This navigation section is properly viewed using Adobe Flash.<br />\n');
  document.write('      You can install the flash player by clicking install below.<br />\n');
  document.write('      <a href="http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe">Install</a>\n');
  document.write('    </span>\n');
  document.write('  </object>\n');
  document.write('</div>\n');
}

function copyright() 
{
  document.write('<div id="copyright">\n');
  document.write('  &copy; Copyright 2010 - Shaare Zion Congregation\n');
  document.write('</div>\n');
}

function MM_reloadPage(init) 
{  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {
    if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
      document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; 
    }
  } else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}