function Cctc()
{
  document.write('<FORM METHOD="POST" ACTION="/cgi-sys/formmail.pl">');
  document.write('<input type="hidden" name="recipient" value="submissions@emsrecordslive.com">');
  document.write('<input type="hidden" name="subject" value="EMS Submission">');
  document.write('<input type="hidden" name="required" value="realname,email">');
  document.write('<input type="hidden" name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">');
  document.write('<input type="hidden" name="redirect" value="http://emsrecordslive.com/thanks.htm">');
  document.write('<p class="gr10">');
  document.write('* Your Name:<br /><input type="text" name="realname" size="35" /><br /><br />');
  document.write('* Email Address:<br /><input type="text" name="email" value="" size="50" /><br /><br />');
  document.write('The genre of your music:<br /><input type="text" name="genre" value="" size="50" /><br /><br />');
  document.write('Instrument(s):<br /><input type="text" name="instruments" value="" size="50" /><br /><br />');
  document.write('Other talents such as vocals, songwriting, etc.:<br /><input type="text" name="talents" value="" size="50" /><br /><br />');
  document.write('Brief description of services needed:<br /><TEXTAREA name="comment" rows="8" cols="45"></TEXTAREA><br /><br />');
  document.write('<input type="submit" value="Send my message" />&nbsp;&nbsp;&nbsp;<input type="reset" value="Clear the form" /><br /><br />');
  document.write('* Required Items</p></form>');
}
function Cntc()
{
  document.write('<FORM METHOD="POST" ACTION="/cgi-sys/formmail.pl">');
  document.write('<input type="hidden" name="recipient" value="contact@emsrecordslive.com">');
  document.write('<input type="hidden" name="subject" value="EMS Customer Contact">');
  document.write('<input type="hidden" name="required" value="realname,email">');
  document.write('<input type="hidden" name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">');
  document.write('<input type="hidden" name="redirect" value="http://emsrecordslive.com/thanks.htm">');
  document.write('<p class="gr10">');
  document.write('* Your Name:<br /><input type="text" name="realname" size="35" /><br /><br />');
  document.write('* Email Address:<br /><input type="text" name="email" value="" size="50" /><br /><br />');
  document.write('Comments:<br /><TEXTAREA name="comment" rows="8" cols="45"></TEXTAREA><br /><br />');
  document.write('<input type="submit" value="Send my message" />&nbsp;&nbsp;&nbsp;<input type="reset" value="Clear the form" /><br /><br />');
  document.write('* Required Items</p></form>');
}
function Iqr()
{
  document.write('<FORM METHOD="POST" ACTION="/cgi-sys/formmail.pl">');
  document.write('<input type="hidden" name="recipient" value="inquire@emsrecordslive.com">');
  document.write('<input type="hidden" name="subject" value="EMS Customer Contact">');
  document.write('<input type="hidden" name="required" value="realname,email,num">');
  document.write('<input type="hidden" name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">');
  document.write('<input type="hidden" name="redirect" value="http://emsrecordslive.com/thanks.htm">');
  document.write('<p class="gr10">');
  document.write('* Your Name:<br /><input type="text" name="realname" size="35" /><br /><br />');
  document.write('* Email Address:<br /><input type="text" name="email" value="" size="50" /><br /><br />');
  document.write('* Order Number:<br /><input type="text" name="num" value="" size="50" /><br /><br />');
  document.write('Question or Comment:<br /><TEXTAREA name="comment" rows="8" cols="45"></TEXTAREA><br /><br />');
  document.write('<input type="submit" value="Send my message" />&nbsp;&nbsp;&nbsp;<input type="reset" value="Clear the form" /><br /><br />');
  document.write('* Required Items</p></form>');
}
function EarthAud()
{
  document.write('<FORM METHOD="POST" ACTION="/cgi-sys/formmail.pl">');
  document.write('<input type="hidden" name="recipient" value="earthauds@emsrecordslive.com">');
  document.write('<input type="hidden" name="subject" value="EMS Customer Contact">');
  document.write('<input type="hidden" name="required" value="realname,email">');
  document.write('<input type="hidden" name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">');
  document.write('<input type="hidden" name="redirect" value="http://emsrecordslive.com/thanks.htm">');
  document.write('<p class="gr10">');
  document.write('* Your Name:<br /><input type="text" name="realname" size="35" /><br /><br />');
  document.write('* Email Address:<br /><input type="text" name="email" value="" size="50" /><br /><br />');
  document.write('Please let us know what you would like to audition<br />for and a brief note about your talents:<br /><TEXTAREA name="comment" rows="8" cols="45"></TEXTAREA><br /><br />');
  document.write('<input type="submit" value="Send my message" />&nbsp;&nbsp;&nbsp;<input type="reset" value="Clear the form" /><br /><br />');
  document.write('* Required Items</p></form>');
}