      window.onload = function()
      {		createForm();
        var oFCKeditor = new FCKeditor( 'FCKEditor' ) ;
		oFCKeditor.Height = 400 ;
		oFCKeditor.Width = "100%";
		oFCKeditor.ToolbarSet = "Forum" ;
        oFCKeditor.BasePath = "/_admin/FCKeditor/" ;
        oFCKeditor.ReplaceTextarea() ;
		

      }
