function noframe() {
       
        if ((top.location != location)&&(top.location.href.search("SeleneseRunner") < 0)&&(top.location.href.search("selenium-server") < 0)&&(window.name != 'myiframe')) {
            top.location.href = document.location.href ;
        } else if(document.getElementById('inputUserId') && document.getElementById('inputUserId').type && document.getElementById('inputUserId').type == 'text' ) {
            document.getElementById('inputUserId').focus();
        }
}
