<!-- 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
var email_5 		= "yes"     // SHOW 5TH E-MAIL



// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('For more information regarding our products, services or employment:<br>');

document.write(' <A HREF="mailto:greenturf@ogsgroup.ca" class="link">greenturf@ogsgroup.ca</a><br><br><br>');

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('To book irrigation maintenance (winterize, activation, service) please contact:<br>');

document.write(' <A HREF="mailto:mhendy@ogsgroup.ca" class="link">mhendy@ogsgroup.ca</a><br><br><br>');

}


// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('For more information about irrigation and lighting please contact:<br>');

document.write(' <A HREF="mailto:sshepley@ogsgroup.ca" class="link">sshepley@ogsgroup.ca</a><br><br><br>');

}


// E-MAIL LINK 4

   if (email_4 == "yes") {

document.write('For information about irrigation and lighting please contact:<br>');

document.write(' <A HREF="mailto:sthiebaud@ogsgroup.ca" class="link">sthiebaud@ogsgroup.ca</a><br><br><br>');

}





// E-MAIL LINK 5

   if (email_5 == "yes") {

document.write('For billing or administrative questions please contact us at:<br>');

document.write(' <A HREF="mailto:kmartin@ogsgroup.ca" class="link">kmartin@ogsgroup.ca</a><br><br><br>');

}




// E-MAIL LINK 6

   if (email_6 == "yes") {

document.write('For Landscape Design and Construction questions please contact OGS Landscape Services at:<br>');

document.write(' <A HREF="mailto:service@ogslandscape.ca" class="link">service@ogslandscape.ca</a><br><br><br>');

}




//  End -->
