
// Mappa contatti
function googleMaps() {
    Shadowbox.open({
        player:     'html',
        content:    '<iframe width="600" height="500" 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=Acquari+-+Fiori+Vicenza+Verde+Snc,+36100+Vicenza+VI,+Italia&amp;sll=45.567827,11.559999&amp;sspn=0.005468,0.012295&amp;ie=UTF8&amp;hq=Acquari+-+Fiori+Vicenza+Verde+Snc,&amp;hnear=Vicenza+VI&amp;t=p&amp;cid=11472650732804292635&amp;ll=45.657248,11.616669&amp;spn=0.47993,0.822601&amp;z=10&amp;iwloc=A&amp;output=embed"></iframe>',
        width:      600,
        height:     500
    });
}

// Apertura immagini gallery home
function go(i) {
  i--;
	Shadowbox.open(img[i], {
    animSequence: 'sync'
  });
}

