// #########################################  PUBLIC SIDE JS FUNCTIONS  #################################################

	// 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧
	window.name="StorePortalWindow";

	var screenWidth;
	var screenHeight;
	var windowWidth;
	var windowHeight;
	var windowLeft;
	var windowTop;
	screenWidth = screen.width;
	screenHeight = screen.height;
	// 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧
	function esempio(imageName, larghezza, altezza) {
		windowWidth = larghezza;
		windowHeight = altezza;
		windowLeft = screenWidth / 2 - windowWidth / 2;
		windowTop = screenHeight / 2 - windowHeight / 2;
		searchWin = window.open('zoom.asp?ingrandimento='+ imageName,'','scrollbars=no,resizable=no,width=' + windowWidth + ',height=' + windowHeight + ',left=' + windowLeft + ',top=' + windowTop + ',status=no,location=no,toolbar=no');
	}
	// 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧
	function PictureZoom(imageName) {
		windowWidth = 1;
		windowHeight = 1;
		zoomWin = window.open('picture_zoom.asp?img='+ imageName,'zoomWin','scrollbars=no,resizable=no,width=' + windowWidth + ',height=' + windowHeight + ',status=no,location=no,toolbar=no');
	}
	// 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧