// JavaScript Document
function popProduct(URL) {
		window.open('product-zoom.html?' + URL +'','','toolbar=no, width=850, height=625, resizable=1, scrollbars=1'); void('');
	}
