// (c) 2003 - mpango.de

var URL_frameset = window.parent.location;
var URL_document = location;

if (URL_frameset == URL_document && parseInt(navigator.appVersion) >= 4){
    window.parent.location="index.html";
}
