Error with Image effects

Hey guys Im getting an error when I apply ImageEffects to the main camera in unity. I get this error

The image effect Main Camera (BloomAndFlares) on Main Camera is not supported on this platform! UnityEngine.Debug:LogError(Object) PostEffectsBase:ReportNotSupported() (at Assets/Standard Assets/Image Effects (Pro Only)/PostEffectsBase.js:63) PostEffectsBase:CheckSupport(Boolean) (at Assets/Standard Assets/Image Effects (Pro Only)/PostEffectsBase.js:35) BloomAndFlares:Start() (at Assets/Standard Assets/Image Effects (Pro Only)/BloomAndFlares.js:73)

What am I doing wrong? How can I fix this? Im running Windows XP SP3 Thanks in advance!

You are using the free version of Unity. You must upgrade to Pro which costs 1500 US for commercial use. You cannot use imageEffects and realtime shadows in Unity Free among other things.

Oh ok thanks!