function menuItemOver(a)
{
	document.getElementById(a).className = "menu_item_hover";
}

function restoreMenuItem(a)
{
	document.getElementById(a).className = "menu_item";
}

tinyMCE.init({
	theme : "advanced",
	mode : "specific_textareas",
	editor_selector : "mceEditor",
	language: "nl",
	skin: "rovadel",
	convert_urls : false,
	width : "555",
	height : "400",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	content_css: "style.css",
	theme_advanced_blockformats: "Kop 1=h1;Kop 2=h2;Paragraaf=p",
	theme_advanced_disable: "styleselect,help,code,visualaid,anchor"
});
