﻿$(document).ready(function() {
    //MAPPA
    $("#MAP").hide();
    $("#MAP").click(function(e) {
        jQuery.modal('<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.it/maps?f=q&amp;source=s_q&amp;hl=it&amp;geocode=&amp;q=cola+di+rienzo+80&amp;aq=&amp;sll=54.677454,6.449338&amp;sspn=19.244644,39.331055&amp;ie=UTF8&amp;hq=&amp;hnear=Piazza+Cola+di+Rienzo,+80,+00192+Roma,+Lazio&amp;z=14&amp;ll=41.908635,12.467927&amp;output=embed"></iframe>');
        return false;
    });

    //MAPPA
    $("#dialog2").dialog({ modal: true, resizable: false, width: 615, height: 388, stack: false, zIndex: 100000 }).parent().appendTo("form");

});


