
function StoryComment(unid) {
  document.writeln('<form action="StoryResponse?CreateDocument&amp;ParentUNID=' + unid + '" method="Post" name="StoryResponse" id="StoryResponse" enctype="multipart/form-data" onSubmit="return(validateComments())">');
  document.writeln('<div class="StoryTitle">');
  document.writeln('<span style="float:left">Voer reactie in</span>');
//  document.writeln('<span style="float:right"><a href="//d6plinks/#comments"><img src="images/arrowup.gif" alt="^" border="0"></a></span>');
  document.writeln('</div>');
  document.writeln('De reacties die u geeft dienen duidelijk, correct, bondig, professioneel en beschaafd te zijn. Als een reactie door de redactie als niet ter zake doende, commerci&euml;el of kwetsend wordt gezien zal deze onmiddellijk worden verwijderd.');
  document.writeln('<div class="StoryContents">');
  document.writeln('<div class="label"><label for="Email">Je naam</label><br/></div>');
  document.writeln('<input type="text" class="formField" name="nameAuthor" id="Name" accesskey="n" style="width:400px;" /><br/>');
  document.writeln('<div class="label"><label for="Email">Email adres</label></div>');
  document.writeln('<p class="small">Email adressen zijn niet zichtbaar op deze site.</p>');
  document.writeln('<input type="text" class="formField" id="Email" accesskey="e" name="txtEmail" style="width:400px;" /><br/>');
  document.writeln('<div class="label"><label for="URL">Homepage ("http://www...")</label><br/></div>');
  document.writeln('<input type="text" class="formField" id="URL" accesskey="u" name="txtURL" style="width:400px;" /><br/>');
  document.writeln('<div class="label"><label for="DynamicText">Reacties :</label><br/></div>');
  document.writeln('<p class="small">Je kunt deze codes in je reactie gebruiken:</p>');
  document.writeln('<p class="small">[b]<b>bold</b>[/b]&nbsp;&nbsp;[i]<i>italic</i>[/i]&nbsp;&nbsp;[u]<u>underline</u>[/u]&nbsp;&nbsp;[s]<del>strikethrough</del>[/s]</p>');
  document.writeln('<p class="small">URL&prime;s zullen automatisch naar links vertaald worden</p>');
  document.writeln('<textarea name="Body" id="DynamicText" accesskey="c" rows="7" cols="1" style="width:450px;" onKeyUp="ReloadTextDiv();"></textarea><br/>');
//  document.writeln('<br/>');
  document.writeln('<a href="javascript:formatStr(\'b\')"><img src="images/bold-button.gif" alt="bold"  border="0"></a>');
  document.writeln('<a href="javascript:formatStr(\'i\')"><img src="images/italic-button.gif" alt="italic"  border="0"></a>');
  document.writeln('<a href="javascript:formatStr(\'u\')"><img src="images/underline-button.gif" alt="underline" border="0"></a>');
  document.writeln('<a href="javascript:formatStr(\'s\')"><img src="images/sthru-button.gif" alt="Strikethrough" border="0"></a>');
  document.writeln('<br/><br/>');
  document.writeln('<div class="label"><label for="TextDisplay"><b>Preview</b></label><br/></div>');
  document.writeln('<div id="TextDisplay"></div>');
  document.writeln('<br/>');
  document.writeln('<p>');
  document.writeln('<input type="hidden" name="antispam" value="0" />');
  document.writeln('<input type="checkbox" name="bakecookie" value="1" />Onthoud mij &nbsp;');
  document.writeln('<input type="submit" name="Post" value="Opslaan" class="button" onClick="document.StoryResponse.antispam.value = 1" /> &nbsp;');
  document.writeln('<input type="button" onclick="forgetMe(this.form)" value="Vergeet mij" class="button" />');
  document.writeln('</p>');
document.StoryResponse.txtEmail.value = getCookie("mtcmtmail");
document.StoryResponse.nameAuthor.value = getCookie("mtcmtauth");
document.StoryResponse.txtURL.value = getCookie("mtcmthome");
if (getCookie("mtcmtauth") !== '') {document.StoryResponse.bakecookie.checked = '1'; } 
//  document.writeln('<!-- ' + getCookie("mtcmtmail") + ' -->');
  document.writeln('</div>');
  document.writeln('</form>');
}
