Added link to architecture overview in wiki.
diff --git a/index.php b/index.php
index fd8a0b2..5f9a964 100755
--- a/index.php
+++ b/index.php
@@ -1,17 +1,8 @@
 <?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
-	$pageTitle 		= "SMILA";
-	$pageKeywords	= "SMILA, unstructured information management, information logistics, semantic web, framework, platform, eclipse";
+	$pageTitle 		= "SMILA (SeMantic Information Logistics Architecture)";
+	$pageKeywords	= "SMILA, unstructured information management, information logistics, semantic web, framework, platform, architecture, eclipse";
 	$pageAuthor		= "Igor Novakovic";
 	
-	# 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("My Page Links", 	"downloads.php");
-	# $Nav->addCustomNav("My Link", "mypage.php", "_self", 3);
-	# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
-
-	# End: page-specific settings
-	#
-		
 	# Paste your HTML content between the EOHTML markers!	
 	$html = <<<EOHTML
 
@@ -33,7 +24,9 @@
 		</p>
 		<h2>SMILA Architecture</h2>
 		<p>
-			<img src="images/SMILA_Architecture_Overview.png" alt="SMILA Architecture Overview" align="middle">	  
+			<a href="http://wiki.eclipse.org/SMILA/Architecture_Overview">
+				<img src="images/SMILA_Architecture_Overview.png" alt="SMILA Architecture Overview" align="middle">
+			</a>	  
 		</p>
 		<div class="homeitem3col">
 			<h3>News</h3>