function mshow(mitem){
mitem.setAttribute("class","show");
}

function mhide(mitem){
mitem.setAttribute("class","");
}


