Index: trunk/grails-app/views/appCore/start.gsp
===================================================================
--- trunk/grails-app/views/appCore/start.gsp	(revision 706)
+++ trunk/grails-app/views/appCore/start.gsp	(revision 707)
@@ -23,8 +23,8 @@
 
                 <richui:tabLabels>
-                    <richui:tabLabel selected="true" title="Quick Links" />
-                    <richui:tabLabel selected="${0}" title="Reports" />
-                    <richui:tabLabel selected="${0}" title="Options" />
-                    <richui:tabLabel selected="${0}" title="About" />
+                    <richui:tabLabel selected="${showTab.quickLinks}" title="Quick Links" />
+                    <richui:tabLabel selected="${showTab.reports}" title="Reports" />
+                    <richui:tabLabel selected="${showTab.Options}" title="Options" />
+                    <richui:tabLabel selected="${showTab.about}" title="About" />
                 </richui:tabLabels>
 
