//**********************FCK tool bar config******************************
window.onload = function(){
	var sBasePath = "fck/";
	
	var oFCKeditor = new FCKeditor('fckbericht');
	oFCKeditor.BasePath    = sBasePath ;
	oFCKeditor.ToolbarSet = "Basic";
	oFCKeditor.Width = "450";
	oFCKeditor.Height = "400";
	oFCKeditor.ReplaceTextarea() ;
}