<!-- 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
var email_6 		= "yes"     // SHOW 6TH E-MAIL
var email_7		= "yes"     // SHOW 7TH E-MAIL
var email_8		= "yes"     // SHOW 8TH E-MAIL
var movedown		= "185"		// SIDEBAR SPACE FROM TOP

document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="170"><br>');

document.write('<fieldset style=" text-align:left; width:170px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">E-Mail Galaxy Circuits : </span></legend><br><br>');



// E-MAIL LINK 1

   if (email_1 == "yes") {

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

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

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('For information about your pending quote please contact us at:<br>');

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

}





// E-MAIL LINK 3

   if (email_3 == "yes") {

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

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

}





// E-MAIL LINK 4

   if (email_4 == "yes") {

document.write('For website technical support:<br>');

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

}

// E-MAIL LINK 5

   if (email_5 == "yes") {

document.write('Contact Anil Patel :<br>');

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

}

// E-MAIL LINK 6

   if (email_6 == "yes") {

document.write('Contact Pete Patel :<br>');

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

}

// E-MAIL LINK 7

   if (email_7 == "yes") {

document.write('Contact Kanti Patel :<br>');

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

}

// E-MAIL LINK 8

   if (email_8 == "yes") {

document.write('Contact Nayana Patel :<br>');

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

}








//  End -->