function loadBanner(id_destino)
{
    if (location.hostname.indexOf('atrapalo.it'))return;
    var dest_banner={75:1128,121:1157,35:1157,6:1128,162:1165,46:1164,144:1164,452:1165,15:1165,41:1166,128:1166,7:1167,
                     304:1167,320:1168,13:1168,109:1622,27:1622,393:1623,378:1624,48:1624,59:1625,2003:1713,
                     43:1712,129:1712,2003:1713,52:1713,462:1713,466:1713,464:1713,39:1988,126:1988,8:2035,76:2035,
                     28:2036,110:2036,671:2037,54:2038,421:2038,1839:2772,478:2773,125:2774,84:2775, 81:2776, 329:2777,
                     65:2799,106:2810,1852:2811,271:2853,381:2854,380:2855,291:3031,322:3031,360:3987,47:3987,1206:4380,1248:4381,1323:4382,1262:4383,1272:4384,1274:4385,1190:4386,1280:4387,2567:4388,2688:4389,2690:4390,2525:4391,5642:4393,2538:4392,1443:4394,1286:4395,1300:4396,1302:4397};
    var dest_banner_vue={'PMI':1165,'FUE':1625,'MAD':1157,'VLC':1166,'BIO':1168,'REU':1713,'AGP':1712,'BCN':1128,'MJV':1988,
                         'ZAZ':2035,'VLL':2036,'SDR':2037,'GRO':2038,'ALC':1167,'ACE':2799,'AMS':1206,'BLQ':1248,'FEZ':1323,'FLR':1262,'NAP':1272,'QPA':1274,'PAR':1190,'PSA':1280,'LIS':2525,'OPO':2538,'PRG':1443,'ROM':1286,'TRN':1300,'VCE':1302};
    if(parseInt(dest_banner[id_destino])>0)
    {
        url="http://www.atrapalo.com/adserver/adview.php?n=aa5de832&what=zone:"+parseInt(dest_banner[id_destino]);
        $('banner_splash').src=url;
        $('banner_splash').style.display='block';
    }else if(parseInt(dest_banner_vue[id_destino])>0)
    {
        url="http://www.atrapalo.com/adserver/adview.php?n=aa5de832&what=zone:"+parseInt(dest_banner_vue[id_destino]);
        $('banner_splash').src=url;
        $('banner_splash').style.display='block';
    }
}
function mostrar_splash(id_destino)
{

    $('splash').style.display="block";
    $('container').style.display="none";
    if (location.hostname == 'terra.atrapalo.com' || location.hostname == 'viajes.terra.com') {
        try {
            $('total').style.display="none";
        }catch(e) {}
    }
    if( typeof( window.innerWidth ) == 'number' ) {
        //Non-IE
        myWidth = window.innerWidth;
        myHeight = window.innerHeight;
    } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
        //IE 6+ in 'standards compliant mode'
        myWidth = document.documentElement.clientWidth;
        myHeight = document.documentElement.clientHeight;
    } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
        //IE 4 compatible
        myWidth = document.body.clientWidth;
        myHeight = document.body.clientHeight;
    }
    if ($('table_splash'))
    	$('table_splash').style.height=myHeight;
    $('splash').style.height=myHeight;

	$('splash').focus();
}
try
{
if (codp=='' || (codp != 'VUE' && codp != 'VMH' && codp != 'CAR'))
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="600" height="400" id="splash" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/images_new/common/splash/splash.swf?textfile='+archivo+'" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="/images_new/common/splash/splash.swf?textfile='+archivo+'" quality="high" bgcolor="#ffffff" width="600" height="400" name="splash" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" /></object>')
	document.write('<br/><br/><img style="display:none;" id="banner_splash" src="/images_new/inv.gif" width="468" height="60" alt="" />');
}
}
catch(Exception)
{}