window.onload=function() {
	if ( document.getElementById( 'txtContent' ) ) {
		var oEditor = new FCKeditor('txtContent', 600, 350, '', '');
		oEditor.BasePath = "/script/fck/";
		oEditor.ReplaceTextarea();
	}
}
