cleanword = function(){
var editbody = fckeditorapi.getinstance(text).editordocument.body;
var html = fckeditorapi.getinstance(text).editordocument.body.innertext;
for(var intloop=0;intloopel=editbody.all[intloop];
el.removeattribute(classname,,0);
el.removeattribute(style,,0);
el.removeattribute(font, ,0);
}
html=html.replace(/ /g,);
html=html.replace(/o:/g,);
html=html.replace(//g,);
html=html.replace(//g,);
html=html.replace(//g,);
html=html.replace(//g,);
html=html.replace(//g,);
html=html.replace(//g,);
html=html.replace(//g,);
html=html.replace(//g,);
fckeditorapi.getinstance(text).editordocument.body.innertext=html;
}
