function showMenu(menu)
{
	$(menu).show();
}

function hideMenu(menu)
{
	$(menu).hide();
}