	var Wysiwyg = "Valid";

	tinyMCE.init({
		theme : "advanced",
		mode : "textareas",
		textarea_trigger : "maintext",
		theme_advanced_toolbar_location : "top",
		plugins : "emotions",
		theme_advanced_buttons1 : "bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,separator,cut,copy,paste",
		theme_advanced_buttons2 : "fontselect,fontsizeselect,separator,forecolor,image,code,anchor,emotions",
		theme_advanced_buttons3 : "",		
		convert_urls : "false",
		relative_urls : "true"
	});

	
