Index: /FCKeditor/trunk/_test/manual/_common/manual_test.js
===================================================================
--- /FCKeditor/trunk/_test/manual/_common/manual_test.js	(revision 74)
+++ /FCKeditor/trunk/_test/manual/_common/manual_test.js	(revision 74)
@@ -0,0 +1,3 @@
+﻿if ( typeof FCKScriptLoader != 'undefined' )
+	FCKScriptLoader.FCKeditorPath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_test')) ;
+
Index: /FCKeditor/trunk/_test/manual/fckdomrange/test1.html
===================================================================
--- /FCKeditor/trunk/_test/manual/fckdomrange/test1.html	(revision 73)
+++ /FCKeditor/trunk/_test/manual/fckdomrange/test1.html	(revision 74)
@@ -4,9 +4,9 @@
 	<title>FCKDomRange</title>
 	<script src="../../../editor/_source/fckscriptloader.js" type="text/javascript"></script>
+	<script src="../_common/manual_test.js" type="text/javascript"></script>
 	<script type="text/javascript">
 
 var FCK = new Object() ;
 
-FCKScriptLoader.FCKeditorPath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_test')) ;
 FCKScriptLoader.Load( 'FCKDomRange' ) ;
 FCKScriptLoader.Load( 'FCKDebug' ) ;
Index: /FCKeditor/trunk/_test/manual/fckdomtools/insertafternode.html
===================================================================
--- /FCKeditor/trunk/_test/manual/fckdomtools/insertafternode.html	(revision 73)
+++ /FCKeditor/trunk/_test/manual/fckdomtools/insertafternode.html	(revision 74)
@@ -4,7 +4,9 @@
 	<title>FCKDomTools.InsertAfterNode</title>
 	<script src="../../../editor/_source/fckscriptloader.js" type="text/javascript"></script>
+	<script src="../_common/manual_test.js" type="text/javascript"></script>
 	<script type="text/javascript">
 
 FCKScriptLoader.Load( 'FCKTools' ) ;
+FCKScriptLoader.Load( 'FCKDomTools' ) ;
 
 	</script>
Index: /FCKeditor/trunk/_test/manual/fckenterkey/test1.html
===================================================================
--- /FCKeditor/trunk/_test/manual/fckenterkey/test1.html	(revision 73)
+++ /FCKeditor/trunk/_test/manual/fckenterkey/test1.html	(revision 74)
@@ -3,4 +3,5 @@
 	<title>FCKEnterKey</title>
 	<script src="../../../editor/_source/fckscriptloader.js" type="text/javascript"></script>
+	<script src="../_common/manual_test.js" type="text/javascript"></script>
 	<script type="text/javascript">
 
Index: /FCKeditor/trunk/_test/manual/fckimagepreloader/test1.html
===================================================================
--- /FCKeditor/trunk/_test/manual/fckimagepreloader/test1.html	(revision 73)
+++ /FCKeditor/trunk/_test/manual/fckimagepreloader/test1.html	(revision 74)
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-	<title>FCKScriptLoader</title>
+	<title>FCKImagePreloader</title>
 	<script src="../../../editor/_source/fckscriptloader.js" type="text/javascript"></script>
+	<script src="../_common/manual_test.js" type="text/javascript"></script>
 	<script type="text/javascript">
 
@@ -46,5 +47,5 @@
 <body>
 	<h1>
-		FCKScriptLoader
+		FCKImagePreloader
 	</h1>
 	<p>
Index: /FCKeditor/trunk/_test/manual/fcklisthandler/test1.html
===================================================================
--- /FCKeditor/trunk/_test/manual/fcklisthandler/test1.html	(revision 73)
+++ /FCKeditor/trunk/_test/manual/fcklisthandler/test1.html	(revision 74)
@@ -4,4 +4,5 @@
 	<title>FCKListHandler</title>
 	<script src="../../../editor/_source/fckscriptloader.js" type="text/javascript"></script>
+	<script src="../_common/manual_test.js" type="text/javascript"></script>
 	<script type="text/javascript">
 
