function checkFCK(field){
    var fckcontent = FCKeditorAPI.GetInstance(field).GetXHTML();
    document.getElementById(field).value = fckcontent;
}
