var spellCheckURL="";var styleSheetURL="";var imagePath="";var jspellpopupurl="";var blankURL="about:blank";var disableLearn=false;var forceUpperCase=false;var ignoreIrregularCaps=false;var ignoreFirstCaps=false;var ignoreNumbers=false;var ignoreUpper=false;var ignoreDouble=false;var confirmAfterLearn=false;var confirmAfterReplace=true;var supplementalDictionary="";var language="";var hidePreviewPanel=true;var directmode=true;var ieMode=false;function InitializeJSpell(){var f=document.getElementById(gs_spellCheckURL);var g=document.getElementById(gs_styleSheetURL);var h=document.getElementById(gs_imagePath);var e=document.getElementById(gs_jspellpopupurl);spellCheckURL=f.value;styleSheetURL=g.value;imagePath=h.value;jspellpopupurl=e.value}function getSpellCheckItem(c){var d=getSpellCheckArray();return d[c]}function updateForm(jspell_m,newvalue){eval(getSpellCheckItemValue(jspell_m)+"=newvalue")}function getSpellCheckItemValue(b){return getSpellCheckItem(b)+".value"}function getSpellCheckItemValueValue(jspell_k){return eval(getSpellCheckItemValue(jspell_k))}function jspellcheck(jspell_object_id){var width=520;var height=200;gs_fieldToCheck=jspell_object_id;InitializeJSpell();if(navigator.appName=="Microsoft Internet Explorer"&&navigator.userAgent.toLowerCase().indexOf("mac")==-1&&navigator.userAgent.toLowerCase().indexOf("opera")==-1&&hidePreviewPanel){ieMode=true}if(hidePreviewPanel==true){width=310}var w=1024,h=768;if(document.all||document.layers){w=eval("screen.availWidth");h=eval("screen.availHeight")}var leftPos=(w/2-width/2),topPos=(h/2-height/2);go_window_opener=window.open(jspellpopupurl,"checker","width="+width+",height="+height+",top="+topPos+",left="+leftPos+",toolbar=no,status=no,menubar=no,directories=no,resizable=yes");go_window_opener.focus()}function spellCheckClosing(){};