var IsColorManaged =  (navigator.userAgent.indexOf(  ' Safari/'          ) != -1)
                  ||  (navigator.userAgent.indexOf(  '; iCab'            ) != -1)  // http://www.icab.de/
                  ||  (navigator.userAgent.indexOf(  ' OmniWeb/'         ) != -1)  // http://www.omnigroup.com/applications/omniweb/
                  ||  (navigator.userAgent.indexOf(  ' SunriseBrowser/'  ) != -1)  // http://sunrisebrowser.com/
                  ||  (navigator.userAgent.indexOf(  ' Shiira/'          ) != -1)  // http://shiira.jp/download/en.php
                  ||  (navigator.userAgent.indexOf(  'Scourge/'          ) != -1)  // http://scourge.swifthost.net/scourge-webbrowser/
                  ||  (navigator.userAgent.indexOf(  'Postino/'          ) != -1)  // http://www.coladia.com/postino/
                  || ((navigator.userAgent.indexOf(  ' RealPlayer/'      ) != -1) && (navigator.userAgent.indexOf('Mac OS X') != -1))  // http://www.real.com/
                  ||0;

