tinyMCE.init({
      mode : "textareas",
      theme : "advanced",
      skin : "o2k7",
	  skin_variant : "silver",
      plugins : "safari,pagebreak,style,layer,table,advhr,advimage,advlink,iespell,insertdatetime,preview,media,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,template",
      
      theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,formatselect,fontselect,fontsizeselect,preview",
      theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,blockquote,|,sub,sup,|,insertdate,inserttime,|,undo,redo,link,unlink,anchor,|,forecolor,backcolor,|,charmap,media,image,advhr",
      theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,|,visualaid,cleanup,help,code,|,insertlayer,moveforward,movebackward,absolute",
      
      theme_advanced_toolbar_location : "top",
      theme_advanced_toolbar_align : "left",
      theme_advanced_statusbar_location : "bottom",
      theme_advanced_resizing : true,
      theme_advanced_resize_horizontal : false,
	  editor_selector : "mceAdvanced"      
});
tinyMCE.init({
	mode : "textareas",
	theme : "simple",
	editor_selector : "mceSimple"
});

