function mClck(id){ document.getElementById(id).style.display = "block"; //$(id).show("fast", function () {}); }