| 
                            	Image Items
                             
								Image Items are used in an Image Gallery . 
                                Every image in the gallery is an individual item. 
                                                               
								 Sample JSON 
                                    
                                    {"itemId":"99999", "itemType":"BT_imageItem", 
                                    "imageName":"coolImage.png"}
                                 
                                	* Required
                                 
                                        
                                    
                                        
                                     
                                        | Item Id * | "itemId":"a unique id" 
                                            	A unique number or string identifiying this item from all other items in the 
                                            	configuration file.
                                        	 |  
                                        | Item Type * | "itemType":"BT_imageItem" 
                                            	Used by the mobile app to determine what type of item to create.
                                        	 |  
                                        | Image Name * | "imageName":"coolImage.png" 
                                            	OR
                                            "imageURL":"http://www.mysite.com/coolImage.png" 
												Use imageName or imageURL, not both. If an imageName is used the
                                                image must exist in the Xcode or Eclipse project. 
                                        	 |  
                                        | Image Title | "imageTitle":"This is a cool image" 
												The title (caption) to display with the image.
                                        	 |  |