The second link to the right "Eat our Famous" is the link in question,
you'll notice the div on the left has about a 3 second delay.
Any thoughts? Thanks.
<li onclick="toggleMain([SIZE="5"][COLOR="Red"]'[/COLOR][/SIZE]divHome[SIZE="5"][COLOR="Red"]'[/COLOR][/SIZE]);"><a href="#">Indulge Deliciously</a></li> <br /> <li onclick="toggleMain([SIZE="5"][COLOR="Red"]'[/COLOR][/SIZE]divMenu[SIZE="5"][COLOR="Red"]'[/COLOR][/SIZE]);"><a href="#">Eat Our Famous:</a></li><br />
document.getElementById('homePage').style.display = "block"; document.getElementById('menuPage').style.display = "block"; document.getElementById('contactPage').style.display = "block"; document.getElementById('joinPage').style.display = "block"; document.getElementById('menuFood').style.display = "block";
Comment