function setFCKeditor()
{
	/*
	if (document.getElementById( 'FCKcontent' ))
	{
		var oFCKeditor = new FCKeditor( 'FCKcontent' ) ;
		oFCKeditor.BasePath = "fckeditor/" ;
		oFCKeditor.Height = "500";
		oFCKeditor.Width = "100%";
		oFCKeditor.ReplaceTextarea();
	}
	*/
}
