/*tinyMCE.init({
	//plugins : "ibrowser",
	mode : "textareas",	
	editor_selector : "mceEditor",
	theme : "advanced",
	theme_advanced_buttons1_add : "forecolor",			
	theme_advanced_buttons3_add : "ibrowser",			
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",	
	theme_advanced_statusbar_location : "bottom",				 			
	extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
	theme_advanced_resizing : true,
	theme_advanced_resize_horizontal : true,
	height:"200px",
 	width:"600px",
 	relative_urls : false,
	remove_script_host : false
});*/

tinyMCE.init({
	// General options
	mode : "textareas",
	theme : "advanced",
	plugins : "pagebreak,style,layer,table,save,advimage,inlinepopups,preview,media,print,contextmenu,paste,imagemanager,filemanager",
	

	// Theme options
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",
	theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,blockquote,|,link,unlink,anchor,image",
	theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
	theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak,|,insertfile,insertimage",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	theme_advanced_resize_horizontal : true,
	height:"200px",
	width:"100px"

	
	
});

