function updateIMGTAG(){
	jQuery(document).ready(function() {
		jQuery(".product-img-box a").fancybox({
			'padding':4,
		  'imageScale': true,
	    'zoomOpacity': true,
       'hideOnContentClick': true,
       'zoomSpeedIn': 300,
       'zoomSpeedOut': 300,
	    'zoomSpeedChange': 300,
	    'overlayShow':	false,
	    'overlayOpacity':	0.3,
	    'hideOnContentClick':	false,
	    'centerOnScroll':	true,
	    'easingIn':	'swing',
	    'easingOut':	'swing',
	    'easingChange':	'swing'
     });
	});
}

function custom_popup (url) {
 fenster = window.open(url, windowname, "width=400,height=300,resizable=yes");
 fenster.focus();
 return false;
}

function newsletter_popup (url,windowname) {
 fenster = window.open(url, windowname, "width=740,height=400,resizable=yes");
 fenster.focus();
}
