function driveMenusHome () { totalItems = 6; document.getElementById('m1').onmouseover = function go1() { showDiv(1, totalItems)}; document.getElementById('m1').onmouseout = function keep1() { keepShow(1, totalItems)}; document.getElementById('m2').onmouseover = function go2() { showDiv(2, totalItems)}; document.getElementById('m2').onmouseout = function keep2() { keepShow(2, totalItems)}; document.getElementById('m3').onmouseover = function go3() { showDiv(3, totalItems)}; document.getElementById('m3').onmouseout = function keep3() { keepShow(3, totalItems)}; document.getElementById('m4').onmouseover = function go4() { showDiv(4, totalItems)}; document.getElementById('m4').onmouseout = function keep4() { keepShow(4, totalItems)}; document.getElementById('m5').onmouseover = function go5() { showDiv(5, totalItems)}; document.getElementById('m5').onmouseout = function keep5() { keepShow(5, totalItems)}; document.getElementById('m6').onmouseover = function go6() { showDiv(6, totalItems)}; document.getElementById('m6').onmouseout = function keep6() { keepShow(6, totalItems)}; } function showDiv(itemNumber, totalItems) { for (i=1;i