removed unused links
diff --git a/_projectCommon.php b/_projectCommon.php
index 17d37fa..a29afcb 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -6,17 +6,6 @@
 	# Optional: defaults to system theme 
 	$theme = "Nova";
 	
-
-	# Define your project-wide Nav bars here.
-	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
-	# these are optional
-	$Nav->setLinkList(array());
-	$Nav->addNavSeparator("ATL", 	"/atl");
-	$Nav->addCustomNav("Download", "/atl/download", "_self", 3);
-	$Nav->addCustomNav("Documentation", "/atl/documentation", "_self", 3);
-	$Nav->addCustomNav("Support", "/atl/support", "_self", 3);
-	$Nav->addCustomNav("Getting Involved", "/atl/developers", "_self", 3);
-	
 	$pageKeywords	= "atl, dsl, modeling, domain specific language";
 	$pageAuthor		= "Obeo";
 	$pageTitle 		= "ATL";