<!--
function zweiframes(URL1,F1,URL2,F2)
{
        parent.frames[F1].location.href=URL1;
        parent.frames[F2].location.href=URL2;
}

function checkFrameset(){
if(!parent.main) location.href="../../de_start.html?" +location.pathname;
}

function checkFrameset1(){
if(!parent.main) location.href="../../../de_start.html?" +location.pathname;
}

function checkFrameset2(){
if(!parent.main) location.href="../../../../de_start.html?" +location.pathname;
}

function checkFrameset0(){
if(!parent.main) location.href="../de_start.html?" +location.pathname;
}

function checkFrameset3(){
if(!parent.main) location.href="../../../../../de_start.html?" +location.pathname;
}

//-->
