

    function jsover()
    {
       document.body.style.cursor = "pointer";
    }

    function jsout()
    {
       document.body.style.cursor = "default";
    }

    function redirect(target)
    {
      window.location=target;
    }


