<!--
//3M Stats Tracking code
var gDomain="metricscst.3m.com";
	//tricky way to get this JS include to call another one
	document.write('<' + 'script');
    document.write(' language="javascript"');
    document.write(' type="text/javascript"');
    document.write(' src="http://solutions.3m.com/wps/themes/html/3M.com/dcsTag_v02.js">');
    document.write('</' + 'script' + '>');

//Preload Images
		home_d = new Image();
		home_d.src = "images/btn_home.gif"
		
		home_a = new Image();
		home_a.src = "images/btn_home_active.gif"
//Script End -->