function CheckIt(B,C){var A=new Object();A.place=B.indexOf(C)+1;A.string=C;if(A.place==0){A=null}return A}function BrowserDetect(){var B;var A=new Object();A.detect=navigator.userAgent.toLowerCase();A.OS="";A.browserType="";A.version="";if(B=CheckIt(A.detect,"msie")){A.browserType="Internet Explorer"}else{if(B=CheckIt(A.detect,"firefox")){A.browserType="Firefox"}else{if(B=CheckIt(A.detect,"safari")){A.browserType="Safari"}else{if(B=CheckIt(A.detect,"omniweb")){A.browserType="OmniWeb"}else{if(B=CheckIt(A.detect,"opera")){A.browserType="Opera"}else{if(B=CheckIt(A.detect,"webtv")){A.browserType="WebTV"}else{if(B=CheckIt(A.detect,"icab")){A.browserType="iCab"}else{if(B=CheckIt(A.detect,"konqueror")){A.browserType="Konqueror";A.OS="Linux"}else{if(B=CheckIt(A.detect,"mozilla")){A.browserType="Netscape Navigator";A.version=A.detect.charAt(8)}else{A.browserType="An unknown browser"}}}}}}}}}if(A.version==""){A.version=A.detect.charAt(B.place+B.string.length)}if(A.OS==""){if(CheckIt(A.detect,"linux")){A.OS="Linux"}else{if(CheckIt(A.detect,"x11")){A.OS="Unix"}else{if(CheckIt(A.detect,"mac")){A.OS="Mac"}else{if(CheckIt(A.detect,"win")){A.OS="Windows"}else{A.OS="an unknown operating system"}}}}}return A}function ShowFCKEditor(B){var A=BrowserDetect();if(A.browserType!="Internet Explorer"){FCKeditorAPI.GetInstance(B).MakeEditable()}}function __CM_FCK_CreateHtml(E,F,D,C,G,B){if(typeof (document.__fckGenerated)=="undefined"||typeof (document.__fckGenerated[E])=="undefined"||document.__fckGenerated[E]==false){if(typeof (showMessage)=="function"){showMessage('One moment while the WYSIWYG editor loads... <img src="/combines/elements/images/ajax/progress_indicator.gif" alt="Loading..." />')}var A=BrowserDetect();if(A.browserType=="Internet Explorer"&&A.version<7){setTimeout("__CM_FCK_InternalCreateHtml('"+E+"', '"+F+"', '"+D+"', '"+C+"', '"+G+"', '"+B+"');",1)}else{__CM_FCK_InternalCreateHtml(E,F,D,C,G,B)}}else{ShowFCKEditor(E)}}function __CM_FCK_ReplaceTextArea(E,D,C,F,B){if(typeof (document.__fckGenerated)=="undefined"||typeof (document.__fckGenerated[E])=="undefined"||document.__fckGenerated[E]==false){if(typeof (showMessage)=="function"){showMessage('One moment while the WYSIWYG editor loads... <img src="/combines/elements/images/ajax/progress_indicator.gif" alt="Loading..." />')}var A=BrowserDetect();if(A.browserType=="Internet Explorer"&&A.version<7){setTimeout("__CM_FCK_InternalReplaceTextArea('"+E+"', '"+D+"', '"+C+"', '"+F+"', '"+B+"');",1)}else{__CM_FCK_InternalReplaceTextArea(E,D,C,F,B)}}else{ShowFCKEditor(E)}}function __CM_FCK_InternalCreateHtml(D,G,H,J,B,F){var C=document.getElementById(D+"Field");var I=C.getElementsByTagName("div");for(var E=0;E<I.length;E++){if(I[E].className=="input"){var A=new FCKeditor(D,J,B,F,G);A.BasePath=H;I[E].innerHTML=A.CreateHtml();break}}}function __CM_FCK_InternalReplaceTextArea(E,C,B,F,A){var D=new FCKeditor(E,B,F,A);D.BasePath=C;D.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()}};