﻿function openfancyboxiframeIM() {
    $("a.fancy_gethave").fancybox({
		'zoomOpacity'			: true,
		'padding'				: 0,
		'zoomSpeedIn'			: 0,
		'zoomSpeedOut'			: 0.1,
		'frameWidth'			: 500,  /* [NOTA] Se si varia questa dimensione, cambiarla anche nella tabella sulle pagine aperte da questa funzione MA MANTENERE + 2 QUI!!! */
		'frameHeight'			: 755,  /* [NOTA] Se si varia questa dimensione, cambiarla anche nella tabella sulle pagine aperte da questa funzione! */
		'overlayShow'			: true,
		'overlayOpacity'		: 0.8,		
		'centerOnScroll'		: false,
		'hideOnContentClick'	: false
    });
};

