tinyMCE.init({
     mode : "exact",
     elements : "areas",
     theme : "advanced",
     theme_advanced_toolbar_location : "top",
     editor_selector: "tinymce",
     plugins : "iespell,inlinepopups,insertdatetime,searchreplace,print,contextmenu,paste",
     // Theme options
     theme_advanced_buttons1 : "bold,italic,underline,|,fontsizeselect,|,bullist,numlist,cut,copy,paste,|,blockquote,undo,redo,removeformat",
     theme_advanced_buttons2 : "",
	 theme_advanced_buttons3 : "",
	 theme_advanced_buttons4 : "",
     width : "540",
     height: "300"
});
tinyMCE.init({
     mode : "exact",
     elements : "area_links",
     theme : "advanced",
     theme_advanced_toolbar_location : "top",
     editor_selector: "tinymce",
     plugins : "iespell,inlinepopups,insertdatetime,searchreplace,print,contextmenu,paste",
     // Theme options
     theme_advanced_buttons1 : "bold,italic,underline,|,fontselect,fontsizeselect,|,bullist,numlist,removeformat",
     theme_advanced_buttons2 : "",
     width : "320",
     height: "200"
});

tinyMCE.init({
     mode : "exact",
     elements : "area",
     theme : "advanced",
     theme_advanced_toolbar_location : "top",
     editor_selector: "tinymce",
     editor_deselector: "simple",
     plugins : "iespell,inlinepopups,insertdatetime,searchreplace,print,contextmenu,paste",
     // Theme options
     theme_advanced_buttons1 : "bold,italic,underline,|,fontsizeselect,|,bullist,numlist,cut,copy,paste,|,blockquote,undo,redo,removeformat",
     theme_advanced_buttons2 : "",
	 theme_advanced_buttons3 : "",
	 theme_advanced_buttons4 : "",
     width : "540",
     height: "500"
});
tinyMCE.init({
     mode : "exact",
     elements : "timesarea",
     theme : "advanced",
     theme_advanced_toolbar_location : "top",
     editor_selector: "tinymce",
     editor_deselector: "simple",
     plugins : "iespell,inlinepopups,insertdatetime,searchreplace,print,contextmenu,paste",
     // Theme options
     theme_advanced_buttons1 : "bold,italic,underline,|,fontselect,fontsizeselect,|,bullist,numlist,image",
     theme_advanced_buttons2 : "insertdate,inserttime,|,cut,copy,paste,|,search,replace,|,outdent,indent,blockquote,undo,redo,|,forecolor,backcolor,popup,add_info,code,removeformat",
     width : "556",
     height: "600",
});

tinyMCE.init({
     mode : "exact",
     elements : "advarea",
     theme : "advanced",
     theme_advanced_toolbar_location : "top",
     editor_selector: "tinymce",
     editor_deselector: "simple",
     plugins : "iespell,inlinepopups,insertdatetime,searchreplace,print,contextmenu,paste",
     // Theme options
     theme_advanced_buttons1 : "bold,italic,underline,|,bullist,numlist,cut,copy,paste,outdent,removeformat",
     theme_advanced_buttons2 : "indent,blockquote,undo,redo",
     width : "330",
     height: "300",
});
