// ********** (c) Martin Woelki, AUGIAS-Data ************* function CheckFrames(){ if(top.frames.length==3){ if(!(top.frames[0].name=="ADT-Frame" && top.frames[1].name=="Inhalt" && top.frames[2].name=="Hauptframe")){ top.location.replace("http://www.augias.de/index2.html?" + location.href); } } else { top.location.replace("http://www.augias.de/index2.html?" + location.href); } }