/**
 * productSwap v1.1: USed int eh ICWS Cart for clickable swatches
 *
 * productSwap is (c) 2009 Chris Sgaraglino and Interlogic Graphics & Marketing
 *
 */
 
function product_swap(image, text) {
	document.getElementById('product_image').src = image;
	document.getElementById('product_label').firstChild.nodeValue = text;
}
