Function bbimg (o) {
Var zoom = parseint (O.Style.Zoom, 10) || 100; // If Style.Zoom is NULL, it is 100, otherwise the value of Style.Zoom
ZOOM = Event.wheeldelta / 12; // According to the direction of the scrolling, zoom adds 10 or minus 10
IF (zoom> 0) o.Style.Zoom = zoom '%'; // Put Zoom's value Style.Zoom
Return false; // Return
}
script>

