/*
function showmnu(id)
{
	document.getElementById('mnu'+id).style.display = "block";
	alert('mnu'+id);
}
*/

