function getReferral() {
  var refWindow = open('', 'ref_Win', 'width=550,height=600');
  refWindow.document.writeln('<HTML>');
  refWindow.document.writeln('<head>');
  refWindow.document.writeln('<SCRIPT LANGUAGE="JavaScript">');
  refWindow.document.writeln('<!--');
  refWindow.document.writeln('function checkForm(form) {');
  refWindow.document.writeln('  if (form.rname.value.length<2) {');
  refWindow.document.writeln('alert("Your name is required to identify you to the recient(s)");');
  refWindow.document.writeln('form.rname.focus()');
  refWindow.document.writeln('form.rname.select()');
  refWindow.document.writeln('    return false;');
  refWindow.document.writeln('}');
  refWindow.document.writeln('  if (form.remail.value.length<2) {');
  refWindow.document.writeln('alert("Your email addresss is needed for the confirmation message");');
  refWindow.document.writeln('form.remail.focus()');
  refWindow.document.writeln('form.remail.select()');
  refWindow.document.writeln('    return false;');
  refWindow.document.writeln('}');
  refWindow.document.writeln('  if (form.name1.value.length<2) {');
  refWindow.document.writeln('alert("At least one recipient\'s name is required");');
  refWindow.document.writeln('form.name1.focus()');
  refWindow.document.writeln('form.name1.select()');
  refWindow.document.writeln('    return false;');
  refWindow.document.writeln('}');
  refWindow.document.writeln('  if (form.email1.value.length<2) {');
  refWindow.document.writeln('alert("At least one recipient\'s email address is required");');
  refWindow.document.writeln('form.email1.focus()');
  refWindow.document.writeln('form.email1.select()');
  refWindow.document.writeln('    return false;');
  refWindow.document.writeln('}');
  refWindow.document.writeln('return true');
  refWindow.document.writeln('}');
  refWindow.document.writeln('//-->');
  refWindow.document.writeln('<\/SCRIPT>');
  refWindow.document.writeln('</head>');
  refWindow.document.writeln('<BODY bgcolor="#F5F9FF"><FONT SIZE="4" COLOR="blue"><B><CENTER>Healing Tao USA Trust</CENTER></B></FONT>');
//  refWindow.document.writeln('<CENTER>Use this form to send an email referring your friends to<B><BR>',window.location,'</CENTER>',document.title,'</B><BR>Enter their name(s) and email address(s) in the form below.<BR>');

  refWindow.document.writeln('<CENTER>Use this form to send an email referring your friends to<B><BR>http://www.healingtaousa.com/</CENTER></B><BR>Enter their name(s) and email address(s) in the form below.<BR>');

  refWindow.document.writeln('You can personalize the email by entering text in the message box.<BR>');
  refWindow.document.writeln('You will receive a confirming email.<BR>');
  refWindow.document.writeln('<FONT COLOR="red"><B><CENTER>The required fields are highlighted in red.</CENTER></B></FONT>');
  refWindow.document.writeln('<FORM METHOD=POST ACTION="cgi-bin/page_ref.pl" name="ref_form" onSubmit="return checkForm(ref_form)">');
  refWindow.document.writeln('<TABLE bgcolor="#BBBBBB"><TR>');
  refWindow.document.writeln('	<TD><B><FONT COLOR="red">Your Name</FONT></B></TD>');
  refWindow.document.writeln('	<TD><INPUT TYPE="text" NAME="rname"></TD>');
  refWindow.document.writeln('	<TD><B><FONT COLOR="red">Your Email</FONT></B></TD>');
  refWindow.document.writeln('	<TD><INPUT TYPE="text" NAME="remail"></TD>');
  refWindow.document.writeln('</TR><TR>');
  refWindow.document.writeln('	<TD><B><FONT COLOR="red">Friend\'s Name</FONT></B></TD>');
  refWindow.document.writeln('	<TD><INPUT TYPE="text" NAME="name1"></TD>');
  refWindow.document.writeln('	<TD><B><FONT COLOR="red">Friend\'s Email</FONT></B></TD>');
  refWindow.document.writeln('	<TD><INPUT TYPE="text" NAME="email1"></TD>');
  refWindow.document.writeln('</TR>');
  refWindow.document.writeln('<TR><TH colspan=4><HR size=3>Optional additional recipients</TH></TR>');
  refWindow.document.writeln('<TR>');
  refWindow.document.writeln('	<TD><B>Friend\'s Name</B></TD>');
  refWindow.document.writeln('	<TD><INPUT TYPE="text" NAME="name2"></TD>');
  refWindow.document.writeln('	<TD><B>Friend\'s Email</B></TD>');
  refWindow.document.writeln('	<TD><INPUT TYPE="text" NAME="email2"></TD>');
  refWindow.document.writeln('</TR>');
  refWindow.document.writeln('<TR>');
  refWindow.document.writeln('	<TD><B>Friend\'s Name</B></TD>');
  refWindow.document.writeln('	<TD><INPUT TYPE="text" NAME="name3"></TD>');
  refWindow.document.writeln('	<TD><B>Friend\'s Email</B></TD>');
  refWindow.document.writeln('	<TD><INPUT TYPE="text" NAME="email3"></TD>');
  refWindow.document.writeln('</TR>');
  refWindow.document.writeln('<TR><TH colspan=4><CENTER><B>Enter your personal message below</B></CENTER><BR><TEXTAREA NAME="ref_message" ROWS="8" COLS="55"></TEXTAREA></TH></TR>');
  refWindow.document.writeln('<TR><TD colspan=4><TABLE width=100% bgcolor="#DDDDDD">');
  refWindow.document.writeln('<TR>');
  refWindow.document.writeln('	<TH width=33%><INPUT TYPE="submit" value="Send"></TH>');
  refWindow.document.writeln('	<TH width=33%><INPUT TYPE="reset"></TH>');
  refWindow.document.writeln('	<TH width=33%><INPUT TYPE="button" value="Cancel" onClick="window.close()"></TH>');
  refWindow.document.writeln('	</TR>');
  refWindow.document.writeln('  </TABLE></TD></TR>');
  refWindow.document.writeln('</TABLE>');
  refWindow.document.writeln('<INPUT TYPE="hidden" name="page_url" value=',window.location,'>');
  refWindow.document.writeln('<INPUT TYPE="hidden" name="page_title" value="',document.title,'">');
  refWindow.document.writeln('</FORM>');
  refWindow.document.writeln('</BODY></HTML>');
  refWindow.document.close();
  refWindow.moveTo(250,150);
  refWindow.focus();
}
function showNonprofit() {
	var nonWindow = open('', 'nonprofit_Win', 'width=425,height=450');
	nonWindow.document.writeln('<html><head><title>Dao Alchemy Research Institute, Inc.</title></head>');
	nonWindow.document.writeln('<body bgcolor=#eef8ee>');
	nonWindow.document.writeln('Healing Tao USA products and Healing Tao University retreats are operated');
	nonWindow.document.writeln('by: Dao Alchemy Research Institute, Inc., a 501c3 IRS approved non-profit');
	nonWindow.document.writeln('organization. The 40% deduction is a conservative accounting guideline for');
	nonWindow.document.writeln('donations to nonprofits when value (products) are received in return.');
	nonWindow.document.writeln('Please consult with your own accountant before choosing final tax deduction figure.<br><br>');
	nonWindow.document.writeln('Cash donations are 100% deductible, and are gratefully accepted as');
	nonWindow.document.writeln('expression of your innate kindness. If you wish to make a donation by credit');
	nonWindow.document.writeln('card, call 888-999-0555 Or mail check payable to: Dao Alchemy Research');
	nonWindow.document.writeln('Institute, Box 601, Asheville, NC 28802 USA. Thank you for your support in');
	nonWindow.document.writeln('accelerating global spiritual development!<br><br>');
	nonWindow.document.writeln('May abundant love, chi, and blessings flow to all,<br><br>');
	nonWindow.document.writeln('Michael Winn,<br>');
	nonWindow.document.writeln('President');
	nonWindow.document.writeln('</body></html>');
	nonWindow.document.close();
	nonWindow.moveTo(250,150);
	nonWindow.focus();
}

function showWarantee() {
	var nonWindow = open('', 'warantee_Win', 'width=425,height=375');
	nonWindow.document.writeln('<html><head><title>Dao Alchemy Research Institute, Inc.</title></head>');
	nonWindow.document.writeln('<body bgcolor=#eef8ee>');
	nonWindow.document.writeln('Healing Tao has satisfied hundreds of thousands of customers since 1983.');
	nonWindow.document.writeln('We are one of the oldest and perhaps the largest organization promoting ');
	nonWindow.document.writeln('Taoist energy arts in the West. We stand behind the quality of our educational products. ');
	nonWindow.document.writeln('Requests to return an item are extremely rare, but should be made within 30 days of sale. ');
	nonWindow.document.writeln('If you later discover a product is defective please contact our customer service office '); 
	nonWindow.document.writeln('anytime for full replacement.<br><br>');
	nonWindow.document.writeln('email: <a href="mailto:info@healingdao.com">info@healingdao.com</a><br>');
	nonWindow.document.writeln('Phone 1-888-999-0555 (973-777-4442) (Mon-Fri 2-6 pm)<br><br>');
	nonWindow.document.writeln('May abundant love, chi, and blessings flow to all,<br><br>');
	nonWindow.document.writeln('Michael Winn,<br>');
	nonWindow.document.writeln('President');
	nonWindow.document.writeln('</body></html>');
	nonWindow.document.close();
	nonWindow.moveTo(250,150);
	nonWindow.focus();
}


function showCredit() {
	var nonWindow = open('', 'credit_Win', 'width=325,height=350');
	nonWindow.document.writeln('<html><head><title>Dao Alchemy Research Institute, Inc.</title></head>');
	nonWindow.document.writeln('<body bgcolor=#eef8ee>');
	nonWindow.document.writeln('If you are seeking academic undergraduate credit<br>');
	nonWindow.document.writeln('for your studies of Taoism or chi kung,<br>');
	nonWindow.document.writeln('we may be able to refer you to a<br>');
	nonWindow.document.writeln('New York state accredited college<br>');
	nonWindow.document.writeln('that is likely to accept our course material<br>');
	nonWindow.document.writeln('for credit.<br><br>');
	nonWindow.document.writeln('Please contact: <a href="mailto:info@healingdao.com">info@healingdao.com</a><br>');
	nonWindow.document.writeln('May abundant love, chi, and blessings flow to all,<br><br>');
	nonWindow.document.writeln('Michael Winn,<br>');
	nonWindow.document.writeln('President');
	nonWindow.document.writeln('</body></html>');
	nonWindow.document.close();
	nonWindow.moveTo(250,150);
	nonWindow.focus();
}

function showChapter() {
	var chWindow = open('', 'chapter_Win', 'width=750,height=550,resizable=yes');
	chWindow.document.writeln('<html><head><title>Dao Alchemy Research Institute, Inc.</title></head><body>');
	chWindow.document.writeln('<script language=javascript1.1>');
	chWindow.document.location="http://healingdao.com/pdf/emb1a_ch01.pdf";
	chWindow.document.writeln('</script>');
	chWindow.document.writeln('If you are not automatically re-directed, <a href="http://healingdao.com/pdf/emb1a_ch01.pdf">click here</a> to view the Chapter</body></html>');
	chWindow.document.close();
	chWindow.moveTo(250,250);
	chWindow.focus();
}

function showTranscript() {
	var trWindow = open('', 'transcript_Win', 'width=750,height=550,resizable=yes');
	trWindow.document.writeln('<html><head><title>Dao Alchemy Research Institute, Inc.</title></head><body>');
	trWindow.document.writeln('<script language=javascript1.1>');
	trWindow.document.location="http://healingdao.com/pdf/emb1a_transcript.pdf";
	trWindow.document.writeln('</script>');
	trWindow.document.writeln('If you are not automatically re-directed, <a href="http://healingdao.com/pdf/emb1a_transcript.pdf">click here</a> to view the Transcript</body></html>');
	trWindow.document.close();
	trWindow.moveTo(250,250);
	trWindow.focus();
}
