﻿function hideShow (form) {
if (form.application.selectedIndex == 1) {
document.getElementById('foam_choices').style.visibility='visible';
document.getElementById('foam_choices').style.position='relative';
document.getElementById('coatings_choices').style.position='absolute';
document.getElementById('coatings_choices').style.visibility='hidden';
}
else if (form.application.selectedIndex == 2) {
document.getElementById('foam_choices').style.visibility='hidden';
document.getElementById('coatings_choices').style.position='relative';
document.getElementById('coatings_choices').style.visibility='visible';
document.getElementById('foam_choices').style.position='absolute';
}
else if (form.application.selectedIndex == 0) {
document.getElementById('foam_choices').style.visibility='hidden';
document.getElementById('coatings_choices').style.position='absolute';
document.getElementById('coatings_choices').style.visibility='hidden';
document.getElementById('foam_choices').style.position='absolute';
document.getElementById('placeFirst').style.visibility='hidden';
document.getElementById('placeSecond').style.visibility='hidden';
document.getElementById('placeThird').style.visibility='hidden';
document.getElementById('container').style.visibility='hidden';
}

}
function propSelect(form) {
var c = document.getElementById("foaming").getElementsByTagName("input");

var E10 = 0;
var E20 = 0;
var E30 = 0;
var A20 = 0;
var H25 = 0;
var H40 = 0;
var IPH25 = 0;
var IPH40 = 0;

 for (var i = 0; i <= 0; i++) {
 if (c[0].checked) {E10++;E10++;E20++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[1].checked) {E20++;E30++;H25++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[2].checked) {H40++;E30++;H25++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[3].checked) {E10++;E10++;E20++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[4].checked) {E30++;H40++;H25++;E20++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[5].checked) {H40++;E30++;H25++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[6].checked) {IPH40++;IPH25++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[7].checked) {IPH40++;IPH40++;IPH40++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[8].checked) {E30++;H25++;H40++;}
}
var mycars = [{'name': 'E10', 'value': E10}, {'name': 'E20', 'value': E20}, {'name': 'E30', 'value': E30}, {'name': 'H25', 'value': H25}, {'name': 'H40', 'value': H40}, {'name': 'IPH25', 'value': IPH25}, {'name': 'IPH40', 'value': IPH40}];
document.getElementById('container').style.visibility='visible';
mycars.sort(function(a,b) { return b.value - a.value });

if ("H40" == mycars[0].name) {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-H40.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-40</a>';
document.getElementById('model1').innerHTML='H-40';
document.getElementById('psi1').innerHTML='2000 psi (138 bar)';
document.getElementById('output1').innerHTML='45 lb/min (20 kg/min)';
document.getElementById('hose1').innerHTML='410 ft (125m)';
document.getElementById('air1').innerHTML='Does not apply';
document.getElementById('heater1').innerHTML='12,000 watts <br />15,300 watts <br />20,400 watts<br />';
document.getElementById('weight1').innerHTML='597 lbs (271 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image1').innerHTML='<img src="images/H40-selector.gif" border="0" />';
document.getElementById('placeFirst').style.visibility='visible';
}
else if (mycars[0].name == "H25") {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-H25.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-25</a>';
document.getElementById('model1').innerHTML='H-25';
document.getElementById('psi1').innerHTML='2000 psi (138 bar)';
document.getElementById('output1').innerHTML='25 lb/min (11.3 kg/min)';
document.getElementById('hose1').innerHTML='310 ft (94 m)';
document.getElementById('air1').innerHTML='Does not apply';
document.getElementById('heater1').innerHTML='8,000 watts <br />15,300 watts';
document.getElementById('weight1').innerHTML='535 lbs (243 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image1').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeFirst').style.visibility='visible';
}
else if (mycars[0].name == "E30") {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-E30.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-30</a>';
document.getElementById('model1').innerHTML='E-30';
document.getElementById('psi1').innerHTML='2000 psi (138 bar)';
document.getElementById('output1').innerHTML='34 lb/min (15.3 kg/min)';
document.getElementById('hose1').innerHTML='310 ft (94 m)';
document.getElementById('air1').innerHTML='Does not apply';
document.getElementById('heater1').innerHTML='10,200 watts <br />15,300 watts';
document.getElementById('weight1').innerHTML='400 lbs (181 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image1').innerHTML='<img src="images/E30-selector.gif" border="0" />';
document.getElementById('placeFirst').style.visibility='visible';
}
else if (mycars[0].name == "E20") {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-E20.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-20</a>';
document.getElementById('model1').innerHTML='E-20';
document.getElementById('psi1').innerHTML='2000 psi (138 bar)';
document.getElementById('output1').innerHTML='18 lb/min (8.1 kg/min)';
document.getElementById('hose1').innerHTML='210 ft (64 m)';
document.getElementById('air1').innerHTML='Does not apply';
document.getElementById('heater1').innerHTML='6,000 watts';
document.getElementById('weight1').innerHTML='340 lbs (154 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image1').innerHTML='<img src="images/E20-selector.gif" border="0" />';
document.getElementById('placeFirst').style.visibility='visible';
}
else if (mycars[0].name == "E10") {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-E10.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-10</a>';
document.getElementById('model1').innerHTML='E-10';
document.getElementById('psi1').innerHTML='2000 psi (138 bar)';
document.getElementById('output1').innerHTML='18 lb/min (8.1 kg/min)';
document.getElementById('hose1').innerHTML='210 ft (64 m)';
document.getElementById('air1').innerHTML='Does not apply';
document.getElementById('heater1').innerHTML='6,000 watts';
document.getElementById('weight1').innerHTML='340 lbs (154 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image1').innerHTML='<img src="images/E10-selector.gif" border="0" />';
document.getElementById('placeFirst').style.visibility='visible';
}
else if (mycars[0].name == "A20") {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-A20.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco A-20</a>';
document.getElementById('model1').innerHTML='a-20';
document.getElementById('psi1').innerHTML='2000 psi (138 bar)';
document.getElementById('output1').innerHTML='20 lb/min (9 kg/min)';
document.getElementById('hose1').innerHTML='210 ft (64 m)';
document.getElementById('air1').innerHTML='26 scfm (12 I/sec)';
document.getElementById('heater1').innerHTML='6,000 watts';
document.getElementById('weight1').innerHTML='250 lbs (114 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/">311511</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/">311512</a>';
document.getElementById('placeFirst').style.visibility='visible';
}
else if (mycars[0].name == "IPH25") {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-IP.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco IPH-25</a>';
document.getElementById('model1').innerHTML='IPH-25';
document.getElementById('psi1').innerHTML='2000 psi (140 bar, 14.0 MPa)';
document.getElementById('output1').innerHTML='25 lb/min (11.3 kg/min)';
document.getElementById('hose1').innerHTML='310 ft (94 m)';
document.getElementById('air1').innerHTML='Does not apply';
document.getElementById('heater1').innerHTML='8,000 watts';
document.getElementById('weight1').innerHTML='535 lbs (243 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>/<a href="http://www.cpi-literature.com/graco/312878E.pdf" target="_blank">312878</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image1').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeFirst').style.visibility='visible';
}
else if (mycars[0].name == "IPH40") {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-IP.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco IPH-40</a>';
document.getElementById('model1').innerHTML='IPH-40';
document.getElementById('psi1').innerHTML='2000 psi (140 bar, 14.0 MPa)';
document.getElementById('output1').innerHTML='50 lb/min (22.6 kg/min)';
document.getElementById('hose1').innerHTML='410 ft (125 m)';
document.getElementById('air1').innerHTML='Does not apply';
document.getElementById('heater1').innerHTML='12,000 watts<br />15,300 watts';
document.getElementById('weight1').innerHTML='600 lbs (272 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>/<a href="http://www.cpi-literature.com/graco/312878E.pdf" target="_blank">312878</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image1').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeFirst').style.visibility='visible';
}
if ("H40" == mycars[1].name) {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Second Best</span><br /><a href="http://www.cpifoam.com/product-page-H40.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-40</a>';
document.getElementById('model2').innerHTML='H-40';
document.getElementById('psi2').innerHTML='2000 psi (138 bar)';
document.getElementById('output2').innerHTML='45 lb/min (20 kg/min)';
document.getElementById('hose2').innerHTML='410 ft (125m)';
document.getElementById('air2').innerHTML='Does not apply';
document.getElementById('heater2').innerHTML='12,000 watts <br />15,300 watts <br />20,400 watts<br />';
document.getElementById('weight2').innerHTML='597 lbs (271 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image2').innerHTML='<img src="images/H40-selector.gif" border="0" />';
document.getElementById('placeSecond').style.visibility='visible';
}
else if (mycars[1].name == "H25") {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Second Best</span><br /><a href="http://www.cpifoam.com/product-page-H25.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-25</a>';
document.getElementById('model2').innerHTML='H-25';
document.getElementById('psi2').innerHTML='2000 psi (138 bar)';
document.getElementById('output2').innerHTML='25 lb/min (11.3 kg/min)';
document.getElementById('hose2').innerHTML='310 ft (94 m)';
document.getElementById('air2').innerHTML='Does not apply';
document.getElementById('heater2').innerHTML='8,000 watts <br />15,300 watts';
document.getElementById('weight2').innerHTML='535 lbs (243 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image2').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeSecond').style.visibility='visible';
}
else if (mycars[1].name == "E30") {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Second Best</span><br /><a href="http://www.cpifoam.com/product-page-E30.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-30</a>';
document.getElementById('model2').innerHTML='E-30';
document.getElementById('psi2').innerHTML='2000 psi (138 bar)';
document.getElementById('output2').innerHTML='34 lb/min (15.3 kg/min)';
document.getElementById('hose2').innerHTML='310 ft (94 m)';
document.getElementById('air2').innerHTML='Does not apply';
document.getElementById('heater2').innerHTML='10,200 watts <br />15,300 watts';
document.getElementById('weight2').innerHTML='400 lbs (181 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image2').innerHTML='<img src="images/E30-selector.gif" border="0" />';
document.getElementById('placeSecond').style.visibility='visible';
}
else if (mycars[1].name == "E20") {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Second Best</span><br /><a href="http://www.cpifoam.com/product-page-E20.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-20</a>';
document.getElementById('model2').innerHTML='E-20';
document.getElementById('psi2').innerHTML='2000 psi (138 bar)';
document.getElementById('output2').innerHTML='18 lb/min (8.1 kg/min)';
document.getElementById('hose2').innerHTML='210 ft (64 m)';
document.getElementById('air2').innerHTML='Does not apply';
document.getElementById('heater2').innerHTML='6,000 watts';
document.getElementById('weight2').innerHTML='340 lbs (154 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image2').innerHTML='<img src="images/E20-selector.gif" border="0" />';
document.getElementById('placeSecond').style.visibility='visible';
}
else if (mycars[1].name == "E10") {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Second Best</span><br /><a href="http://www.cpifoam.com/product-page-E10.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-10</a>';
document.getElementById('model2').innerHTML='E-10';
document.getElementById('psi2').innerHTML='2000 psi (138 bar)';
document.getElementById('output2').innerHTML='18 lb/min (8.1 kg/min)';
document.getElementById('hose2').innerHTML='210 ft (64 m)';
document.getElementById('air2').innerHTML='Does not apply';
document.getElementById('heater2').innerHTML='6,000 watts';
document.getElementById('weight2').innerHTML='340 lbs (154 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('imag2').innerHTML='<img src="images/E10-selector.gif" border="0" />';
document.getElementById('placeSecond').style.visibility='visible';
}
else if (mycars[1].name == "A20") {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Second Best</span><br /><a href="http://www.cpifoam.com/product-page-A20.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco A-20</a>';
document.getElementById('model2').innerHTML='a-20';
document.getElementById('psi2').innerHTML='2000 psi (138 bar)';
document.getElementById('output2').innerHTML='20 lb/min (9 kg/min)';
document.getElementById('hose2').innerHTML='210 ft (64 m)';
document.getElementById('air2').innerHTML='26 scfm (12 I/sec)';
document.getElementById('heater2').innerHTML='6,000 watts';
document.getElementById('weight2').innerHTML='250 lbs (114 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/">311511</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/">311512</a>';
document.getElementById('placeSecond').style.visibility='visible';
}
else if (mycars[0].name == "IPH25") {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-IP.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco IPH-25</a>';
document.getElementById('model2').innerHTML='IPH-25';
document.getElementById('psi2').innerHTML='2000 psi (140 bar, 14.0 MPa)';
document.getElementById('output2').innerHTML='25 lb/min (11.3 kg/min)';
document.getElementById('hose2').innerHTML='310 ft (94 m)';
document.getElementById('air2').innerHTML='Does not apply';
document.getElementById('heater2').innerHTML='8,000 watts';
document.getElementById('weight2').innerHTML='535 lbs (243 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>/<a href="http://www.cpi-literature.com/graco/312878E.pdf" target="_blank">312878</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image2').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeSecond').style.visibility='visible';
}
else if (mycars[0].name == "IPH40") {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-IP.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco IPH-40</a>';
document.getElementById('model2').innerHTML='IPH-40';
document.getElementById('psi2').innerHTML='2000 psi (140 bar, 14.0 MPa)';
document.getElementById('output2').innerHTML='50 lb/min (22.6 kg/min)';
document.getElementById('hose2').innerHTML='410 ft (125 m)';
document.getElementById('air2').innerHTML='Does not apply';
document.getElementById('heater2').innerHTML='12,000 watts<br />15,300 watts';
document.getElementById('weight2').innerHTML='600 lbs (272 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>/<a href="http://www.cpi-literature.com/graco/312878E.pdf" target="_blank">312878</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image2').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeSecond').style.visibility='visible';
}
if ("H40" == mycars[2].name) {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-H40.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-40</a>';
document.getElementById('model3').innerHTML='H-40';
document.getElementById('psi3').innerHTML='2000 psi (138 bar)';
document.getElementById('output3').innerHTML='45 lb/min (20 kg/min)';
document.getElementById('hose3').innerHTML='410 ft (125m)';
document.getElementById('air3').innerHTML='Does not apply';
document.getElementById('heater3').innerHTML='12,000 watts <br />15,300 watts <br />20,400 watts<br />';
document.getElementById('weight3').innerHTML='597 lbs (271 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image3').innerHTML='<img src="images/H40-selector.gif" border="0" />';
document.getElementById('placeThird').style.visibility='visible';
}
else if (mycars[2].name == "H25") {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-H25.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-25</a>';
document.getElementById('model3').innerHTML='H-25';
document.getElementById('psi3').innerHTML='2000 psi (138 bar)';
document.getElementById('output3').innerHTML='25 lb/min (11.3 kg/min)';
document.getElementById('hose3').innerHTML='310 ft (94 m)';
document.getElementById('air3').innerHTML='Does not apply';
document.getElementById('heater3').innerHTML='8,000 watts <br />15,300 watts';
document.getElementById('weight3').innerHTML='535 lbs (243 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image3').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeThird').style.visibility='visible';
}
else if (mycars[2].name == "E30") {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-E30.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-30</a>';
document.getElementById('model3').innerHTML='E-30';
document.getElementById('psi3').innerHTML='2000 psi (138 bar)';
document.getElementById('output3').innerHTML='34 lb/min (15.3 kg/min)';
document.getElementById('hose3').innerHTML='310 ft (94 m)';
document.getElementById('air3').innerHTML='Does not apply';
document.getElementById('heater3').innerHTML='10,200 watts <br />15,300 watts';
document.getElementById('weight3').innerHTML='400 lbs (181 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image3').innerHTML='<img src="images/E30-selector.gif" border="0" />';
document.getElementById('placeThird').style.visibility='visible';
}
else if (mycars[2].name == "E20") {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-E20.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-20</a>';
document.getElementById('model3').innerHTML='E-20';
document.getElementById('psi3').innerHTML='2000 psi (138 bar)';
document.getElementById('output3').innerHTML='18 lb/min (8.1 kg/min)';
document.getElementById('hose3').innerHTML='210 ft (64 m)';
document.getElementById('air3').innerHTML='Does not apply';
document.getElementById('heater3').innerHTML='6,000 watts';
document.getElementById('weight3').innerHTML='340 lbs (154 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image3').innerHTML='<img src="images/E20-selector.gif" border="0" />';
document.getElementById('placeThird').style.visibility='visible';
}
else if (mycars[2].name == "E10") {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-E10.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-10</a>';
document.getElementById('model3').innerHTML='E-10';
document.getElementById('psi3').innerHTML='2000 psi (138 bar)';
document.getElementById('output3').innerHTML='18 lb/min (8.1 kg/min)';
document.getElementById('hose3').innerHTML='210 ft (64 m)';
document.getElementById('air3').innerHTML='Does not apply';
document.getElementById('heater3').innerHTML='6,000 watts';
document.getElementById('weight3').innerHTML='340 lbs (154 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image3').innerHTML='<img src="images/E10-selector.gif" border="0" />';
document.getElementById('placeThird').style.visibility='visible';
}
else if (mycars[2].name == "A20") {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-A20.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco A-20</a>';
document.getElementById('model3').innerHTML='a-20';
document.getElementById('psi3').innerHTML='2000 psi (138 bar)';
document.getElementById('output3').innerHTML='20 lb/min (9 kg/min)';
document.getElementById('hose3').innerHTML='210 ft (64 m)';
document.getElementById('air3').innerHTML='26 scfm (12 I/sec)';
document.getElementById('heater3').innerHTML='6,000 watts';
document.getElementById('weight3').innerHTML='250 lbs (114 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/">311511</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/">311512</a>';
document.getElementById('placeThird').style.visibility='visible';
}
else if (mycars[0].name == "IPH25") {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-IP.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco IPH-25</a>';
document.getElementById('model3').innerHTML='IPH-25';
document.getElementById('psi3').innerHTML='2000 psi (140 bar, 14.0 MPa)';
document.getElementById('output3').innerHTML='25 lb/min (11.3 kg/min)';
document.getElementById('hose3').innerHTML='310 ft (94 m)';
document.getElementById('air3').innerHTML='Does not apply';
document.getElementById('heater3').innerHTML='8,000 watts';
document.getElementById('weight3').innerHTML='535 lbs (243 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>/<a href="http://www.cpi-literature.com/graco/312878E.pdf" target="_blank">312878</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image3').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeThird').style.visibility='visible';
}
else if (mycars[0].name == "IPH40") {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-IP.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco IPH-40</a>';
document.getElementById('model3').innerHTML='IPH-40';
document.getElementById('psi3').innerHTML='2000 psi (140 bar, 14.0 MPa)';
document.getElementById('output3').innerHTML='50 lb/min (22.6 kg/min)';
document.getElementById('hose3').innerHTML='410 ft (125 m)';
document.getElementById('air3').innerHTML='Does not apply';
document.getElementById('heater3').innerHTML='12,000 watts<br />15,300 watts';
document.getElementById('weight3').innerHTML='600 lbs (272 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>/<a href="http://www.cpi-literature.com/graco/312878E.pdf" target="_blank">312878</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image3').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeThird').style.visibility='visible';
}


}
function propSelect2(form) {
var c = document.getElementById("coatings1").getElementsByTagName("input");

var EXP1 = 0;
var EXP2 = 0;
var HXP2 = 0;
var HXP3 = 0;
var H40 = 0;
var H25 = 0;


 for (var i = 0; i <= 0; i++) {
 if (c[0].checked) {EXP1++;EXP2++;E10++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[1].checked) {EXP1++;EXP2++;HXP2++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[2].checked) {HXP3++;HXP2++;EXP2++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[3].checked) {HXP3++;HXP2++;EXP2++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[4].checked) {EXP1++;EXP2++;HXP2++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[5].checked) {HXP3++;HXP2++;EXP2++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[6].checked) {HXP3++;EXP2;HXP2++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[7].checked) {HXP3++;EXP2;HXP2++;}
}
 for (var i = 0; i <= 0; i++) {
 if (c[8].checked) {HXP3++;HXP2++;EXP2++;}
}
var mycars = [{'name': 'EXP1', 'value': EXP1}, {'name': 'EXP2', 'value': EXP2}, {'name': 'HXP2', 'value': HXP2}, {'name': 'HXP3', 'value': HXP3}, {'name': 'H40', 'value': H40}, {'name': 'H25', 'value': H25}];
document.getElementById('container').style.visibility='visible';
mycars.sort(function(a,b) { return b.value - a.value });

if ("HXP3" == mycars[0].name) {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-H40.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-XP3</a>';
document.getElementById('model1').innerHTML='H-XP3';
document.getElementById('psi1').innerHTML='3500 psi (240 bar, 24.0 MPa)';
document.getElementById('output1').innerHTML='2.5 gpm (9.5 lpm)';
document.getElementById('hose1').innerHTML='410 ft (125m)';
document.getElementById('air1').innerHTML='Does not apply';
document.getElementById('heater1').innerHTML='20,400 watts<br />';
document.getElementById('weight1').innerHTML='597 lbs (271 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image1').innerHTML='<img src="images/H40-selector.gif" border="0" />';
document.getElementById('placeFirst').style.visibility='visible';
}
else if (mycars[0].name == "HXP2") {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-H25.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-XP2</a>';
document.getElementById('model1').innerHTML='H-XP2';
document.getElementById('psi1').innerHTML='3500 psi (240 bar, 24.0 MPa)';
document.getElementById('output1').innerHTML='1.5 gpm (5.7 lpm)';
document.getElementById('hose1').innerHTML='310 ft (94 m)';
document.getElementById('air1').innerHTML='Does not apply';
document.getElementById('heater1').innerHTML='15,300 watts';
document.getElementById('weight1').innerHTML='562 lbs (255 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image1').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeFirst').style.visibility='visible';
}
else if (mycars[0].name == "EXP2") {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-E30.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-XP2</a>';
document.getElementById('model1').innerHTML='E-XP2';
document.getElementById('psi1').innerHTML='3500 psi (240 bar, 24.0 MPa)';
document.getElementById('output1').innerHTML='2.0 gpm (7.6 lpm)';
document.getElementById('hose1').innerHTML='310 ft (94 m)';
document.getElementById('air1').innerHTML='Does not apply';
document.getElementById('heater1').innerHTML='15,300 watts';
document.getElementById('weight1').innerHTML='438 lbs (199 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image1').innerHTML='<img src="images/E30-selector.gif" border="0" />';
document.getElementById('placeFirst').style.visibility='visible';
}
else if (mycars[0].name == "EXP1") {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Best Match</span><br /><a href="http://www.cpifoam.com/product-page-E20.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-XP1</a>';
document.getElementById('model1').innerHTML='E-XP1';
document.getElementById('psi1').innerHTML='2500 psi (172 bar, 17.2 MPa)';
document.getElementById('output1').innerHTML='1.0 gpm (3.8 lpm)';
document.getElementById('hose1').innerHTML='210 ft (64 m)';
document.getElementById('air1').innerHTML='Does not apply';
document.getElementById('heater1').innerHTML='10,200 watts';
document.getElementById('weight1').innerHTML='342 lbs (155 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image1').innerHTML='<img src="images/E20-selector.gif" border="0" />';
document.getElementById('placeFirst').style.visibility='visible';
}
else if (mycars[0].name == "H25") {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-H25.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-25</a>';
document.getElementById('model1').innerHTML='H-25';
document.getElementById('psi1').innerHTML='2000 psi (138 bar)';
document.getElementById('output1').innerHTML='25 lb/min (11.3 kg/min)';
document.getElementById('hose1').innerHTML='310 ft (94 m)';
document.getElementById('air1').innerHTML='Does not apply';
document.getElementById('heater1').innerHTML='8,000 watts <br />15,300 watts';
document.getElementById('weight1').innerHTML='535 lbs (243 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image1').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeFirst').style.visibility='visible';
}
else if (mycars[0].name == "H40") {
document.getElementById('title1').innerHTML='<span style="font-size: 9px;">Second Best</span><br /><a href="http://www.cpifoam.com/product-page-H40.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-40</a>';
document.getElementById('model1').innerHTML='H-40';
document.getElementById('psi1').innerHTML='2000 psi (138 bar)';
document.getElementById('output1').innerHTML='45 lb/min (20 kg/min)';
document.getElementById('hose1').innerHTML='410 ft (125m)';
document.getElementById('air1').innerHTML='Does not apply';
document.getElementById('heater1').innerHTML='12,000 watts <br />15,300 watts <br />20,400 watts<br />';
document.getElementById('weight1').innerHTML='597 lbs (271 kg)';
document.getElementById('operation1').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair1').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image1').innerHTML='<img src="images/H40-selector.gif" border="0" />';
document.getElementById('placeFirst').style.visibility='visible';
}

if ("HXP3" == mycars[1].name) {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Second Best</span><br /><a href="http://www.cpifoam.com/product-page-H40.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-XP3</a>';
document.getElementById('model2').innerHTML='H-XP3';
document.getElementById('psi2').innerHTML='3500 psi (240 bar, 24.0 MPa)';
document.getElementById('output2').innerHTML='2.5 gpm (9.5 lpm)';
document.getElementById('hose2').innerHTML='410 ft (125m)';
document.getElementById('air2').innerHTML='Does not apply';
document.getElementById('heater2').innerHTML='20,400 watts<br />';
document.getElementById('weight2').innerHTML='597 lbs (271 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image2').innerHTML='<img src="images/H40-selector.gif" border="0" />';
document.getElementById('placeSecond').style.visibility='visible';
}
else if (mycars[1].name == "HXP2") {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Second Best</span><br /><a href="http://www.cpifoam.com/product-page-H25.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-XP2</a>';
document.getElementById('model2').innerHTML='H-XP2';
document.getElementById('psi2').innerHTML='3500 psi (240 bar, 24.0 MPa)';
document.getElementById('output2').innerHTML='1.5 gpm (5.7 lpm)';
document.getElementById('hose2').innerHTML='310 ft (94 m)';
document.getElementById('air2').innerHTML='Does not apply';
document.getElementById('heater2').innerHTML='15,300 watts';
document.getElementById('weight2').innerHTML='562 lbs (255 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image2').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeSecond').style.visibility='visible';
}
else if (mycars[1].name == "EXP2") {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Second Best</span><br /><a href="http://www.cpifoam.com/product-page-E30.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-XP2</a>';
document.getElementById('model2').innerHTML='E-XP2';
document.getElementById('psi2').innerHTML='3500 psi (240 bar, 24.0 MPa)';
document.getElementById('output2').innerHTML='2.0 gpm (7.6 lpm)';
document.getElementById('hose2').innerHTML='310 ft (94 m)';
document.getElementById('air2').innerHTML='Does not apply';
document.getElementById('heater2').innerHTML='15,300 watts';
document.getElementById('weight2').innerHTML='438 lbs (199 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image2').innerHTML='<img src="images/E30-selector.gif" border="0" />';
document.getElementById('placeSecond').style.visibility='visible';
}
else if (mycars[1].name == "EXP1") {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Second Best</span><br /><a href="http://www.cpifoam.com/product-page-E20.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-XP1</a>';
document.getElementById('model2').innerHTML='E-XP1';
document.getElementById('psi2').innerHTML='2500 psi (172 bar, 17.2 MPa)';
document.getElementById('output2').innerHTML='1.0 gpm (3.8 lpm)';
document.getElementById('hose2').innerHTML='210 ft (64 m)';
document.getElementById('air2').innerHTML='Does not apply';
document.getElementById('heater2').innerHTML='10,200 watts';
document.getElementById('weight2').innerHTML='342 lbs (155 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image2').innerHTML='<img src="images/E20-selector.gif" border="0" />';
document.getElementById('placeSecond').style.visibility='visible';
}
else if (mycars[1].name == "H25") {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-H25.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-25</a>';
document.getElementById('model2').innerHTML='H-25';
document.getElementById('psi2').innerHTML='2000 psi (138 bar)';
document.getElementById('output2').innerHTML='25 lb/min (11.3 kg/min)';
document.getElementById('hose2').innerHTML='310 ft (94 m)';
document.getElementById('air2').innerHTML='Does not apply';
document.getElementById('heater2').innerHTML='8,000 watts <br />15,300 watts';
document.getElementById('weight2').innerHTML='535 lbs (243 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image2').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeSecond').style.visibility='visible';
}
else if (mycars[1].name == "H40") {
document.getElementById('title2').innerHTML='<span style="font-size: 9px;">Second Best</span><br /><a href="http://www.cpifoam.com/product-page-H40.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-40</a>';
document.getElementById('model2').innerHTML='H-40';
document.getElementById('psi2').innerHTML='2000 psi (138 bar)';
document.getElementById('output2').innerHTML='45 lb/min (20 kg/min)';
document.getElementById('hose2').innerHTML='410 ft (125m)';
document.getElementById('air2').innerHTML='Does not apply';
document.getElementById('heater2').innerHTML='12,000 watts <br />15,300 watts <br />20,400 watts<br />';
document.getElementById('weight2').innerHTML='597 lbs (271 kg)';
document.getElementById('operation2').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair2').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image2').innerHTML='<img src="images/H40-selector.gif" border="0" />';
document.getElementById('placeSecond').style.visibility='visible';
}

if ("HXP3" == mycars[2].name) {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-H40.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-XP3</a>';
document.getElementById('model3').innerHTML='H-XP3';
document.getElementById('psi3').innerHTML='3500 psi (240 bar, 24.0 MPa)';
document.getElementById('output3').innerHTML='2.5 gpm (9.5 lpm)';
document.getElementById('hose3').innerHTML='410 ft (125m)';
document.getElementById('air3').innerHTML='Does not apply';
document.getElementById('heater3').innerHTML='20,400 watts<br />';
document.getElementById('weight3').innerHTML='597 lbs (271 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image3').innerHTML='<img src="images/H40-selector.gif" border="0" />';
document.getElementById('placeThird').style.visibility='visible';
}
else if (mycars[2].name == "HXP2") {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-H25.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-XP2</a>';
document.getElementById('model3').innerHTML='H-XP2';
document.getElementById('psi3').innerHTML='3500 psi (240 bar, 24.0 MPa)';
document.getElementById('output3').innerHTML='1.5 gpm (5.7 lpm)';
document.getElementById('hose3').innerHTML='310 ft (94 m)';
document.getElementById('air3').innerHTML='Does not apply';
document.getElementById('heater3').innerHTML='15,300 watts';
document.getElementById('weight3').innerHTML='562 lbs (255 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image3').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeThird').style.visibility='visible';
}
else if (mycars[2].name == "EXP2") {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-E30.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-XP2</a>';
document.getElementById('model3').innerHTML='E-XP2';
document.getElementById('psi3').innerHTML='3500 psi (240 bar, 24.0 MPa)';
document.getElementById('output3').innerHTML='2.0 gpm (7.6 lpm)';
document.getElementById('hose3').innerHTML='310 ft (94 m)';
document.getElementById('air3').innerHTML='Does not apply';
document.getElementById('heater3').innerHTML='15,300 watts';
document.getElementById('weight3').innerHTML='438 lbs (199 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image3').innerHTML='<img src="images/E30-selector.gif" border="0" />';
document.getElementById('placeThird').style.visibility='visible';
}
else if (mycars[2].name == "EXP1") {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-E20.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco E-XP1</a>';
document.getElementById('model3').innerHTML='E-XP1';
document.getElementById('psi3').innerHTML='2500 psi (172 bar, 17.2 MPa)';
document.getElementById('output3').innerHTML='1.0 gpm (3.8 lpm)';
document.getElementById('hose3').innerHTML='210 ft (64 m)';
document.getElementById('air3').innerHTML='Does not apply';
document.getElementById('heater3').innerHTML='10,200 watts';
document.getElementById('weight3').innerHTML='342 lbs (155 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/312065F.pdf" target="_blank">312065</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/312066F.pdf" target="_blank">312066</a>';
document.getElementById('image3').innerHTML='<img src="images/E20-selector.gif" border="0" />';
document.getElementById('placeThird').style.visibility='visible';
}
else if (mycars[2].name == "H25") {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-H25.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-25</a>';
document.getElementById('model3').innerHTML='H-25';
document.getElementById('psi3').innerHTML='2000 psi (138 bar)';
document.getElementById('output3').innerHTML='25 lb/min (11.3 kg/min)';
document.getElementById('hose3').innerHTML='310 ft (94 m)';
document.getElementById('air3').innerHTML='Does not apply';
document.getElementById('heater3').innerHTML='8,000 watts <br />15,300 watts';
document.getElementById('weight3').innerHTML='535 lbs (243 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image3').innerHTML='<img src="images/H25-selector.gif" border="0" />';
document.getElementById('placeThird').style.visibility='visible';
}
else if (mycars[2].name == "H40") {
document.getElementById('title3').innerHTML='<span style="font-size: 9px;">Third Best</span><br /><a href="http://www.cpifoam.com/product-page-H40.aspx" target="_top" onclick="parent.parent.GB_hide();">Graco H-40</a>';
document.getElementById('model3').innerHTML='H-40';
document.getElementById('psi3').innerHTML='2000 psi (138 bar)';
document.getElementById('output3').innerHTML='45 lb/min (20 kg/min)';
document.getElementById('hose3').innerHTML='410 ft (125m)';
document.getElementById('air3').innerHTML='Does not apply';
document.getElementById('heater3').innerHTML='12,000 watts <br />15,300 watts <br />20,400 watts<br />';
document.getElementById('weight3').innerHTML='597 lbs (271 kg)';
document.getElementById('operation3').innerHTML='<a href="http://www.cpi-literature.com/graco/312062J.pdf" target="_blank">312062</a>';
document.getElementById('repair3').innerHTML='<a href="http://www.cpi-literature.com/graco/312063H.pdf" target="_blank">312063</a>';
document.getElementById('image3').innerHTML='<img src="images/H40-selector.gif" border="0" />';
document.getElementById('placeThird').style.visibility='visible';
}



}
function clearForm(form) {
for (i=0;i<document.myform.elements.length;i++)
{
if (document.myform.elements[i].name == 'foam')
{
document.myform.elements[i].checked = false;
}
}
document.getElementById('placeFirst').style.visibility='hidden';
document.getElementById('placeSecond').style.visibility='hidden';
document.getElementById('placeThird').style.visibility='hidden';
document.getElementById('container').style.visibility='hidden';
}
function clearForm2(form) {
for (i=0;i<document.myform.elements.length;i++)
{
if (document.myform.elements[i].name == 'coatings')
{
document.myform.elements[i].checked = false;
}
}
document.getElementById('placeFirst').style.visibility='hidden';
document.getElementById('placeSecond').style.visibility='hidden';
document.getElementById('placeThird').style.visibility='hidden';
document.getElementById('container').style.visibility='hidden';

}
