Index: /FCKeditor/trunk/editor/_source/classes/fckcontextmenu.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckcontextmenu.js	(revision 247)
+++ /FCKeditor/trunk/editor/_source/classes/fckcontextmenu.js	(revision 248)
@@ -24,5 +24,5 @@
 var FCKContextMenu = function( parentWindow, langDir )
 {
-	var oPanel = this._Panel = new FCKPanel( parentWindow, true ) ;
+	var oPanel = this._Panel = new FCKPanel( parentWindow ) ;
 	oPanel.AppendStyleSheet( FCKConfig.SkinPath + 'fck_editor.css' ) ;
 	oPanel.IsContextMenu = true ;
Index: /FCKeditor/trunk/editor/_source/classes/fckpanel.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckpanel.js	(revision 247)
+++ /FCKeditor/trunk/editor/_source/classes/fckpanel.js	(revision 248)
@@ -254,5 +254,5 @@
 	var oWindow = this._Popup ? FCKTools.GetDocumentWindow( this.Document ) : this._Window ;
 
-	var oChildPanel = new FCKPanel( oWindow, true ) ;
+	var oChildPanel = new FCKPanel( oWindow ) ;
 	oChildPanel.ParentPanel = this ;
 
Index: /FCKeditor/trunk/editor/_source/classes/fckspecialcombo.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckspecialcombo.js	(revision 247)
+++ /FCKeditor/trunk/editor/_source/classes/fckspecialcombo.js	(revision 248)
@@ -37,5 +37,5 @@
 	this.Items = new Object() ;
 
-	this._Panel = new FCKPanel( parentWindow || window, true ) ;
+	this._Panel = new FCKPanel( parentWindow || window ) ;
 	this._Panel.AppendStyleSheet( FCKConfig.SkinPath + 'fck_editor.css' ) ;
 	this._PanelBox = this._Panel.MainNode.appendChild( this._Panel.Document.createElement( 'DIV' ) ) ;
Index: /FCKeditor/trunk/editor/_source/commandclasses/fcktextcolorcommand.js
===================================================================
--- /FCKeditor/trunk/editor/_source/commandclasses/fcktextcolorcommand.js	(revision 247)
+++ /FCKeditor/trunk/editor/_source/commandclasses/fcktextcolorcommand.js	(revision 248)
@@ -39,5 +39,5 @@
 		oWindow = window.parent ;
 
-	this._Panel = new FCKPanel( oWindow, true ) ;
+	this._Panel = new FCKPanel( oWindow ) ;
 	this._Panel.AppendStyleSheet( FCKConfig.SkinPath + 'fck_editor.css' ) ;
 	this._Panel.MainNode.className = 'FCK_Panel' ;
