<!-- TinyMCE 3.x -->
<script type="text/javascript" src="tiny_mce-3.x/tiny_mce_src.js"></script>
<script type="text/javascript">
tinyMCE.init({
mode : "textareas",
// ===========================================
// Set THEME to ADVANCED
// ===========================================
theme : "advanced",
// ===========================================
// INCLUDE the PLUGIN
// ===========================================
plugins : "jbimages,autolink,lists,pagebreak,style,layer,tab le,save,advhr,advimage,advlink,emotions,iespell,in linepopups,insertdatetime,preview,media,searchrepl ace,print,contextmenu,paste,directionality,fullscr een,noneditable,visualchars,nonbreaking,xhtmlxtras ,template,wordcount,advlist,autosave",
// ===========================================
// Set LANGUAGE to EN (Otherwise, you have to use plugin's translation file)
// ===========================================
language : "en",
theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,striketh rough,|,justifyleft,justifycenter,justifyright,jus tifyfull,styleselect,formatselect,fontselect,fonts izeselect",
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,repla ce,|,bullist,numlist,|,outdent,indent,blockquote,| ,undo,redo,|,link,unlink,anchor,image,cleanup,help ,code,|,insertdate,inserttime,preview,|,forecolor, backcolor",
theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,s up,|,charmap,emotions,iespell,media,advhr,|,print, |,ltr,rtl,|,fullscreen",
// ===========================================
// Put PLUGIN'S BUTTON on the toolbar
// ===========================================
theme_advanced_buttons4 : "jbimages,|,insertlayer,moveforward,movebackward,a bsolute,|,styleprops,|,cite,abbr,acronym,del,ins,a ttribs,|,visualchars,nonbreaking,template,pagebrea k,restoredraft",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,
// ===========================================
// Set RELATIVE_URLS to FALSE (This is required for images to display properly)
// ===========================================
relative_urls : false
});
</script>
<!-- /TinyMCE --