// aktuelle Seite in Frameset laden
 if(top.frames.length < 1){
// var url = document.location.href;
var url = location.pathname;
 self.location.href = "http://www.samtpfoetchen.de/frameset.html?page=" + url;
 }
 
// function checkFrameset() {
//  if(!parent.xyzVerweisframe)
//   location.href="http://www.xy.de/unterverzeichnisXY/index.htm?" + location.pathname;
// }


// On Mouse Over 
function over(name)  {
document.images[name].src='http://www.samtpfoetchen.de/pfote2.gif';  }
function out(name)  {
document.images[name].src='http://www.samtpfoetchen.de/pfote.gif';  }

// Hinweistext f&uuml;r die Indexseiten
function changetext(whichcontent){
	descriptions.innerHTML=whichcontent;
}