var ed_{$id} = new cheditor('ed_{$id}'); ed_{$id}.config.editorHeight = '{$height}'; ed_{$id}.config.editorWidth = '{$width}'; ed_{$id}.inputForm = 'tx_{$id}'; "; } } else { function cheditor1($id, $width='100%', $height='250') { global $g4; return " "; } } function cheditor2($id, $content='') { global $g4; return " "; } function cheditor3($id) { return "document.getElementById('tx_{$id}').value = ed_{$id}.outputBodyHTML();"; } ?>