// -------------------------------------------------------------------------------- //
// www.Schmidlin-tsk.com/_script/iFrameTop.js - stand 05.04.2011                    //
// -------------------------------------------------------------------------------- //
// verwendung:                                                                      //
// index.html [home]                                                                //
// [lang]/index.html [lang home]                                                    //
// -------------------------------------------------------------------------------- //

if (top.location.search!="") {
 var size=top.location.search.length;
 var url=top.location.search.substring(1,size);
 if(document.images){
  parent.inhalt.location.replace(url);
 }else{
  parent.inhalt.location.href=url;
 }
}

// -------------------------------------------------------------------------------- //
// © Schmidlin-TSK AG, Alle Rechte vorbehalten                                      //
// oliver paar, 2011                                                                //
// -------------------------------------------------------------------------------- //
