// sb-rahmen.js      created      18.11.1999
// C by Rainer Radow, Berlin, Germany
// ======================================================================= Kopf
function kopf ()
{
document.write("<center><TABLE WIDTH=\"650\"><TR><TD>");
document.writeln("<FONT SIZE=\"+2\"><B>");
document.writeln("<FONT FACE=\"Times New Roman,Times\"> Rainer Radow's Steam Boat Page</FONT>");
document.writeln("</B></FONT><br><br>");
}
// ======================================================================= Navigation
function navigation ()
{
document.writeln("<center>");
document.writeln("<b>" + V_L + "</b>");
// ----------------------------------------------------------------------------- Deutsch Links
if (D_L != "")
{
     document.writeln("<A HREF=" + D_L + ">");
     document.writeln("<IMG SRC=\"../zier/nav-de.gif\" Alt=\"Vorheriges Boot\" HEIGHT=22 WIDTH=35 HSPACE= 5 border=0></a>");
}
// ----------------------------------------------------------------------------- Englisch Links
if (E_L != "")
{
    document.writeln("<A HREF=" + E_L + ">");
    if (USL =="")
    {
         document.writeln("<IMG SRC=\"../zier/nav-us.gif\" Alt=\"Previous Boat\" HEIGHT=22 WIDTH=35 HSPACE= 5 border=0></a>");
    }
    else
    {
         document.writeln("<IMG SRC=\"../zier/nav-uk.gif\" Alt=\"Previous Boat\" HEIGHT=22 WIDTH=35 HSPACE= 5 border=0></a>");
    }
}
// ----------------------------------------------------------------------------- Deutsch Englisch Links
if (M_L !="")
{
    document.writeln("<A HREF=" + M_L + ">");
    document.writeln("<IMG SRC=\"../zier/nav-usde.gif\" Alt=\"Previous Boat \\ Vorheriges Boot\" HEIGHT=22 WIDTH=35 HSPACE=5 border=0></a>");
}
// ----------------------------------------------------------------------------- Pfeil Links
if (E_L != "")
{
    document.writeln("<A HREF=" + E_L + ">");
    document.writeln("<IMG SRC=\"../zier/nav-links.gif\" Alt=\"Previous Boat \\ Vorheriges Boot\" HEIGHT=22 WIDTH=22 HSPACE=10 border=0></a>");
}
else
{
   if (M_L != "")
  {
    document.writeln("<A HREF=" + M_L + ">");
    document.writeln("<IMG SRC=\"../zier/nav-links.gif\" Alt=\"Previous Boat \\ Vorheriges Boot\" HEIGHT=22 WIDTH=22 HSPACE=10 border=0></a>");
  }
  else
  {
      if (D_L != "")
      {
      document.writeln("<A HREF=" + D_L + ">");
      document.writeln("<IMG SRC=\"../zier/nav-links.gif\" Alt=\"Previous Boat \\ Vorheriges Boot\" HEIGHT=22 WIDTH=22 HSPACE=10 border=0></a>");
      }
   }
}
// ----------------------------------------------------------------------------- Schiffsliste
document.writeln("<A HREF=\"shi-main.html\">");
document.writeln("<IMG SRC=\"../zier/nav-port.gif\"  Alt=\"Boat List / Bootsliste\" HEIGHT=32 WIDTH=32 HSPACE=10 border=0></a>");
// ----------------------------------------------------------------------------- Pfeil Rechts
if (E_R != "")
{
    document.writeln("<A HREF=" + E_R + ">");
    document.writeln("<IMG SRC=\"../zier/nav-rechts.gif\" Alt=\"Next Boat \\ N&auml;chstes Boot\" HEIGHT=22 WIDTH=22 HSPACE=10 border=0></a>");
}
else
{
   if (M_R != "")
  {
    document.writeln("<A HREF=" + M_R + ">");
    document.writeln("<IMG SRC=\"../zier/nav-rechts.gif\" Alt=\"Next Boat \\ N&auml;chstes Boot\" HEIGHT=22 WIDTH=22 HSPACE=10 border=0></a>");
  }
  else
  {
      if (D_R != "")
      {
     document.writeln("<A HREF=" + D_R + ">");
    document.writeln("<IMG SRC=\"../zier/nav-rechts.gif\" Alt=\"Next Boat \\ N&auml;chstes Boot\" HEIGHT=22 WIDTH=22 HSPACE=10 border=0></a>");
      }
   }
}
// ----------------------------------------------------------------------------- Deutsch Englisch Rechts
if (M_R !="")
{
    document.writeln("<A HREF=" + M_R + ">");
    document.writeln("<IMG SRC=\"../zier/nav-usde.gif\" Alt=\"Next Boat \\ N&auml;chstes Boot\" HEIGHT=22 WIDTH=35 HSPACE=5 border=0></a>");
}
// ----------------------------------------------------------------------------- Englisch Rechts
if (E_R != "")
{
    document.writeln("<A HREF=" + E_R + ">");
    if (USR =="")
    {
         document.writeln("<IMG SRC=\"../zier/nav-us.gif\" Alt=\"Next Boat\" HEIGHT=22 WIDTH=35 HSPACE= 5 border=0></a>");
    }
    else
    {
         document.writeln("<IMG SRC=\"../zier/nav-uk.gif\" Alt=\"Next Boat\" HEIGHT=22 WIDTH=35 HSPACE= 5 border=0></a>");
    }
}
// ----------------------------------------------------------------------------- Deutsch Rechts
if (D_R != "")
{
     document.writeln("<A HREF=" + D_R + ">");
     document.writeln("<IMG SRC=\"../zier/nav-de.gif\" Alt=\"N&auml;chstes Boot\" HEIGHT=22 WIDTH=35 HSPACE= 5 border=0></a>");
}
document.writeln("<b>" + N_R + "</b>");
document.writeln("<hr></center>");
}

// ======================================================================= Fuss
function fuss ()
{
if (Sprache=="E")
{
document.write("<center>");
document.writeln("Please send me a short comment, mail to: ");
document.writeln("<b>rainer @ radow . org</b><BR>");
document.write("This page is managed from Berlin, Germany, last update: ");
document.writeln(LastUpdate);
document.writeln("<HR>");
document.write("</center>");
}
else
{
   if (Sprache=="D")
   {
   document.write("<center>");
   document.writeln("Bitte senden Sie mir Ihren Kommentar, schreiben Sie an: ");
   document.writeln("<b>rainer @ radow . org</b><BR>");
   document.write("Diese Seite wird von Berlin, Deutschland aus gepflegt, letzte Änderung: ");
   document.writeln(LastUpdate);
   document.writeln("<HR>");
   document.write("</center>");
   }
   else
   {
    document.write("<DL><DT>");
    document.writeln("Please send me a short comment, mail to: ");
    document.writeln("<b>rainer @ radow . org</b><BR>");
    document.write("This page is managed from Berlin, Germany, last update:<b> ");
    document.writeln(LastUpdate);
    document.write("</b><br><br></DT><DD>");

    document.writeln("Bitte senden Sie mir Ihren Kommentar, schreiben Sie an: ");
    document.writeln("<b>rainer @ radow . org</b>");
    document.write("<br>Diese Seite wird von Berlin, Deutschland aus gepflegt, letzte Änderung: <b>");
    document.writeln(LastUpdate);
    document.write("</b></DD><DT><HR></DT></DL>");

    }
}
document.write("</TD></TR></TABLE></center>");
}
