

function showSubMenu(id)
{
	Element.setOpacity(id, 0.8);
	Element.show(id);
}

function hideSubMenu(id)
{
	Element.hide(id);
}