Index: /trunk/grails-app/services/CreateDataService.groovy
===================================================================
--- /trunk/grails-app/services/CreateDataService.groovy	(revision 392)
+++ /trunk/grails-app/services/CreateDataService.groovy	(revision 393)
@@ -361,15 +361,28 @@
     def createBaseDefinitions() {
         appConfigService.set("Department Definition", "A department as recongised by accounting.")
-        appConfigService.set("Site Definition", "The site, plant or area.")
-        appConfigService.set("Section Definition", "A logical grouping of assets as determined by design.")
-        appConfigService.set("Asset Definition", "Asset definition")
-        appConfigService.set("Asset Sub Item 1 Name", "Asset Sub Item name")
-        appConfigService.set("Asset Sub Item 1 Definition", "Asset Sub Item definition")
-        appConfigService.set("Asset Sub Item 2 Name", "Asset Sub Item name")
-        appConfigService.set("Asset Sub Item 2 Definition", "Asset Sub Item definition")
-        appConfigService.set("Asset Sub Item 3 Name", "Asset Sub Item name")
-        appConfigService.set("Asset Sub Item 3 Definition", "Asset Sub Item definition")
-        appConfigService.set("Asset Sub Item 4 Name", "Asset Sub Item name")
-        appConfigService.set("Asset Sub Item 4 Definition", "Asset Sub Item definition")
+        appConfigService.set("Site Definition", "The plant, work or production site.")
+        appConfigService.set("Section Definition", "A logical grouping of assets, which may be an area, system or process \
+                                            as determined by design.")
+        appConfigService.set("Asset Definition",
+                                            "The complete asset as it is known on the site. \
+                                            Often purchased as a whole with the primary purpose of returning value by performing a function. \
+                                            An asset is made up of 1 or more sub assets and performs a complete function as specified by the designer.")
+        appConfigService.set("Asset Sub Item 1 Name",
+                                            "Sub Asset")
+        appConfigService.set("Asset Sub Item 1 Definition",
+                                            "A machine that performs part of a complete asset's function and often has a model number.")
+        appConfigService.set("Asset Sub Item 2 Name",
+                                            "Functional Assembly")
+        appConfigService.set("Asset Sub Item 2 Definition",
+                                            "Functional Assemblies are taken from the designer's functional list for the sub asset and are made up of sub \
+                                            assemblies that together perform that function.")
+        appConfigService.set("Asset Sub Item 3 Name",
+                                            "Sub Assembly Group")
+        appConfigService.set("Asset Sub Item 3 Definition",
+                                            "Group or type of part.")
+        appConfigService.set("Asset Sub Item 4 Name",
+                                            "Component Item")
+        appConfigService.set("Asset Sub Item 4 Definition",
+                                            "The smallest part that would be analysed for failure.")
     }
 
