var Old_Onload = window.onload;
window.onload = function() {
try{Old_Onload();}catch(e){}
var iframes = document.getElementsByTagName('iframe');
for (var i = 0; i0) {
if (iframeobj.contentDocument) {
iframedocument = iframeobj.contentDocument;
} else {
iframedocument = document.frames[iframeobj.id];
}
iframedocument.FCKSpellCheckCommand.prototype.Execute = function() {
var strSpellURL = "/ASPSpellCheck/ASPSpellCheck.asp?fields=_FCKEDITOR_";
strSpellURL = strSpellURL.replace("_FCKEDITOR_","iframe:"+iframeobj.id+".0")
window.open(strSpellURL, 'FCK_SpellWin', 'width=460, height=290, scrollbars=no');
};
}
}
};