function showdiv() { 
document.getElementById('primary-nav-home').style.display = 'block'; 
document.getElementById('branding-home').style.top = '240px'; 
}


