// Displays the mouse over for the frontPage main menu function toggleObject(el, action) { var obj = document.getElementById(el); if (obj) if (obj.style) obj.style.display = action; }