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).MakeEditable()}}function __CM_FCK_CreateHtml(a,c,d,e,f,g){if(typeof(document.__fckGenerated)=='undefined'||typeof(document.__fckGenerated[a])=='undefined'||document.__fckGenerated[a]==false){if(typeof(showMessage)=="function"){showMessage('One moment while the WYSIWYG editor loads... <img src="/elements/images/ajax/progress_indicator.gif" alt="Loading..." />')}var b=BrowserDetect();if(b.browserType=="Internet Explorer"&&b.version<7){setTimeout("__CM_FCK_InternalCreateHtml('"+a+"', '"+c+"', '"+d+"', '"+e+"', '"+f+"', '"+g+"');",1)}else{__CM_FCK_InternalCreateHtml(a,c,d,e,f,g)}}else{ShowFCKEditor(a)}}function __CM_FCK_ReplaceTextArea(a,c,d,e,f){if(typeof(document.__fckGenerated)=='undefined'||typeof(document.__fckGenerated[a])=='undefined'||document.__fckGenerated[a]==false){if(typeof(showMessage)=="function"){showMessage('One moment while the WYSIWYG editor loads... <img src="/elements/images/ajax/progress_indicator.gif" alt="Loading..." />')}var b=BrowserDetect();if(b.browserType=="Internet Explorer"&&b.version<7){setTimeout("__CM_FCK_InternalReplaceTextArea('"+a+"', '"+c+"', '"+d+"', '"+e+"', '"+f+"');",1)}else{__CM_FCK_InternalReplaceTextArea(a,c,d,e,f)}}else{ShowFCKEditor(a)}}function __CM_FCK_InternalCreateHtml(a,b,c,d,e,f){var g=document.getElementById(a+'Field');var h=g.getElementsByTagName('div');for(var i=0;i<h.length;i++){if(h[i].className=='input'){var j=new FCKeditor(a,d,e,f,b);j.BasePath=c;h[i].innerHTML=j.CreateHtml();break}}}function __CM_FCK_InternalReplaceTextArea(a,b,c,d,e){var f=new FCKeditor(a,c,d,e);f.BasePath=b;f.ReplaceTextarea()}function FCKeditor_OnComplete(a){if(typeof(document.__fckGenerated)=='undefined'){document.__fckGenerated=new Object()}document.__fckGenerated[a.Name]=true;if(typeof(FCKeditor_ChainedComplete)!='undefined'){FCKeditor_ChainedComplete(a)}if(typeof(hideMessage)=="function"){hideMessage()}}