// JavaScript Document
/* ------------------------------------------------------------------------ */

function popProductPress(URL) {
		window.open('product-zoom.html?' + URL +'','','toolbar=no, width=650, height=600, resizable=1, scrollbars=1'); void('');
	}




/* */