function Goto($link) { window.location.href = $link; } jQuery(document).ready(function(){ jQuery(".his").click(function () { jQuery("#histxt").toggle("slow",function() { jQuery("#histxt").scrollintoview(); }); jQuery(".his").toggle(); }); jQuery(".dof").click(function () { jQuery("#doftxt").toggle("slow",function() { jQuery("#doftxt").scrollintoview(); }); jQuery(".dof").toggle(); }); });