/* Script di controllo HTTPRequest*/
	
function loadContent(id) {
    $("#immagineCorrente").load("gallery/gallery"+id+".html");
}
