function enlarge(sku, photo) {
	enlarged_ref = window.open('/image_enlarged.php?sku=' + sku + '&photo=' + photo, '',
	'width=550,height=570,toolbar=0,location=0,directories=0,status=0,statusbar=0,menubar=0,scrollbar=0,resizable=0');
}
