/*
tinyMCE_GZ.init({
plugins : 'style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras',
themes : 'advanced',
languages : 'en',
disk_cache : true,
debug : false
});
*/

tinyMCE.init({
	mode:"exact",
	theme:"advanced",
	elements: "content_html,text,report",
	skin : "o2k7",
	theme_advanced_buttons1: "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,outdent,indent",
	theme_advanced_buttons2: "forecolor,backcolor,|,styleselect,formatselect,fontselect,fontsizeselect",
	theme_advanced_buttons3: "hr,removeformat,visualaid,|,sub,sup,|,charmap,undo,redo,|,link,unlink,anchor,image,cleanup,help,code",
	height: "200px"
});

