function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);

}

function fra(URL1,F1,URL2,F2,URL3,F3)
{
parent.frames[F1].location.href=URL1;
parent.frames[F2].location.href=URL2;
parent.frames[F3].location.href=URL3;
}


function fra2(URL1,F1,URL2,F2)
{
parent.frames[F1].location.href=URL1;
parent.frames[F2].location.href=URL2;
}


// 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")
