// Show the menu if mouse is still within DIV
function showMenu(strDiv) {
		animatedcollapse.toggle(strDiv);
}
