function fun_current() {
var menu=document.getElementById("menulista");
alert(menu.id)
	
}


