Update page title

Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
diff --git a/index.php b/index.php
index 7170d88..fca1324 100644
--- a/index.php
+++ b/index.php
@@ -22,7 +22,7 @@
 	include("_projectCommon.php");    # All on the same line to unclutter the user's desktop.
 
 	// Begin: page-specific settings.  Change these.
-	$pageTitle 		= "Eclipse - IDEs";
+	$pageTitle 		= "Eclipse desktop & web IDE<span style=\"text-transform:lowercase;\">s</span>";
 	$pageKeywords	= "eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide";
 	$pageAuthor		= "Christopher Guindon";