function checkFramecall() 
{
    var Parameter=location.search;
    if(Parameter)
    frames.fenster.location.href=Parameter.substring(1,Parameter.length);
}
