function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);

}

// function klau() {
// i=1
// e=2
// while (i<=e){
// alert ('"Hier wird nicht geklaut!');
// }
// }

//function ersetzen(loc)
//{
//top.location.replace(loc)
//}
//if(top.location.href == self.location.href)
//ersetzen("http://www.dreaming-toy.de")

