function showcate()
{          
    var td=document.getElementById('Menu');
    td.style.display=(td.style.display=="none")?"block":"none";
}