$(document).ready(function(){  $("#skt").click(function () {  $("#scrollable").toggle(1000); }); });
