if(top!=self)
  {
    if (window.opera) window.onload=opera_befreien;
    else top.location=self.location;
  }

function opera_befreien()
{
  document.links['befreien'].click();
}

var text_b = new Array ("DRU - Kamine - Classic Line - Alto","DRU - Kamine - Style Line I - Avanto FS","DRU - Kamine - Style Line II - Castello","DRU - Kamine - Design Line I - Color Line","DRU - Kamine - Style Line I - Concerto FS","DRU - Kamine - Design Line II - Concerto P/F","DRU - Kamine - Design Line II - Diablo","DRU - Kamine - Design Line II - Palazzo P","DRU - Kamine - Design Line II - Soprano P");
var counter = 0;

function anime() {
document.title = text_b[counter];
if(counter <= 8) {
document.images.bild.src = "start/js_ani_" + counter + ".jpg";
counter++;
setTimeout("anime()", 3000);
} else { 
counter = 0; 
setTimeout("anime()", 0); 
}
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
