// This function was moved externally to improve markup

function popUp(URL) {
	window.open('product-zoom.html?' + URL +'','','toolbar=no, width=650, height=650, resizable=1, scrollbars=1'); void('');
}
