function toggleNavbar()
{
  $("#navbar-iframe").slideToggle();
  $(".nb-button").toggle();
}
