function framesetladen(strTitel, UrlStartseite) { if(!top.frames.length>0) { window.location='index.html'; } else { if (top.document.title!=strTitel) { top.location=UrlStartseite; } } }