function showM(o){
	o.style.filter="Alpha(opacity=100,style=1)";
	}
function closeM(o){
	o.style.filter="none";
	}
