Written by:R Teachout4/8/2007 6:43 PM
<scriptfunction bbimg($obj){ var zoom = parseInt($obj.style.zoom, 10) || 100; zoom += event.wheelDelta / 12; if (zoom > 0) $obj.style.zoom = zoom + '%'; return false;}</script><img src="" OnMousewheel='return bbimg(this)'>
<scriptfunction bbimg($obj){ var zoom = parseInt($obj.style.zoom, 10) || 100; zoom += event.wheelDelta / 12; if (zoom > 0) $obj.style.zoom = zoom + '%'; return false;}</script>
<img src="" OnMousewheel='return bbimg(this)'>