Remove old Version, Milestone and Development Builds from Download area
diff --git a/download/development-builds.php b/download/development-builds.php
index 9cf10e7..7276c34 100644
--- a/download/development-builds.php
+++ b/download/development-builds.php
@@ -33,6 +33,8 @@
 		});
 	</script>
 
+    <!--
+
 <div id="midcolumn">
 	<h2>Development Builds</h2>
 	<p>
@@ -74,6 +76,8 @@
 
 </div>
 
+-->
+
 <?
 	$html = ob_get_clean();
 	# Generate the web page
diff --git a/download/index.php b/download/index.php
index 2b4d84e..6c08c68 100644
--- a/download/index.php
+++ b/download/index.php
@@ -52,6 +52,8 @@
             </ul>
         </div>
 
+        <!--
+
         <h4><a href="#">3.7.0.RELEASE</a></h4>
 		<div>
 			<ul>
@@ -65,6 +67,8 @@
 			</ul>
 		</div>
 
+        -->
+
 		<h4><a href="#">3.6.4.RELEASE</a></h4>
 		<div>
 			<ul>
@@ -80,6 +84,8 @@
 			</ul>
 		</div>
 
+        <!--
+
 		<h4><a href="#">3.5.0.RELEASE</a></h4>
 		<div>
 			<ul>
@@ -116,6 +122,9 @@
 			   	<li><strong>Virgo Documentation</strong> - <a href='http://www.eclipse.org/downloads/download.php?file=/virgo/release/VD/2.1.1.RELEASE/virgo-documentation-2.1.1.RELEASE.zip'>Download</a></li>
 			</ul>
 		</div>
+
+		-->
+
 	</div>
 
 	<div>
@@ -136,11 +145,15 @@
 		</div>
 	</div>
 
+    <!--
+
 	<h2>Development Milestones</h2>
 	<p>
 		Development milestones are available for <a href="http://www.eclipse.org/virgo/download/milestones.php">download</a>.
 	</p>
 
+	-->
+
 </div>
 
 <?
diff --git a/download/milestones.php b/download/milestones.php
index 7360b61..913ce07 100644
--- a/download/milestones.php
+++ b/download/milestones.php
@@ -27,6 +27,8 @@
 	ob_start();
 ?>
 
+<!--
+
 <div id="midcolumn">
 	<h2>Milestone Downloads</h2>
 	<p>
@@ -176,6 +178,8 @@
 	</div>
 </div>
 
+-->
+
 <?
 	$html = ob_get_clean();
 	# Generate the web page