//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' + '>');

function changeImage(image, graphic) {
	image.src = graphic;
}

function raveswindow(ProductSKU, Name) {
	sourcepg= "/estore/product_raves.cfm?raveslist=" + ProductSKU + "&ProdName=" + Name;
	window.location = sourcepg;
}

