Introduction - If you have any usage issues, please Google them yourself
		 
CHILD M-file for child.fig
 CHILD, by itself, creates a new CHILD or raises the existing
 singleton*.
 H = CHILD returns the handle to a new CHILD or the handle to
 the existing singleton*.
 CHILD( CALLBACK ,hObject,eventData,handles,...) calls the local
 function named CALLBACK in CHILD.M with the given input arguments.
 
 CHILD( Property , Value ,...) creates a new CHILD or raises the
 existing singleton*. Starting from the left, property value pairs are
 applied to the GUI before child_OpeningFcn gets called. An
 unrecognized property name or invalid value makes property application
 stop. All inputs are passed to child_OpeningFcn via varargin.
 
 *See GUI Options on GUIDE s Tools menu. Choose "GUI allows only one
 instance to run (singleton)".