$(document).ready(function(){     	$(".immagine_collezione").hover( function () {		 var url = "http://www.pineider.com/"+$(this).attr("imgbig")+"?rnd="+Math.random();		 var ref = "http://www.pineider.com/"+$(this).attr("imgref");	     $.ajax({ 	    	   type: "POST", 	    	   url: url,  	    	   complete: function(res){ 	    	 		$("#immagine_big_preview").html("<a href='"+ref+"'><img border='0' src='"+url+"&dim=400x300' /></a>"); 		   	   }    	     });    	  	        });		$(".slide2_immagine").click( function () { 		$("*").removeClass("slide2_immagine_selezionato");		 $(this).addClass("slide2_immagine_selezionato");	});		$('#giorno, #mese, #anno').change( function () {		var g = document.getElementById("giorno").value; 		var m = document.getElementById("mese").value; 		var a = document.getElementById("anno").value; 		if(g == '' || m == '' || a == '') {		} else {			document.getElementById("data_di_nascita").value = g+"/"+m+"/"+a;		}	});	});function openPopup(url, title, width, height) {	return window.open(url, title, 		"width=" + width + "," +		"height=" + height + "," +		"resizable=yes,scrollbars=no,location=no,menubar=no,status=no,toolbar=no," +		"top=" + ((screen.height - height) / 2) + "," +		"left=" + ((screen.width - width) / 2));}
