<script language="javascript" type="text/javascript">
// Notice: The simple theme does not use all options some of them are limited to the advanced theme
tinyMCE.init({
mode : "textareas",
theme : "advanced",
language : "en",
force_p_newlines: "false",
force_br_newlines: "true"
});
</script>