public function setScrollWheelOpt($enable = 1) { if ($enable == 1) { return 'scrollwheel: true'; } else { return 'scrollwheel: false'; } }