//	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:big_sales@bigoftx.com?subject=Comment for Brackett Inspection Group"><font color="#0000CC">bigoftx.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:big_sales@bigoftx.com?subject=Question for Brackett Inspection Group"><font color="#006600">bigoftx.com</font></a>');
}
// -----------------------------------------------------------------------
// The color is black (#000000)
// -----------------------------------------------------------------------
function print_mail_to_info()
{
  document.write('<a href="mailto:big_sales@bigoftx.com?subject=Requesting Information from Brackett Inspection Group"><font color="#000000">bigoftx.com</font></a>');
}
// -----------------------------------------------------------------------
// The color is BOLD green (#006600)
// -----------------------------------------------------------------------
function print_mail_to_bold_grn()
{
  document.write('<a href="mailto:big_sales@bigoftx.com?subject=Requesting Information from Brackett Inspection Group"><font color="#006600">bigoftx.com</font></a>');
}
// -----------------------------------------------------------------------
// The color is BOLD red (#FF0000)
// -----------------------------------------------------------------------
function print_mail_to_bold_red()
{
  document.write('<a href="mailto:big_sales@bigoftx.com?subject=Requesting Information from Brackett Inspection Group"><font color="#FF0000">bigoftx.com</font></a>');
}
// -----------------------------------------------------------------------
// The color is BOLD blue (#3366FF)
// -----------------------------------------------------------------------
function print_mail_to_bold_blu()
{
  document.write('<a href="mailto:big_sales@bigoftx.com?subject=Requesting Information from Brackett Inspection Group"><font color="#3366FF">bigoftx.com</font></a>');
}
// -----------------------------------------------------------------------
// The color is dk_blu (#0000CC)
// -----------------------------------------------------------------------
function print_mail_to_support()
{
  document.write('<a href="mailto:big_support@bigoftx.com?subject=Support Question for Brackett Inspection Group"><font color="#0000CC">bigoftx.com</font></a>');
}
// -----------------------------------------------------------------------
// The color is dk_blu (#0000CC)
// -----------------------------------------------------------------------
function print_mail_to_privacy()
{
  document.write('<a href="mailto:big_privacy@bigoftx.com?subject=Privacy Question for Brackett Inspection Group"><font color="#0000CC">bigoftx.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>');
}
