if (parent.frames.length <= 1)
{
top.location.replace('../ggframes.html');
}
var text = "Mystisches SteinReich ohne Grenzen / Mystiek oerland zonder grenzen";
var position = 0;
window.status = text.substring(position, text.length);

function showhide(name)
         {
         var e = document.getElementById(name);
         e.style.display = (e.style.display == 'block') ? 'none' : 'block';
        }





 function fotowechsel(a)
{
         document.images[0].src=a;

      }

