function mailpage()
{
  mail_str = "mailto:?subject= Schau mal - " + document.title;
  mail_str += "&body= Ich möchte Dir die folgende Seite empfehlen (www.qabbalah.de) -- " + document.title;
  mail_str += ". Du findest Die Seite unter: " + location.href;
  location.href = mail_str;
}

function bookmark()
{
  window.external.AddFavorite(location.href , document.title );
}

function bookmark1q()
{
  window.external.AddFavorite('http://www.qabbalah.de/','Qabbalah und Magie - Ausbildungsgruppe für rituelle Magie und westliche Mysterien');
}

function bookmark1f()
{
  window.external.AddFavorite('http://www.razyboard.com/system/user_qabbalah.html','Forum der Ausbildungsgruppe für rituelle Magie und westliche Mysterien');
}

function varitext(text){
text=document
print(text)
}

function framefehlt()
{
   if (top.frames.length < 1){location.href="loadframe.html?name="+window.location}
}

function frameweg()
{
if (top.frames.length > 0){top.location.href = self.location;}
}
