function whichContact(id,product) {
var theContact = new Array(1);
theContact[0] = 'sales@huntermfgco.com';
theContact[2] = 'rich.turner@huntermfgco.com';
theContact[3] = 'reuben.harel@huntermfgco.com';
theContact[4] = 'asoma@emanon.us';
if (id != "none") {
document.write('For additional support, use our online technical support
')
document.write('or contact ' + theContact[id] + '');
}
document.write('
Contact Hunter at 440.248.6111 or '); document.write('' + theContact[0] + ' for information on purchasing any of our homeland security products'); //document.write('
©2004 Hunter Defense Technologies - ISO 9001 Accepted
'); }