var ziel;
function verweis(ziel)
{
window.opener.location.href=ziel;
}
function Gast() 
{
  Window = window.open("http://182834.multiguestbook.com", "gästebuch", "scrollbars=yes,width=600,height=500,top=100,left=100");
  Window.focus();
}
function Text(Adresse) 
{
  Window = window.open(Adresse, "text", "scrollbars=yes,width=500,height=500,top=100,left=100");
  Window.focus();
}
function Bild(Adresse) 
{
  Window = window.open(Adresse, "bild", "scrollbars=yes,width=670,height=700");
  Window.focus();
}
var seite;
function rahmen(seite) 
{
parent.main.location.href=seite;
}
