/*-------------------------------------------------------------------
  IMAGE MASK
  Viene applicata a tutte le immagini con class="mask" e ha le 
  dimensioni fissate da width e height dell'immagine stessa
-------------------------------------------------------------------*/
function applyImageMasks() {
  $(".mask").each(function (i) {
    $(this).css("background","transparent url('"+$(this).attr("src")+"') no-repeat center center");
    $(this).attr("src",wwwRoot+"/comuni/img/1x1.gif");
  });
}


/*-------------------------------------------------------------------
  DOCUMENT READY!
-------------------------------------------------------------------*/

$(document).ready(function() {
   
  
  applyImageMasks();
  $('img[@src$=.png]').ifixpng();
  $('.png').ifixpng();
});




function spotHires() {
   spotPopup = window.open('/prodotto/spot','spot','width=480,height=384');
   spotPopup.focus();
}