var rivenditori
	
    function apriRivenditori(){
		if (rivenditori != null) {
			if (!rivenditori.closed) {
				window.parent.rivenditori.close();
			}	
		}	
		w = 740
		h = 580
		X = (screen.width-w)/2;
		Y = (screen.height-h)/2;
		rivenditori = window.open('/form/redirect.asp?area=R','rivenditori','scrollbars=no,resizable=yes,width=' + w +',height=' + h + ',status=no,location=no,toolbar=no,top=' + Y + ',left=' + X);		
		return;
	}