function Init(){target=document.getElementById("div-contenuti-box");divContenuti=document.getElementById("div-contenuti");loading=document.getElementById("div-loading");altezza=0;Pulsanti=["home-btn","comunicazione-btn","pubblicita-btn","contatti-btn"];AzioniPulsanti=["GoPage('home.php', this.id); return false;","GoPage('comunicazione.php', this.id); return false;","GoPage('pubblicita.php', this.id); return false;","GoPage('contatti.php', this.id); return false;"]}
function RollMenu(a,b){var c=document.getElementById(b);switch(a.type){case "mouseover":$(c).stop().animate({opacity:1},150);break;case "mouseout":$(c).stop().animate({opacity:0},150)}return false}function GoPage(a){$.get(a,function(b){onLoadComplete(b,a)});switch(a){case "home.php":altezza=620;break;case "comunicazione.php":altezza=1550;break;case "pubblicita.php":altezza=1780;break;case "contatti.php":altezza=550}$(loading).animate({opacity:1},300);return false}
function onLoadComplete(a,b){$(target).animate({opacity:0},300,function(){target.innerHTML=a});$(divContenuti).delay(300).animate({height:altezza},500);$(target).delay(800).animate({opacity:1},300,function(){$.browser.msie&&this.style.removeAttribute("filter");$("a[rel=gruppo]").fancybox()});b=="contatti.php"&&setTimeout(LoadMap,1500);$(loading).animate({opacity:0},300)}
function LoadMap(){document.getElementById("div-mappa").innerHTML="<div id='div-riquadro-mappa'><iframe width='500' height='300' 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=nord+studio+trento&amp;aq=&amp;sll=41.442726,12.392578&amp;sspn=27.043282,44.25293&amp;vpsrc=6&amp;ie=UTF8&amp;hq=nord+studio&amp;hnear=Trento,+Trentino-Alto+Adige&amp;ll=46.092928,11.111075&amp;spn=0.012247,0.021608&amp;t=m&amp;z=14&amp;iwloc=A&amp;cid=289909369475125432&amp;output=embed'></iframe></div><br /><a href='http://maps.google.it/maps?f=q&amp;source=embed&amp;hl=it&amp;geocode=&amp;q=nord+studio+trento&amp;aq=&amp;sll=41.442726,12.392578&amp;sspn=27.043282,44.25293&amp;vpsrc=6&amp;ie=UTF8&amp;hq=nord+studio&amp;hnear=Trento,+Trentino-Alto+Adige&amp;ll=46.092928,11.111075&amp;spn=0.012247,0.021608&amp;t=m&amp;z=14&amp;iwloc=A&amp;cid=289909369475125432'><span class='span-mappa'>APRI IN GOOGLE MAPS</span></a>"}
function getStyle(a,b){if(a.currentStyle)var c=a.currentStyle[b];else if(window.getComputedStyle)c=document.defaultView.getComputedStyle(a,null).getPropertyValue(b);return c};
