tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	theme_advanced_toolbar_location:"top",
	theme_advanced_toolbar_align : "left",
	editor_selector : "mceEditor",
	editor_deselector : "mceNoEditor",
	//convert_newlines_to_brs : true,
	media_use_script : true,
	height:400
});

tinyMCE.init({
	mode : "textareas",
	theme : "simple",
	editor_selector : "mceForum"
});

function delete_item(type,url) {
	
	if ( confirm('Är du säker på att du vill radera?') ) {
		
		window.location = url;
	}
}
