				function SelectImage0() 
				{ 
				    SpawEngine.openDialog('spawfm', 'spawfm', projectDescription_obj, '', 'type=images', 'SelectImageCallback0', null, null);  
				} 
				function SelectImageCallback0(editor, result, tbi, sender) 
				{ 
				  if (result) 
				  { 
				     document.getElementById("projectFoto").value = result; 
				  } 
				} 
										
				function SelectImage1() 
				{ 
				    SpawEngine.openDialog('spawfm', 'spawfm', studioOmschrijving_obj, '', 'type=images', 'SelectImageCallback1', null, null);  
				} 
				function SelectImageCallback1(editor, result, tbi, sender) 
				{ 
				  if (result) 
				  { 
				     document.getElementById("studioFoto").value = result; 
				  } 
				} 
				
				
				function SelectImage2() 
				{ 
				    SpawEngine.openDialog('spawfm', 'spawfm', spaw_obj, '', 'type=images', 'SelectImageCallback2', null, null);  
				} 
				function SelectImageCallback2(editor, result, tbi, sender) 
				{ 
				  if (result) 
				  { 
				     document.getElementById("agendaImage2").value = result; 
				  } 
				} 
				
				function SelectImage3() 
				{ 
				    SpawEngine.openDialog('spawfm', 'spawfm', contentBody_obj, '', 'type=files', 'SelectImageCallback3', null, null);  
				} 
				function SelectImageCallback3(editor, result, tbi, sender) 
				{ 
				  if (result) 
				  { 
				     document.getElementById("contentAttachment").value = result; 
				  } 
				} 		
						
				function SelectImage4() 
				{ 
				    SpawEngine.openDialog('spawfm', 'spawfm', referentieVerhaal_obj, '', 'type=files', 'SelectImageCallback4', null, null);  
				} 
				function SelectImageCallback4(editor, result, tbi, sender) 
				{ 
				  if (result) 
				  { 
				     document.getElementById("referentieImage").value = result; 
				  } 
				} 		
									
				function SelectImage5() 
				{ 
				    SpawEngine.openDialog('spawfm', 'spawfm', mailBody_obj, '', 'type=files', 'SelectImageCallback5', null, null);  
				} 
				function SelectImageCallback5(editor, result, tbi, sender) 
				{ 
				  if (result) 
				  { 
				     document.getElementById("mailAttachment").value = result; 
				  } 
				} 		
							
	
				function SelectImage6() 
				{ 
				    SpawEngine.openDialog('spawfm', 'spawfm', projectDescription_obj, '', 'type=files', 'SelectImageCallback6', null, null);  
				} 
				function SelectImageCallback6(editor, result, tbi, sender) 
				{ 
				  if (result) 
				  { 
				     document.getElementById("projectBrochure").value = result; 
				  } 
				} 		
				
				function SelectImage7() 
				{ 
				    SpawEngine.openDialog('spawfm', 'spawfm', projectDescription_obj, '', 'type=files', 'SelectImageCallback7', null, null);  
				} 
				function SelectImageCallback7(editor, result, tbi, sender) 
				{ 
				  if (result) 
				  { 
				     document.getElementById("projectMakelaarlogo").value = result; 
				  } 
				} 	
