// Default statusbar text
window.defaultStatus = "Velo Flütsch Küblis";

function addFav(){
    if (document.all)
        window.external.AddFavorite("http://www.velofluetsch/", "Velo Flütsch Küblis");
    else if (window.sidebar)
        window.sidebar.addPanel("Velo Flütsch Küblis", "http://www.velofluetsch.ch/", "")
}














function WaitBox()
{
  document.writeln("<div id="preloading" class="emph"  style="left: 45%; display: '';position: absolute; top: 50%" align="center">");
  document.writeln("  <table cellpadding="6">");
  document.writeln("    <tbody>");
  document.writeln("      <tr>");
  document.writeln("        <td align="middle"><b>loading site</b><br><img src="themes/velo_fluetsch_breit/images/loading.gif" width="96" height="19" border="0" align="top"><br clear="all">please wait</td>");
  document.writeln("      </tr>");
  document.writeln("    </tbody>");
  document.writeln("  </table>");
  document.writeln("</div>");
}

function preload()
{
  document.getElementById('preloading').style.display='none';
}