function isFrame()
{
 if(top.frames.length < 1) top.location.href="http://www.walkinglemons.de/";
}

function antiFrame()
{
 if(top.frames.length > 0) top.location.href=self.location;
}

function LemonsGo(citrus,frisch)
{
 top.header.location.href = citrus;
 top.content.location.href = frisch;
}

function Navigation()
{
 var NN3 = false;
 image1= new Image();
 image1.src = "../pix/home_off.gif";
 image1on = new Image();
 image1on.src = "../pix/home_on.gif";
 image2= new Image();
 image2.src = "../pix/band_off.gif";
 image2on = new Image();
 image2on.src = "../pix/band_on.gif";
 image3= new Image();
 image3.src = "../pix/musik_off.gif";
 image3on = new Image();
 image3on.src = "../pix/musik_on.gif";
 image4= new Image();
 image4.src = "../pix/termine_off.gif";
 image4on = new Image();
 image4on.src = "../pix/termine_on.gif";
 image5= new Image();
 image5.src = "../pix/contact_off.gif";
 image5on = new Image();
 image5on.src = "../pix/contact_on.gif";
 image6= new Image();
 image6.src = "../pix/gallery_off.gif";
 image6on = new Image();
 image6on.src = "../pix/gallery_on.gif";
 image0= new Image();
 image0.src = "../pix/pressespiegel_off.gif";
 image0on = new Image();
 image0on.src = "../pix/pressespiegel_on.gif";
 imagea= new Image();
 imagea.src = "../pix/musiker_off.gif";
 imageaon = new Image();
 imageaon.src = "../pix/musiker_on.gif";
 imageb= new Image();
 imageb.src = "../pix/gaestebuch_off.gif";
 imagebon = new Image();
 imagebon.src = "../pix/gaestebuch_on.gif";

 gligg = "image1";
}



function on3(name)   {
        document[name].src = eval(name + "on.src");
}

function off3(name)  {
         if (gligg != name) {
         document[name].src = eval(name + ".src"); }
}

NN3 = true;

function on(name)  {
         if (NN3) on3(name);
}
function off(name)  {
         if (NN3) off3(name);
}

function stay(name) {
  if (gligg != "") {
  document[gligg].src = eval(gligg + ".src");}
  document[name].src = eval(name + "on.src");
  gligg = name;

}
