<!-- 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 <b>Sales</b> or a recent order :<br>');

document.write(' <A HREF="mailto:sales@rc-screws.co.uk" class="link">CLICK HERE</a><br><br><br>');

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('For more <b>Information</b> about our website, products or services:<br>');

document.write(' <A HREF="mailto:info@rc-screws.co.uk" class="link">CLICK HERE</a><br><br><br>');

}





// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('To specify your <b>Free Gifts</b> click below (once you have completed Paypal checkout for four items or more):<br>');

document.write(' <A HREF="mailto:freegifts@rc-screws.co.uk" class="link">CLICK HERE</a><br><br><br>');

}





// E-MAIL LINK 4

   if (email_4 == "yes") {

document.write('Tell us what you think of our service and products and get you comments posted on the <b>Testimonials</b> page (for privacy reasons only your initals and county will be used if the comment is posted):<br>');

document.write(' <A HREF="mailto:testimonial@rc-screws.co.uk" class="link">CLICK HERE</a><br><br><br>');

}









//  End -->
