//	Revision History
// =======================================================================
//  WHO    DATE         DESCRIPTION
// =======================================================================
//  WAF	  10-06-06	Initial Creation
//
// =======================================================================

// -----------------------------------------------------------------------
// Not Used - color is dk_blue (#0000CC)
// -----------------------------------------------------------------------
function print_mail_to_sales()
{
  //var lhs = "sales";
  //var rhs = "epi-tx.com";

  document.write('<a href=\"mailto:waf_sales@wafenterprises.com?subject=Comment for WAF Enterprises"><font color="#0000CC">wafenterprises.com</font></a>');

  //document.write("<A HREF=\"mailto");
  //document.write(":" + lhs + "@");
  //document.write(rhs + "\">" + lhs + "@" + rhs + "<\/a>");

}
// -----------------------------------------------------------------------
// The color is green
// -----------------------------------------------------------------------
function print_mail_to_salesm()
{
  document.write('<a href="mailto:waf_sales@wafenterprises.com?subject=Question for WAF Enterprises"><font color="#006600">wafenterprises.com</font></a>');
}
// -----------------------------------------------------------------------
// The color is black (#000000)
// -----------------------------------------------------------------------
function print_mail_to_info()
{
  document.write('<a href="mailto:waf_sales@wafenterprises.com?subject=Requesting Information from WAF Enterprises"><font color="#000000">wafenterprises.com</font></a>');
}
// -----------------------------------------------------------------------
// The color is BOLD green (#006600)
// -----------------------------------------------------------------------
function print_mail_to_bold_grn()
{
  document.write('<a href="mailto:waf_sales@wafenterprises.com?subject=Requesting Information from WAF Enterprises"><font color="#880000">wafenterprises.com</font></a>');
}
// -----------------------------------------------------------------------
// The color is BOLD red (#FF0000)
// -----------------------------------------------------------------------
function print_mail_to_bold_red()
{
  document.write('<a href="mailto:waf_sales@wafenterprises.com?subject=Requesting Information from WAF Enterprises"><font color="#FF0000">wafenterprises.com</font></a>');
}
// -----------------------------------------------------------------------
// The color is BOLD blue (#3366FF)
// -----------------------------------------------------------------------
function print_mail_to_bold_blu()
{
  document.write('<a href="mailto:waf_sales@wafenterprises.com?subject=Requesting Information from WAF Enterprises"><font color="#3366FF">wafenterprises.com</font></a>');
}
// -----------------------------------------------------------------------
// The color is dk_blu (#0000CC)
// -----------------------------------------------------------------------
function print_mail_to_support()
{
  document.write('<a href="mailto:waf_support@wafenterprises.com?subject=Support Question for WAF Enterprises"><font color="#0000CC">wafenterprises.com</font></a>');
}
// -----------------------------------------------------------------------
// The color is dk_blu (#0000CC)
// -----------------------------------------------------------------------
function print_mail_to_privacy()
{
  document.write('<a href="mailto:waf_privacy@wafenterprises.com?subject=Privacy Question for WAF Enterprises"><font color="#0000CC">wafenterprises.com</font></a>');
}
// -----------------------------------------------------------------------
// The color is maroon
// -----------------------------------------------------------------------
function print_mail_to_web()
{
  document.write('<a href="mailto:waf_webhost@wafenterprises.com?subject=Web Design&body=Please forward information about the different options offered for web site design and maintenance."><font size="1" color="#6C0000"><b>Web Design by WAF</b></font></a>');
}
