function show() {
    AB = document.getElementById('secondaryNav');
    AB.style.display = 'inline';
}
setTimeout("show()", 2000);


