////////////////////////////// CUSTOMHARDHATS.COM CAP (HIGH GUARD) //////////////////////////////
// CustomHardHats.com w/Mega Ratchet Color Picker
if (document.images) {
chhMega1 = new Image;
chhMega2 = new Image;
chhMega3 = new Image;
chhMega4 = new Image;
chhMega5 = new Image;
chhMega6 = new Image;
chhMega7 = new Image;
chhMega8 = new Image;
chhMega9 = new Image;
chhMega10 = new Image;
chhMega1.src = 'http://www.digitalprintingservicesllc.com/PDGImages/custom/USA500WH.jpg'; //White
chhMega2.src = 'http://www.digitalprintingservicesllc.com/PDGImages/custom/USA500YI.jpg'; //Yellow
chhMega3.src = 'http://www.digitalprintingservicesllc.com/PDGImages/custom/USA500GY.jpg'; //Gray
chhMega4.src = 'http://www.digitalprintingservicesllc.com/PDGImages/custom/USA500BL.jpg'; //Blue
chhMega5.src = 'http://www.digitalprintingservicesllc.com/PDGImages/custom/USA500RBL.jpg'; //Royal Blue
chhMega6.src = 'http://www.digitalprintingservicesllc.com/PDGImages/custom/USA500GR.jpg'; //Green
chhMega7.src = 'http://www.digitalprintingservicesllc.com/PDGImages/custom/USA500DKGR.jpg'; //Dark Green
chhMega8.src = 'http://www.digitalprintingservicesllc.com/PDGImages/custom/USA500R.jpg'; //Red
chhMega9.src = 'http://www.digitalprintingservicesllc.com/PDGImages/custom/USA500OR.jpg'; //Orange
chhMega10.src = 'http://www.digitalprintingservicesllc.com/PDGImages/custom/USA500HVO.jpg'; //HV Orange
} else {
chhMega1 = '';
chhMega2 = '';
chhMega3 = '';
chhMega4 = '';
chhMega5 = '';
chhMega6 = '';
chhMega7 = '';
chhMega8 = '';
chhMega9 = '';
chhMega10 = '';
document.customMega = 'http://www.digitalprintingservicesllc.com/PDGImages/custom/USA500WH.jpg';
} 


