Enable / Disable an Image Effect via a button

Which Code (in a GUIButton in a js-script) would enable / disable e.g. the SSAOEffect script on the camera?

GetComponent(SSAOEffect).enabled = false;