

function Menue (ADR)
{
switch (ADR) {
  case "Foren":
    window.open ("http://forum.nosgothclan.de","_self");
    break;
  case "Home":
    window.open ("http://www.nosgothclan.de/home/index.php","_self");
    break;
  case "Kontakt":
    window.open ("http://www.nosgothclan.de/kontakt/index.php","_self");
    break;

  default:
    ADR="http://www.nosgothclan.de/"+ADR+"/index.htm";
    window.open (ADR,"_self");
    break;
             }
}


function tauschen (nr,Bild)
{ document.images[nr].src=Bild; }

var mem=0;
function ostern (nr,Bild)
{ if (mem==0) {mem=1; document.images[nr].src=Bild; }}

function Hinweis ()
 { alert ("ACHTUNG!\n\nDu verläßt die Seiten des German Nosgoth Clan.\nBitte beachte unseren Disclaimer"); }

function steuer (nach)
 { if (ist+nach<0)   {nach=0}
   if (ist+nach>max) {nach=0}
   ist=ist+nach;
   Bild=ist+".jpg";
   document.images['BILD'].src=Bild;
   if (ist==0)   {document.images['li'].src="../../../bilder/pkt-li-no.gif"};
   if (ist>0)    {document.images['li'].src="../../../bilder/pkt-links.gif"};
   if (ist==max) {document.images['re'].src="../../../bilder/pkt-re-no.gif"};
   if (ist<max)  {document.images['re'].src="../../../bilder/pkt-rechts.gif"};
 }
