navigation and keywords fixed
diff --git a/_projectCommon.php b/_projectCommon.php
index 22e55dc..cafd6f9 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -15,7 +15,6 @@
 	# See http://eclipse.org/phoenix/
 	$theme = "Nova";
 	
-
 	# Define your project-wide Navigation here
 	# This appears on the left of the page if you define a left nav
 	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
@@ -25,16 +24,15 @@
 	# $Nav->setLinkList(array());
 	
 	# Break the navigation into sections
-	$Nav->addNavSeparator("MyProject", 	"/default");
-	$Nav->addCustomNav("Download", "/project/download.php", "_self", 3);
-	$Nav->addCustomNav("Documentation", "/project/documentation.php", "_blank", 3);
-	$Nav->addCustomNav("Support", "/project/support.php", "_blank", 3);
-	$Nav->addCustomNav("Getting Involved", "/project/developers", "_blank", 3);
+	$Nav->addNavSeparator("GMF Tooling", 	"/gmf-tooling");
+	$Nav->addCustomNav("Download", "/gmf-tooling/download.php", "_self", 3);
+	$Nav->addCustomNav("Documentation", "/gmf-tooling/documentation.php", "_blank", 3);
+	$Nav->addCustomNav("Support", "/gmf-tooling/support.php", "_blank", 3);
+	$Nav->addCustomNav("Getting Involved", "/gmf-tooling/developers", "_blank", 3);
 
 	# Define keywords, author and title here, or in each PHP page specifically
-	$pageKeywords	= "xtext, dsl, modeling, domain specific language, textual";
-	$pageAuthor		= "Your name";
-	# $pageTitle 		= "Xtext";
+	$pageKeywords	= "Graphical Modeling Framework Tooling, GMF Tooling, GMF";
+	$pageAuthor		= "GMF-T Team";
 
 
 	# top navigation bar