/* ********************************************************************************
* Source Code Copyright (c) 2008 Congruent Media, LLC.  All rights reserved.
* 
* This source code is the intellectual property of Congruent Media, LLC., 
* except where otherwise noted, and may not be copied in whole or in part, 
* except for backup purposes. You may not resell or otherwise distribute 
* this source code, or any code derived from this source code, without 
* express written permission from Congruent Media, LLC.
* 
* This source code is sold "as is" and WITHOUT ANY WARRANTY; without even 
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*  
* http://www.CongruentMedia.com | info@CongruentMedia.com | +1 410-534-6800
*  
** ********************************************************************************/

// DATE: 12/28/2007
function CheckIt(a,b){var c=new Object();c.place=a.indexOf(b)+1;c.string=b;if(c.place==0){c=null}return c}function BrowserDetect(){var a;var b=new Object();b.detect=navigator.userAgent.toLowerCase();b.OS='';b.browserType='';b.version='';if(a=CheckIt(b.detect,'msie'))b.browserType="Internet Explorer";else if(a=CheckIt(b.detect,'firefox'))b.browserType="Firefox";else if(a=CheckIt(b.detect,'mozilla')){b.browserType="Netscape Navigator";b.version=detect.charAt(8)}else if(a=CheckIt(b.detect,'safari'))b.browserType="Safari";else if(a=CheckIt(b.detect,'omniweb'))b.browserType="OmniWeb";else if(a=CheckIt(b.detect,'opera'))b.browserType="Opera";else if(a=CheckIt(b.detect,'webtv'))b.browserType="WebTV";else if(a=CheckIt(b.detect,'icab'))b.browserType="iCab";else if(a=CheckIt(b.detect,'konqueror')){b.browserType="Konqueror";b.OS="Linux"}else b.browserType="An unknown browser";if(b.version=='')b.version=b.detect.charAt(a.place+a.string.length);if(b.OS==''){if(CheckIt(b.detect,'linux'))b.OS="Linux";else if(CheckIt(b.detect,'x11'))b.OS="Unix";else if(CheckIt(b.detect,'mac'))b.OS="Mac";else if(CheckIt(b.detect,'win'))b.OS="Windows";else b.OS="an unknown operating system"}return b}function ShowFCKEditor(a){var b=BrowserDetect();if(b.browserType!='Internet Explorer'){FCKeditorAPI.GetInstance(a).EditorDocument.designMode='on'}}function ShowLI(a){document.getElementById(a).style.display='block'}function HideLI(a){document.getElementById(a).style.display='none'}
