/** * MAR s.r.l. - tutti i diritti sono riservati / all right reserved * @author marinobonetti * @email marinobonetti at gmail dot com */window.GS||(window.GS={});GS.Estral={lingua:'',path:'../EstralProfili/gestione.php'};var url=new String(window.location);traduz=url.match(/(\/it\/|\/ted\/|\/ing\/|\/ungherese\/|\/fr\/)/)[0];if(typeof traduz=='undefined'){GS.Estral.lingua='it';}else{GS.Estral.lingua=traduz.replace(/\//g,"");}$(function(){$('.GS-tableSwitch').click(function(e){$('.GS-tableSwitch').removeClass('GSLiActive');$(this).addClass('GSLiActive');e.preventDefault();url=this.getAttribute('href').match(/[a-z0-9\._\-]+$/i)[0].replace(/\.html$/i,'');$('.GS-tableVisual').hide().load(GS.Estral.path,{lingua:GS.Estral.lingua,pag:'visual',id:url},function(){$('.GS-tableVisual').show();});target=window.document.getElementById('_target');target.oSrc=this.getAttribute('alt');target.setAttribute('src',this.getAttribute('alt'));});$('.GS-tableSwitch').mouseover(function(){target=window.document.getElementById('_target');target.oSrc=target.getAttribute('src');target.setAttribute('src',this.getAttribute('alt'));});$('.GS-tableSwitch').mouseout(function(){target=window.document.getElementById('_target');if(!target.oSrc){target.oSrc=target.getAttribute('src');}target.setAttribute('src',target.oSrc);});});