      function DirectGo(x) {
         temp = "";
         if((navigator.appName == "Netscape") && (navigator.appVersion.charAt(0) >= 4)){
            for(i = 0; i < x.length; i++) {
               if (x[i] == " ") {
                  temp += "_";
               }
               else {
                  temp += x[i];
               }
            }
         }
         else
         {
            temp=x;
         }

         x = "http://www.alle-wetter.de/cgi-bin/alle-wetter/alle_stadt.pl?NAME=" + temp;
         msgopen = open(x);
      }

      function ButtonGo(x) {
         msgopen = open(x);
      }

        function Lesen(n)
        {
         a = document.cookie;
         res = '';
         while(a != '')
         {
          cookiename = a.substring(0,a.search('='));
          cookiewert = a.substring(a.search('=')+1,a.search(';'));
          if(cookiewert == '')
          {cookiewert = a.substring(a.search('=')+1,a.length);}

          if(n == cookiename){res = cookiewert;}

          i = a.search(';')+1;
          if(i == 0){i = a.length}
          a = a.substring(i,a.length);
         }
         return(res)
        }

        function delVorgabe(){
          if (document.cookie) {
             document.cookie = 'spname=; expires=Thu, 01-Jan-70 00:00:01 GMT;';
             document.cookie = 'spemail=; expires=Thu, 01-Jan-70 00:00:01 GMT;';
          }
        }

    function addview(Bild,Seite,Name,lW,lH) {
       var vlW=lW + 20;
       var vlH=lH + 80;
       var menuFrame=open("","Vorschau","dependent=yes,left=200,top=50,location=no,Width=" + vlW + ",height=" + vlH + ",resizable=no");
       ausgabeFrame=menuFrame.window.document;
       ausgabeFrame.open("text/html");
       ausgabeFrame.write("<html>\n");
       ausgabeFrame.write("<head>\n");
       ausgabeFrame.write("<meta http-equiv='Content-Type' content='text/html; charset=windows-1252'>\n");
       ausgabeFrame.write("<meta name='GENERATOR' content='AN Gallery-Generator'>\n");
       ausgabeFrame.write("<LINK rel='shortcut icon' href='image/Anlogo1.ico'>\n");
       ausgabeFrame.write("<Title>Vorschau</Title>\n");
       ausgabeFrame.write("</head>\n");
       ausgabeFrame.write("<body background='image/back.jpg' text='#000000'>\n");
       ausgabeFrame.write("<font size=\"+1\" color=#FFFFFF><b>" + Name + "</font>\n");
       ausgabeFrame.write("<hr><a href=\"javascript:window.close()\" title=\"Close Windows\">\n<img border=\"1\" width=" + lW + " height=" + lH + " src='" + Bild + "' alt='Close Preview'></a>\n");
       ausgabeFrame.write("</body>\n");
       ausgabeFrame.write("</html>\n");
       ausgabeFrame.close();
    }
      function Thumbwechsel (Bildnr,Bildobjekt) {
        Normal1 = new Image();
        Normal1.src = "image/btn_" + Bildobjekt + ".gif";     /* erste Standard-Grafik */
        window.document.images[Bildnr].src = Normal1.src;
      }

