tinyMCE.init({
	mode : "specific_textareas",
	language : "en",
	theme : "advanced",
	textarea_trigger : "htmlarea",
	entity_encoding :"numeric",
	cleanup : true,
	safari_warning : false,
	plugins: "fullscreen",
	relative_urls: false,
	
	theme_advanced_buttons3_add : "fullscreen" ,
	theme_advanced_styles : "Titel=texttitel;Titel arial=texttitel2;Subkop=subkop;Tekst=text;Tekst arial=text2;Hyperlink=stl_homelink;",

	file_browser_callback : "wmfimFileSpecificBrowser"
});

function wmfimFileSpecificBrowser(field_id, url, type, win) {
	this.InsertDialogField = win.document.getElementById(field_id);
	defaultspecs = "dialog=yes,modal=yes,scrollbars=yes";
	specificspecs = "height=550,width=740,left=10,top=10";
 
	openurl = "/?ct=filemanager&dt=filemanager&mode=browsefiles&filedirectory=/var/uploads/&nobar=1";
 
	dialog = window.open(openurl,"filebrowser",specificspecs+","+defaultspecs);
}

//LIJST MET AFBEELDINGEN
var tinyMCEImageList = new Array(
	// naam, url
	//["Afbeelding 1", "images/afbeelding1.gif"],
	//["Afbeelding 2", "images/afbeelding2.gif"]
);

//LIJST MET URL's
var tinyMCELinkList = new Array(
	// naam, url
	//["Connectholland", "http://www.connectholland.nl/"],
	//["Virtualbuilding", "http://www.virtualbuilding.nl/"]
);

// EINDE CONFIGURATIE

