Index: /FCKeditor/branches/features/floating_dialog/_test/manual/fckdialog/test1.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/_test/manual/fckdialog/test1.html	(revision 1378)
+++ /FCKeditor/branches/features/floating_dialog/_test/manual/fckdialog/test1.html	(revision 1379)
@@ -69,7 +69,12 @@
 }
 
+var StartTest = function()
+{
+	setInterval( RefreshFunc, 200 ) ;
+}
+
 var FCKeditor_OnComplete = function()
 {
-	setInterval( RefreshFunc, 200 ) ;
+	setTimeout( StartTest, 3000 );
 }
 
