 <!--	This is the section of code that loads the CKEditor instance
		It's the same as used in CKEditor 3 
		Script code changed to allow file to be sent -->       
		
		<tr>
          <td align="left" class="cell">
   			<textarea id="textfield1" name="textfield1"><?php echo $testResults;?></textarea>
			[script type="text/javascript">
				CKEDITOR.replace( 'textfield1',
				{
        			customConfig : 'custom/config_draper1.js'
    			});
				</script]
          </td>
        </tr>
