
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Es wird geprüft ob die Datei im Frame aufgebaut wird.
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

/*
if (parent.tof_links || (window.name == "tof_links") || parent.top.tof_links){
  void(0);
}
else{
  / *
  // So kann der User entscheiden was geschieht
  var waehle = confirm("Möchten Sie die vollständige Darstellung dieser Seite?");  
  if (waehle == true){
      window.location="http://www.tof.de/index.htm?"+this.location;
  }
  * /
  
  // Das Frameset wird automatisch aufgebaut
  //window.location="http://www.trans-o-flex.de/index.htm?"+this.location; 
  //window.location="file:///I|/www.trans-o-flex.de/site/kiosk/index.htm?"+this.location; 
}*/
