<!---hide script from old browsers
var neues_Fenster;
var neue_TextBox;

   if(top.frames.length > 0)
      top.location.href=self.location;


// browser test:
browserOName = navigator.appName;
browserName = navigator.appCodeName;
browserVer = parseInt(navigator.appVersion);
browserHTTPName = navigator.userAgent 
if (browserName == "Mozilla" && browserVer >= 3) version = "1";
else version = "2";
// preload images:
if (version == "1"){

gbook = new Image(97,20);
gbook.src = "images/gbook.gif";

gbook_mo = new Image(97,20);
gbook_mo.src = "images/gbook_mo.gif";

gbook_oc = new Image(97,20);
gbook_oc.src = "images/gbook_oc.gif";

links = new Image(97,20);
links.src = "images/links.gif";

links_mo = new Image(97,20);
links_mo.src = "images/links_mo.gif";

links_oc = new Image(97,20);
links_oc.src = "images/links_oc.gif";

mail = new Image(97,20);
mail.src = "images/mail.gif";

mail_mo = new Image(97,20);
mail_mo.src = "images/mail_mo.gif";

mail_oc = new Image(97,20);
mail_oc.src = "images/mail_oc.gif";

start = new Image(97,20);
start.src = "images/start.gif";

start_mo = new Image(97,20);
start_mo.src = "images/start_mo.gif";

start_oc = new Image(97,20);
start_oc.src = "images/start_oc.gif";

top1 = new Image(97,20);
top1.src = "images/top.gif";

top_mo = new Image(97,20);
top_mo.src = "images/top_mo.gif";

top_oc = new Image(97,20);
top_oc.src = "images/top_oc.gif";

hp = new Image(97,20);
hp.src = "images/hp.gif";

hp_mo = new Image(97,20);
hp_mo.src = "images/hp_mo.gif";

hp_oc = new Image(97,20);
hp_oc.src = "images/hp_oc.gif";

}

statustext0=""
statustext1="zur Startseite"
statustext2="eMail an den Autor"
statustext3="zu den Astro Links"
statustext4="zur Schumacher Homepage"
statustext5="zur Ferrari Homepage"
statustext8="zur Link Liste"
statustext9="zum Seitenanfang"
statustext10="zum Gaestebuch"
statustext11="zur Homepage des Autors"
statustext13="Schule"
statustext15="zu den Star Trek Links"
statustext14="Formel-eins.de"
statustext16="Click me!"
statustext17="The truth is out there."
statustext18="trustno1"
statustext19="I want to believe!"
statustext20="...to boldly go where no one has gone before"
statustext22="zur Chronik von Sömmerda"
statustext23="MITAN Wirtschaftssoftware AG"
statustext24="alte Bilder und Links"
statustext25="Albert-Schweitzer-Gymnasium"
statustext27="zum Gaestebuch"
statustext30="Bild zoomen"
statustext39="Cigarworld Online-Shop by Tabac Benden"
statustext40="Firma Ingo Paleit"
statustext41="Volkshochschule Soemmerda"
statustext42="www.allesklar.de"
statustext43="private Homepage"
statustext44="Stadt Soemmerda"
statustext49="robotron technik"

text1="Das Landgericht Hamburg hat mit Urteil vom 12.05.1998 entschieden, dass man durch die Anbringung eines Links die Inhalte der gelinkten Seite ggf. mit zu verantworten hat." 
text2="Dies kann - so das LG - nur dadurch verhindert werden, dass man sich ausdr&uuml;cklich von diesen Inhalten distanziert. Ich habe auf meiner Page Links zu anderen Seiten im Internet gelegt." 
text3="F&uuml;r all diese Links gilt: &quot;Ich m&ouml;chte ausdr&uuml;cklich betonen, dass ich keinerlei Einfluss auf die Gestaltung und die Inhalte der gelinkten Seiten habe. Deshalb distanziere ich mich hiermit von allen Inhalten aller gelinkten Seiten auf meiner gesamten Website inkl. aller Unterseiten."
text4="Diese Erkl&auml;rung gilt f&uuml;r alle auf meiner Homepage angebrachten Links und f&uuml;r alle Inhalte der Seiten, zu denen Links oder Banner f&uuml;hren.&quot;"

function hiLite(imgDocID,imgObjName) {
// manages mouseOver animations
//   imgDocID - the name or number of the document image to be replaced
//   imgObjName - the name of the image object to be swapped in

if (version == "1") {
document.images[imgDocID].src = eval(imgObjName + ".src")
}}

neue_TextBox = null;
function TextBoxAnzeigen(BoxTitel,BoxInhalt,BoxBreite,BoxHoehe)
{
   TextBoxSchliessen();

   Fenster_Hoehe = BoxHoehe;
   Fenster_Breite = BoxBreite;
   BoxOptionen = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=50,top=50,height='+Fenster_Hoehe+',width='+Fenster_Breite;
   neue_TextBox = window.open('','',BoxOptionen)
   with (neue_TextBox) 
   {
      document.writeln('<HTML><HEAD><TITLE>' + BoxTitel + '</TITLE></HEAD>');
      document.writeln('<BODY BGCOLOR="#C0C0C0" TEXT="#400040"><DIV ALIGN=CENTER>');
      document.writeln('<FONT FACE="Times New Roman">' + BoxInhalt + '</FONT>');
      document.writeln('<form><input type=button value="   OK   " onClick="window.close()"></form>');
      document.writeln('</DIV></BODY></HTML>');

     }
}

function TextBoxSchliessen()
{
   if (neue_TextBox != null)
     if (!neue_TextBox.closed)
       neue_TextBox.close();
}

neues_Fenster = null;
function BildAnzeigen(Bildname,BildTitel,BildUnterschrift,BildBreite,BildHoehe)
{
   
   Breite = BildBreite;
   Hoehe = BildHoehe;
   BildSchliessen();

   Fenster_Hoehe = Hoehe + 40;
   Fenster_Breite = Breite + 40;
   Optionen = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=50,top=50,height='+Fenster_Hoehe+',width='+Fenster_Breite;
   neues_Fenster = window.open('','',Optionen)
   with (neues_Fenster) 
   {
      document.writeln('<HTML><HEAD><TITLE>' + BildTitel + '</TITLE></HEAD>');
      document.writeln('<BODY BGCOLOR="#C0C0C0" TEXT="#000000"><DIV ALIGN=CENTER><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 VALIGN="MIDDLE"><TR><TD>');
      document.writeln('<IMG SRC="'+Bildname+'" WIDTH='+Breite+' HEIGHT='+Hoehe+' BORDER=0 ALT="'+Bildname+'"></TD>');
      document.writeln('</TR></TABLE><FONT FACE="Times New Roman">' + BildUnterschrift + '</FONT></DIV></BODY></HTML>');
   }
}

function BildSchliessen()
{
   if (neues_Fenster != null)
     if (!neues_Fenster.closed)
       neues_Fenster.close();
}

//end hiding--->
