 function FCO(basis)
{

    if(!parent.oben)
    {
     Check = true ;

     if (Check == true) {

     window.open
                (
                "http://www.gobeg.com/outer_frame.htm",
                "GoBeG_Hauptfenster",
                "width=1002,height=675,left=3,top=9,resizable=yes,status=yes");
                window.location.href=basis;
                window.focus();

                 }
    }
}