<% Sub GetHelp
	GenerateDisplayHeader "How to use this page"
	GenerateDisplayBodyHeader
%>
<P>From this page you can send an email to your customer and attach a file to it..</P>
<P><strong>Email: </strong>The email address you want to send the file to.
	<br /><strong>Name: </strong>The name of the person you want to send the file to.
	<br /><strong>Filename: </strong>A full path to the file you want attached to your email.
	<br /><strong>Subject: </strong>The subject line for your email.
	<br /><strong>Order Number: </strong>The customer's order number.
	<br /><strong>Name: </strong>The template you want to use to generate this email</p>
<% 	GenerateDisplayBodyFooter
End Sub %>
