Updated press, newsarchive.
diff --git a/index.php b/index.php
index 85a4e4b..98c8dc4 100644
--- a/index.php
+++ b/index.php
@@ -118,6 +118,7 @@
  				<li><a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.jwt">Newsgroup</a></li>
  				<li><a href="https://dev.eclipse.org/mailman/listinfo/jwt-dev">Mailing List</a></li>
  				<li><a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=JWT">Report Bug</a></li>
+ 				<li><a href="/jwt/press/index.php">JWT in the press</a></li>
  			</ul>
  		</div>
  		
diff --git a/newsarchive.php b/newsarchive.php
index 5169c5b..87c6c94 100644
--- a/newsarchive.php
+++ b/newsarchive.php
@@ -27,8 +27,8 @@
 	# Paste your HTML content between the EOHTML markers!	
 	$html = <<<EOHTML
 
-<div id="midcolumn">
-		<h1>Eclipse Java Workflow Tooling (JWT) Project</h1>
+	<div id="midcolumn">
+		<h1>Java Workflow Tooling (JWT)</h1>
 		
 		<div class="homeitem3col">
 			<h3>News archive</h3>
@@ -46,7 +46,7 @@
 					Check it out at the <a href="components/we/index.php">Workflow Editor</a>-page.				
 					</li>
 					<li>On <strong>October, 11th 2007</strong> one of the project leads held a presentation about the JWT project at the
-				Eclipse Summit Europe 2007. Find the presented slides <a href="/jwt/press/ese07/index.php">here</a>.
+					Eclipse Summit Europe 2007. Find the presented slides <a href="/jwt/press/ese07/EclipseSummitEurope2007_JWT_presentation.ppt">here</a>.
 				    </li>
 				</p>
 				<br/>
diff --git a/pages/team.php b/pages/team.php
index 1658f0c..f45eee0 100644
--- a/pages/team.php
+++ b/pages/team.php
@@ -64,7 +64,7 @@
 	<li><span>Koen Aers<br><a href="http://labs.jboss.com/portal/jbossjbpm/">Red Hat / JBoss</a></span></li>
 	<li><span>Marc Blanchon<br><a href="http://www.bull.com/fr/index.php">Bull SA</a></span></li>
 	<li><span>Guillaume Decarnin<br><a href="http://www.openwide.fr">Open Wide SA</a></span></li>
-	<li><span>Stéphane Drapeau<br><a href="http://www.obeo.fr/">Obeo SA</a></span></li>
+	<li><span>Stephane Drapeau<br><a href="http://www.obeo.fr/">Obeo SA</a></span></li>
 	<li><span>Rodrigue Le-Gall<br><a href="http://www.bull.com/fr/index.php">Bull SA</a></span></li>
 	<li><span>Emmanuel Rias<br><a href="http://www.bull.com/fr/index.php">Bull SA</a></span></li>
 	<li><span>Christian Saad<br><a href="http://www.informatik.uni-augsburg.de/ds/">University of Augsburg</a></span></li>
diff --git a/press/ese07/index.php b/press/index.php
similarity index 84%
rename from press/ese07/index.php
rename to press/index.php
index 966112d..650db4c 100644
--- a/press/ese07/index.php
+++ b/press/index.php
@@ -20,13 +20,13 @@
 	

 	# Add page-specific Nav bars here

 	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)

-	$Nav->addNavSeparator("		Getting started", 	"/jwt/index.php");

-	$Nav->addCustomNav("		About JWT", 		"/jwt/about.php", "_blank", 3);

-	$Nav->addNavSeparator("		Development", 		"/jwt/index.php");

-	$Nav->addCustomNav("		Team/Committers", 	"/jwt/team.php", "_blank", 3);

-	$Nav->addCustomNav("		Wiki", 				"http://wiki.eclipse.org/index.php/Java_Workflow_Toolbox_Project", "_blank", 3);

-	$Nav->addCustomNav("		Newsgroup", 		"http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.jwt", "_blank", 3);

-	$Nav->addCustomNav("		Bugs", 				"http://bugs.eclipse.org/bugs/", "_blank", 3);

+	# $Nav->addNavSeparator("		Getting started", 	"/jwt/index.php");

+	# $Nav->addCustomNav("		About JWT", 		"/jwt/about.php", "_blank", 3);

+	# $Nav->addNavSeparator("		Development", 		"/jwt/index.php");

+	# $Nav->addCustomNav("		Team/Committers", 	"/jwt/team.php", "_blank", 3);

+	# $Nav->addCustomNav("		Wiki", 				"http://wiki.eclipse.org/index.php/Java_Workflow_Toolbox_Project", "_blank", 3);

+	# $Nav->addCustomNav("		Newsgroup", 		"http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.jwt", "_blank", 3);

+	# $Nav->addCustomNav("		Bugs", 				"http://bugs.eclipse.org/bugs/", "_blank", 3);

 

 	# End: page-specific settings

 	#