function onClickMenu(elId)
{
	
}

function rememberOpenSubmenu(elId)
{
	
	
}

function initMenu(submenuId)
{
	$("#" + submenuId).show("slow");
}
