<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE E-MAIL OPTIONS YOU CAN TURN ON AND OFF


var email_1 		= "yes"     // SHOW 1ST E-MAIL
var email_2 		= "yes"     // SHOW 2ND E-MAIL
var email_3 		= "yes"     // SHOW 3RD E-MAIL
var email_4 		= "yes"     // SHOW 4TH E-MAIL




// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('For more information regarding our Access Control products or services:<br>');

document.write(' <A HREF="mailto:smorris@fbhsecurity.com" class="link">Scott Morris</a><br><br><br>');
document.write(' <A HREF="mailto:bsager@fbhsecurity.com" class="link">Bill Sager</a><br><br><br>');

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('For more information about our website:<br>');

document.write(' <A HREF="mailto:gszknob@aol.com" class="link">webmaster</a><br><br><br>');

}





// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('To Schedule your Fire Door Inspection, please contact:<br>');

document.write(' <A HREF="mailto:jknoblock@fbhsecurity.com" class="link">Jeff Knoblock</a><br><br><br>');

}





// E-MAIL LINK 4

   if (email_3 == "yes") {

document.write('For any technical support questions please contact us at:<br>');

document.write(' <A HREF="mailto:tech@fbhsecurity.com" class="link">Technical Support</a><br><br><br>');

}









//  End -->