function printForm(){
document.write('   <table width="100%" border="0" cellpadding="0" cellspacing="0">');
document.write('	      <tr>');
document.write('			         <td valign="top" class="L12">');
document.write('						            <strong><span class="L14">Still having trouble?</span></strong>');
document.write('										            <br>');
document.write('														            <br>');
document.write('				If you still have questions about ordering books or prints with Aperture, let us know. Our support experts will reply to your request within 24 hours. Be sure to include your web order number if you\'re having trouble with a specific purchase.'); 
document.write('				<br>');
document.write('														            <br>');
document.write('Your answer will be sent to your registered email address ');
email();
document.write('. To switch to another account, you will need to <a href="http://signin.info.apple.com/?logout=now">log out</a>.');
document.write('				<br>');
document.write('				<br>');
document.write('				<a name="form"> </a>');
document.write('					<form name="email" action="http://depot.info.apple.com/request/" method="POST" onsubmit="return validate(this)">');
document.write('					<table border="0" cellpadding="0" cellspacing="0" width="100%" valign="TOP">');
document.write('						<tr>');
document.write('							<td width="290" height="50" align="left" valign="top" class="L12">');
document.write('								<b>From:</b>');
document.write('								<br>');
document.write('<script language="javascript">fullname();</script>');
document.write('							</td>');
document.write('							<td width="20" align="left" valign="top" class="L12">');
document.write('								<img src="http://images.apple.com/support/ilife/elements/spacer.gif" width="20" height="1">');
document.write('							</td>');
document.write('							<td width="290" align="left" valign="top" class="L12">');
document.write('								<b>Registered Email Address:</b>');
document.write('								<br>');
document.write('<script language="javascript">email();</script>');
document.write('							</td>');
document.write('						</tr>');
document.write('						<tr>');
document.write('							<td height="50" align="left" valign="top" class="L12">');
document.write('								<b>Specific Request:</b>');
document.write('								<br>');
document.write('								<select name="category" class="form250">');
document.write('								<option value="" selected>');
document.write('								-- Choose One --');
document.write('								</option>');
for (i=1 ; i < printForm.arguments.length ; i++) {
	document.write("								<option value=\"" + printForm.arguments[i] + "\">");
	document.write("								" + printForm.arguments[i]);
	document.write('								</option>');
}
document.write('								</select>&nbsp;');
document.write('							</td>');
document.write('							<td align="left" valign="top" class="L12">');
document.write('								&nbsp;');
document.write('							</td>');
document.write('							<td align="left" valign="top" class="L12">');
document.write('								<b>Web Order Number:</b>');
document.write('								<br>');
document.write('								<input name="subject2" type="TEXT" class="form250" value="" size="20">');
document.write('							</td>');
document.write('						</tr>');
document.write('						<tr>');
document.write('							<td colspan="3" class="L12">');
document.write('								<b>Comments</b>:');
document.write('								<br>');
document.write('								<textarea name="body" cols="54" rows="6" class="form600"></textarea>');
document.write('							</td>');
document.write('						</tr>');
document.write('						<tr>');
document.write('							<td align="center" colspan="3">');
document.write('								<div align="right">');
document.write('									<input type="HIDDEN" name="returnurl" value="http://www.apple.com/support/aperture/customerservice/thankyou.html">');
document.write('									<input type="HIDDEN" name="subject1" value="' + printForm.arguments[0] + '">');
document.write('									<input type="HIDDEN" name="program" value="us_aperture">');
document.write('									<a href="#" onclick="javascript:validate(document.email);"><img src="http://images.apple.com/support/main/pro/elements/sendquestion.gif" width="140" height="28" border="0"></a>');
document.write('								</div>');
document.write('							</td>');
document.write('						</tr>');
document.write('					</table>');
document.write('				</form>');
document.write('			</td>');
document.write('		</tr>');
document.write('	</table>');
}
