window.addEvent('load', function() {
// shadow adj document height based
  if (typeof homepage!="undefined" && homepage) {
    document.getElementById('ghost_container').innerHTML='<'+'iframe'+' id="ghostarget" name=\"ghostarget\" style=\"width:1px;height:1px;border:0px;\"></ifr'+'ame>'
    // add target click on print link 
    $$("a").filter(function(el) {
      return el.rel && el.rel.test(/^tg/i);
    }).addEvents({
      'click': function(){
      this.target = 'ghostarget';
    }
  });
}
			
vala = document.getElementById('menu_laterale').offsetHeight;
valb = document.getElementById('corpo').offsetHeight;
if (vala>=valb) 
valh=vala ;
else 
valh=valb;
document.getElementById('contents_shadow_sx').style.height=(valh+"px")
document.getElementById('contents_shadow_dx').style.height=(valh+"px")
document.getElementById('contents_shadow_ct').style.height=(valh+"px")
			
if (typeof mappacomune!="undefined") initialize();
});

