tinyMCE.init({
	mode : "none",
	theme : "advanced",
	skin : "occ",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,outdent,indent,|,sub,sup,|,forecolor,backcolor,|,hr,|,link,unlink,|,formatselect",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_buttons4 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_resizing : false,
	theme_advanced_toolbar_align : "left",
	language : "nl",
	popups_css : "popup.css",
	content_css : '',
	convert_urls : false,
	relative_urls : true
});
var WawRichText = {
	
	init : function(id){
		tinyMCE.execCommand('mceAddControl', false, id);
	}	
}		