document.onload = runme();
function runme() {
 document.getElementById('navbar-iframe').style.display = 'none';
}