<fieldset class="fieldset">
	<legend>$vbphrase[attach_files]</legend>
	<div style="padding:$stylevar[formspacer]px">
		<div style="margin-bottom:$stylevar[formspacer]px">
			<div>$vbphrase[valid_file_extensions]: $bbuserinfo[attachmentextensions]</div>
		</div>
		<div style="margin-bottom:$stylevar[formspacer]px" id="attachlist">
			<if condition="$show['attachmentlist']">
				$attachments
			</if>
		</div>
		<div>
			<script type="text/javascript" src="clientscript/vbulletin_attachment.js?v=$vboptions[simpleversion]"></script>
			<script type="text/javascript">
			<!--
			var newpost_attachmentbit = '$newpost_attachmentbit';
			vB_Attachments = new vB_Attachment('attachlist', '$editorid');
			$attachment_js

			//-->
			</script>
			<noscript>
			<a href="newattachment.php?$session[sessionurl]$attachurl&amp;poststarttime=$poststarttime&amp;posthash=$posthash" target="manageattach" title="$vbphrase[add_edit_files_attached]" tabindex="1"><strong>$vbphrase[manage_attachments]</strong></a>
			</noscript>
		</div>
	</div>

<script language="JavaScript">
<!--
function calcHeight()
{
  //find the height of the internal page
  var the_height=
    document.getElementById('iattach').contentWindow.
      document.body.scrollHeight;

  //change the height of the iframe
  document.getElementById('iattach').height=
      the_height;
}
//-->
</SCRIPT>

<iframe id='iattach' name='iattach' onLoad="calcHeight();" scrolling="no" src="newattachment.php?$session[sessionurl]$attachurl&amp;poststarttime=$poststarttime&amp;posthash=$posthash" frameborder="0" style="visibility: visible; background-color: #EAECF9; width: 100%;">

</iframe>












</fieldset>