agent = navigator.userAgent;
yes = 0;
if(agent.substring(0,7) == "Mozilla") {
	if( parseInt(agent.substring(8,9)) >= 3) {
		yes = 1;
	}
}
var imgPath = 'http://www.bullard.com/bullardextrem/images/';
if(yes) {
	pt1n = new Image();
	pt1n.src = imgPath + "phnvmtt1.gif";
	pt1h = new Image();
	pt1h.src = imgPath + "phnvmtht1.gif";
	
	pt2n = new Image();
	pt2n.src = imgPath + "phnvmtt2.gif";
	pt2h = new Image();
	pt2h.src = imgPath + "phnvmtht2.gif";
    
	pt3n = new Image();
	pt3n.src = imgPath + "phnvmtt3.gif";
	pt3h = new Image();
	pt3h.src = imgPath + "phnvmtht3.gif";
    
	pt4n = new Image();
	pt4n.src = imgPath + "phnvmtt4.gif";
	pt4h = new Image();
	pt4h.src = imgPath + "phnvmtht4.gif";
    
	pt5n = new Image();
	pt5n.src = imgPath + "phnvmtt5.gif";
	pt5h = new Image();
	pt5h.src = imgPath + "phnvmtht5.gif";
    
	pt6n = new Image();
	pt6n.src = imgPath + "phnvmtt6.gif";
	pt6h = new Image();
	pt6h.src = imgPath + "phnvmtht6.gif";
    
	pt7n = new Image();
	pt7n.src = imgPath + "phnvmtt7.gif";
	pt7h = new Image();
	pt7h.src = imgPath + "phnvmtht7.gif";
    
	pt8n = new Image();
	pt8n.src = imgPath + "phnvmtt8.gif";
	pt8h = new Image();
	pt8h.src = imgPath + "phnvmtht8.gif";
    
	pt9n = new Image();
	pt9n.src = imgPath + "phnvmtt9.gif";
	pt9h = new Image();
	pt9h.src = imgPath + "phnvmtht9.gif";
    
	pm0n = new Image();
	pm0n.src = imgPath + "phomesm0.gif";
	pm0h = new Image();
	pm0h.src = imgPath + "phomesm0.gif";
	
	pm1n = new Image();
	pm1n.src = imgPath + "pmtm1.gif";
	pm1h = new Image();
	pm1h.src = imgPath + "pmthm1.gif";
    
	pm2n = new Image();
	pm2n.src = imgPath + "pmtm2.gif";
	pm2h = new Image();
	pm2h.src = imgPath + "pmthm2.gif";
    
	pm3n = new Image();
	pm3n.src = imgPath + "pmtm3.gif";
	pm3h = new Image();
	pm3h.src = imgPath + "pmthm3.gif";
    
	pm4n = new Image();
	pm4n.src = imgPath + "pmtm4.gif";
	pm4h = new Image();
	pm4h.src = imgPath + "pmthm4.gif";
    
	pm5n = new Image();
	pm5n.src = imgPath + "pmtm5.gif";
	pm5h = new Image();
	pm5h.src = imgPath + "pmthm5.gif";
    
	pm6n = new Image();
	pm6n.src = imgPath + "pmtm6.gif";
	pm6h = new Image();
	pm6h.src = imgPath + "pmthm6.gif";
    
	pm7n = new Image();
	pm7n.src = imgPath + "pmtm7.gif";
	pm7h = new Image();
	pm7h.src = imgPath + "pmthm7.gif";
    
	pm8n = new Image();
	pm8n.src = imgPath + "pmtm8.gif";
	pm8h = new Image();
	pm8h.src = imgPath + "pmthm8.gif";
    
	pm9n = new Image();
	pm9n.src = imgPath + "pmtm9.gif";
	pm9h = new Image();
	pm9h.src = imgPath + "pmthm9.gif";

     pt1m4n = new Image();
	pt1m4n.src = imgPath + "pnvtt1m4.gif";
	pt1m4h = new Image();
	pt1m4h.src = imgPath + "pnvtht1m4.gif";
       
	pt2m4n = new Image();
	pt2m4n.src = imgPath + "pnvtt2m4.gif";
	pt2m4h = new Image();
	pt2m4h.src = imgPath + "pnvtht2m4.gif";
       
	pt3m4n = new Image();
	pt3m4n.src = imgPath + "pnvtt3m4.gif";
	pt3m4h = new Image();
	pt3m4h.src = imgPath + "pnvtht3m4.gif";
       
	pm0n = new Image();
	pm0n.src = imgPath + "phomem0.gif";
	pm0h = new Image();
	pm0h.src = imgPath + "phomehm0.gif";
	
	pt1m2n = new Image();
	pt1m2n.src = imgPath + "pnvtt1m2.gif";
	pt1m2h = new Image();
	pt1m2h.src = imgPath + "pnvtht1m2.gif";
       
	pt2m2n = new Image();
	pt2m2n.src = imgPath + "pnvtst2m2.gif";
	pt2m2h = new Image();
	pt2m2h.src = imgPath + "pnvtsht2m2.gif";
       
	pt3m2n = new Image();
	pt3m2n.src = imgPath + "pnvtt3m2.gif";
	pt3m2h = new Image();
	pt3m2h.src = imgPath + "pnvtht3m2.gif";
       
	pt4m2n = new Image();
	pt4m2n.src = imgPath + "pnvtt4m2.gif";
	pt4m2h = new Image();
	pt4m2h.src = imgPath + "pnvtht4m2.gif";
       
	pt5m2n = new Image();
	pt5m2n.src = imgPath + "pnvtt5m2.gif";
	pt5m2h = new Image();
	pt5m2h.src = imgPath + "pnvtht5m2.gif";
       
	pm0n = new Image();
	pm0n.src = imgPath + "phomem0.gif";
	pm0h = new Image();
	pm0h.src = imgPath + "phomehm0.gif";
	
	doff = new Image();
	doff.src = imgPath + "pd.gif"
	don = new Image();
	don.src = imgPath + "psd.gif"
}
function CI(imgNum,imgName) {
	if(yes) {
		document.images[imgNum].src = eval(imgName + ".src")
	}
}