diff --git a/downloadsites/webtools/commonPages/bottomAndFooter.php b/downloadsites/webtools/commonPages/bottomAndFooter.php
index f56ffdaebf6fc1ec4e779a7d271112b3d8832d88..7e50d7566146fea57e504cfe532c8b9cc12fefb0 100755
--- a/downloadsites/webtools/commonPages/bottomAndFooter.php
+++ b/downloadsites/webtools/commonPages/bottomAndFooter.php
@@ -40,38 +40,38 @@
 					</tr>
 
 					<tr>
-						<td valign="top"><img src="compile_err.gif" width="16"
+						<td valign="top"><img src="../commonPages/compile_err.gif" width="16"
 							height="16" /></td>
 						<td valign="top" width="50%">compilation errors.</td>
-						<td valign="top"><img src="compile_warn.gif" width="16"
+						<td valign="top"><img src="../commonPages/compile_warn.gif" width="16"
 							height="16" /></td>
 						<td valign="top" width="50%">compilation warnings.</td>
 					</tr>
 					<tr>
-						<td valign="top"><img src="access_err.gif" width="16"
+						<td valign="top"><img src="../commonPages/access_err.gif" width="16"
 							height="16" /></td>
 						<td valign="top" width="50%">Access Rule Violations</td>
-						<td valign="top"><img src="access_warn.gif" width="16"
+						<td valign="top"><img src="../commonPages/access_warn.gif" width="16"
 							height="16" /></td>
 						<td valign="top" width="50%">Access Rule Warnings</td>
 					</tr>
 					<tr>
-						<td valign="top"><img src="junit_err.gif" width="16"
+						<td valign="top"><img src="../commonPages/junit_err.gif" width="16"
 							height="16" /></td>
 						<td valign="top" width="50%">junit failures.</td>
-						<td valign="top"><img src="pending1.gif" width="16" height="16" /></td>
+						<td valign="top"><img src="../commonPages/pending1.gif" width="16" height="16" /></td>
 						<td valign="top" width="50%">Pending results</td>
 					</tr>
 					<tr>
-						<td valign="top"><img src="api_err.gif" width="16" height="16" /></td>
+						<td valign="top"><img src="../commonPages/api_err.gif" width="16" height="16" /></td>
 						<td valign="top" width="50%">API violations.</td>
 
-						<td valign="top"><img src="api_junit.gif" width="16"
+						<td valign="top"><img src="../commonPages/api_junit.gif" width="16"
 							height="16" /></td>
 						<td valign="top" width="50%">APIs without junit testcases.</td>
 					</tr>
 					<tr>
-						<td valign="top"><img src="api_removed.gif" width="16"
+						<td valign="top"><img src="../commonPages/api_removed.gif" width="16"
 							height="16" /></td>
 						<td valign="top" width="50%">removed APIs.</td>
 					</tr>
diff --git a/downloadsites/webtools/commonPages/compileLogSumaryXML.php b/downloadsites/webtools/commonPages/compileLogSumaryXML.php
index 47eb802767494314645dff15c886a0e0192b945b..900b20f345e6bd4f2fd9c81dd404da1d81cff616 100755
--- a/downloadsites/webtools/commonPages/compileLogSumaryXML.php
+++ b/downloadsites/webtools/commonPages/compileLogSumaryXML.php
@@ -53,18 +53,18 @@ $totalForbidden = $code_totalforbiddenAccessWarningCount + $test_totalforbiddenA
 $totalDiscouraged = $code_totaldiscouragedAccessWarningCount + $test_totaldiscouragedAccessWarningCount;
 
 echo "<td width=\"6%\">($totalBundles)</td>";
-echo "<td width=\"6%\"><img src=\"compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$totalCommpileErrors</font></td>";
-echo "<td width=\"6%\"><img src=\"compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$totalCompileOtherWarnings</font></td>";
-echo "<td width=\"6%\"><img src=\"access_err.gif\" width=\"16\" height=\"16\"/><font color=red>$totalForbidden</font></td>";
-echo "<td width=\"6%\"><img src=\"access_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$totalDiscouraged</font></td>";
+echo "<td width=\"6%\"><img src=\"../commonPages/compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$totalCommpileErrors</font></td>";
+echo "<td width=\"6%\"><img src=\"../commonPages/compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$totalCompileOtherWarnings</font></td>";
+echo "<td width=\"6%\"><img src=\"../commonPages/access_err.gif\" width=\"16\" height=\"16\"/><font color=red>$totalForbidden</font></td>";
+echo "<td width=\"6%\"><img src=\"../commonPages/access_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$totalDiscouraged</font></td>";
 
 if (isset($unittest_grandTotalErrors)) {
-    echo "<td width=\"6%\"><img src=\"junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$unittest_grandTotalErrors</font></td>";
+    echo "<td width=\"6%\"><img src=\"../commonPages/junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$unittest_grandTotalErrors</font></td>";
     echo "<td width=\"6%\">($unittest_grandTotalTests)</td>";
 }
 else {
-    echo "<td width=\"6%\"><img src=\"pending.gif\" width=\"16\" height=\"16\"/></td>";
-    echo "<td width=\"6%\"><img src=\"pending.gif\" width=\"16\" height=\"16\"/></td>";
+    echo "<td width=\"6%\"><img src=\"../commonPages/pending.gif\" width=\"16\" height=\"16\"/></td>";
+    echo "<td width=\"6%\"><img src=\"../commonPages/pending.gif\" width=\"16\" height=\"16\"/></td>";
 }
 
 
diff --git a/downloadsites/webtools/commonPages/parse2Handling.php b/downloadsites/webtools/commonPages/parse2Handling.php
index b3bc4794668c87da3d34a9bbca905e531b3d1e49..41c44a9676d90ed14b495437fd5492bf8ce06cbb 100755
--- a/downloadsites/webtools/commonPages/parse2Handling.php
+++ b/downloadsites/webtools/commonPages/parse2Handling.php
@@ -13,13 +13,13 @@ $totalAccessWarnings = $compileAccessWarnings;
 $totalCompileOtherWarnings = $compileOtherWarnings;
 
 echo "<td width=\"6%\">&nbsp;</td>";
-echo "<td width=\"6%\"><img src=\"compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$totalCommpileErrors</font></td>";
-echo "<td width=\"6%\"><img src=\"compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$totalCompileOtherWarnings</font></td>";
+echo "<td width=\"6%\"><img src=\"../commonPages/compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$totalCommpileErrors</font></td>";
+echo "<td width=\"6%\"><img src=\"../commonPages/compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$totalCompileOtherWarnings</font></td>";
 if ($junitFailures < 0) {
-echo "<td width=\"6%\"><img src=\"pending.gif\" width=\"16\" height=\"16\"/><font color=red>&nbsp;</font></td>";
+echo "<td width=\"6%\"><img src=\"../commonPages/pending.gif\" width=\"16\" height=\"16\"/><font color=red>&nbsp;</font></td>";
 }
 else {
-echo "<td width=\"6%\"><img src=\"junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$junitFailures</font></td>";
+echo "<td width=\"6%\"><img src=\"../commonPages/junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$junitFailures</font></td>";
 }
 
 ?>
\ No newline at end of file
diff --git a/downloadsites/webtools/commonPages/parseHandling.php b/downloadsites/webtools/commonPages/parseHandling.php
index e0285c7cbcc7faa5e8d1187d611caea4174869fe..d02ca2c7ce3055b0598c967020a810756197768f 100755
--- a/downloadsites/webtools/commonPages/parseHandling.php
+++ b/downloadsites/webtools/commonPages/parseHandling.php
@@ -4,8 +4,8 @@ $testResults = parse_testResult("$innerValue/testResults.php");
 list ($compileErrors, $compileWarnings, $junitFailures) = $testResults;
 
 echo "<td width=\"6%\">&nbsp;</td>";
-echo "<td width=\"6%\"><img src=\"compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$compileErrors</font></td>";
-echo "<td width=\"6%\"><img src=\"compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$compileWarnings</font></td>";
-echo "<td width=\"6%\"><img src=\"junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$junitFailures</font></td>";
+echo "<td width=\"6%\"><img src=\"../commonPages/compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$compileErrors</font></td>";
+echo "<td width=\"6%\"><img src=\"../commonPages/compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$compileWarnings</font></td>";
+echo "<td width=\"6%\"><img src=\"../commonPages/junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$junitFailures</font></td>";
 
 ?>
\ No newline at end of file
diff --git a/downloadsites/webtools/commonPages/topAndInit.php b/downloadsites/webtools/commonPages/topAndInit.php
index caf1823798e9bd62e3a2c530e09095952c38e0a4..d466ac19423a931c9d6d4c34c5d6e5b10fc7598b 100755
--- a/downloadsites/webtools/commonPages/topAndInit.php
+++ b/downloadsites/webtools/commonPages/topAndInit.php
@@ -6,7 +6,7 @@
 		<td width="35%"><?php echo $indexTop; ?></td>
 		<td width="35%" align="right"><a
 			href="http://www.eclipse.org/webtools/main.php"><img border="0"
-			src="wtplogonarrow.jpg" height="95" width="207" /></a></td>
+			src="../commonPages/wtplogonarrow.jpg" height="95" width="207" /></a></td>
 	</tr>
 </table>