tinyMCE.init({
	mode: 'textareas',
	theme: 'advanced',
	theme_advanced_toolbar_location: "top",
	theme_advanced_buttons3_add: "fullpage",
	plugins: "fullpage",
	document_base_url : "http://www.hoyoul.com/work/virtualiron/",
	cleanup: true,
	preformatted: true
});

