Progress status icon.
diff --git a/usecases/index.php b/usecases/index.php
index 286b155..fed76d4 100644
--- a/usecases/index.php
+++ b/usecases/index.php
@@ -47,6 +47,16 @@
 		Some of them provide more precise documentation, as well as fully implemented examples.
 		<p/>
 
+		<p align="justify">
+			The progress status of each use cases is indicated by the icons below:
+			<table width="100%">
+				<tr>
+					<td align="center"><img src="../../resources/images/specification.png" /> <b>Specification</b></td>
+		    		<td align="center"><img src="../../resources/images/implementation.png" /> <b>Partially Implemented</b></td>
+		    		<td align="center"><img src="../../resources/images/completion.png" /> <b>Reaching Completion</b></td>
+				</tr>
+			</table>
+		</p>
 		<hr class="clearer"/>
 
 	    <div class="homeitem3col" >
@@ -54,6 +64,7 @@
 	    	<ul>
 	    		<li style="list-style:none">		
 	    		<table width="100%">
+					
 						<tr>
 							<td width="20%" valign="middle">
 					    		<h2> <a href="compare/">Metamodel comparison and model migration</a> </h2>
@@ -63,6 +74,9 @@
 								The domain of the metamodel is the development of embedded software in the avionics industry. 								 
 								The weaving model is used to produce a transformation between the models conforming to these metamodels.
 							</td>
+							<td width="10%" align="center">		
+								<img src="../../resources/images/completion.png"  />
+							</td>
 						</tr>
 					</table>
 	    		</li>
@@ -78,6 +92,9 @@
 								of the source model that were used to produce one target model element. 
 								Weaving models define links to save this traceability information.
 							</td>
+							<td width="10%" align="center">		
+								<img src="../../resources/images/completion.png"  />
+							</td>							
 						</tr>
 					</table> 
 	    		</li>	    
@@ -94,7 +111,9 @@
 								This use case gives a general overview of this process and how AMW is integrated with ATL to be able to 
 								execute different matching heuristics.
 							</td>
-
+							<td width="10%" align="center">		
+								<img src="../../resources/images/completion.png"  />
+							</td>
 						</tr>
 					</table>
 	    		</li>
@@ -111,6 +130,9 @@
 								issues between two well-known bug tracking tools, 
 								<a href="http://www.mantisbt.org/">Mantis</a> and <a href="http://www.bugzilla.org/">Bugzilla</a>.
 							</td>
+							<td width="10%" align="center">		
+								<img src="../../resources/images/completion.png"  />
+							</td>							
 						</tr>
 					</table>
 	    		</li>
@@ -125,7 +147,9 @@
 								 For instance, a model can be annotated with preprocessing informations, comments, etc. 
 								 This use case shows how weaving models are used to annotate Java 1.4 metamodels.
 							</td>
-
+							<td width="10%" align="center">		
+								<img src="../../resources/images/implementation.png"  />
+							</td>
 						</tr>
 					</table>
 	    		</li>	  
@@ -141,6 +165,10 @@
 								Language) into KM3 (modeling technical space). The use case presents the complete bridging process: the injection of the
 								SQL file, the weaving model, the transformations, and finally the extraction into a KM3 file.
 							</td>
+							<td width="10%" align="center">		
+								<img src="../../resources/images/completion.png"  />
+							</td>
+							
 						</tr>
 					</table>
 	    		</li>	
@@ -157,20 +185,40 @@
 								foreign keys relationships (representing a relational database) and a metamodel that contains nested structures 
 								(representing an XML base). 
 							</td>
+							<td width="10%" align="center">		
+								<img src="../../resources/images/completion.png"  />
+							</td>
 						</tr>
 					</table>
 	    		</li>	    			 
 
+				<!--
+				<li style="list-style:none">
+	    			<table width="100%">
+						<tr>
+							<td width="20%">
+					    		<h2 align><a href="umlprofiles/">Bridge between UML profiles and Domain Specific Languages</a></h2>
+		  					</td>
+							<td width="5%" align="justify">
+								
+							</td>
+						</tr>
+					</table>
+	    		</li>	-->
+
 	    		<li style="list-style-image:none;list-style:none" >
 	    			<table width="100%">
 						<tr>
 							<td width="20%" valign="middle">
-					    		<h2><a href="mergeSVG/">Merge of geographical information and statistical data into SVG</a></h2>
+					    		<h2><a href="mergeSVG/">Merge of geographical information and statistical data</a></h2>
 		  					</td>
 							<td width="60%" align="justify">
 								This use case presents a weaving model used to define a merge operation between a metamodel with geographical information 
 								(an extension of GML) and a metamodel with statistical data into a graphical representation (SVG).								
 							</td>
+							<td width="10%" align="center">		
+								<img src="../../resources/images/implementation.png"  />
+							</td>
 						</tr>
 					</table>
 	    		</li>	    			
@@ -186,7 +234,9 @@
 								This use case demonstrates how AMW is used as an aspect oriented modeling solution to weave 
 								a generic communication protocol with specific communication types.
 							</td>
-
+							<td width="10%" align="center">		
+								<img src="../../resources/images/completion.png"  />
+							</td>
 						</tr>
 					</table>
 	    		</li>