| 
					
				 | 
			
			
				@@ -20,6 +20,11 @@ height:120px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </style> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<table cellspacing="2" cellpadding="5" border="0"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<tr><td>Version: </td><td><strong id="version">0.0</strong></td></tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+</table> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <div id="formDiv"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -32,12 +37,13 @@ height:120px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <script type "text/javascript"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 window.onload=init; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 function init(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	let config=new Object(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	config.document=document; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	config.reviewMode="REVIEW"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	config.role="crfMonitor"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	config.div="formDiv"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	config.debugArea="formStatus"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	print(config,"Starting"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	generateFormArray(config); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	clear(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	print("Starting"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	generateFormArray(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </script> 
			 |