\n');
}
function textolegal(){
var windowW = 800;
var windowH = 600;
var windowX = Math.ceil( (window.screen.width - windowW) / 2 );
var windowY = Math.ceil( (window.screen.height - windowH) / 2 );
ventanaampli = window.open("http://www.vodafone.es/Vodafone/LaCompanya/LaCompanya/0,2600,7574,00.html","COMOMEDOY","scrollbars=yes,width="+ windowW +",height="+ windowH +",top=" + windowY + ",left=" + windowX);
}
function estat(){
var windowW = 600;
var windowH = 300;
var windowX = Math.ceil( (window.screen.width - windowW) / 2 );
var windowY = Math.ceil( (window.screen.height - windowH) / 2 );
ventanaampli = window.open("http://www.vodafone.es/Clickthrough/banner.jsp?banner_id=1380","COMOMEDOY","scrollbars=yes,width="+ windowW +",height="+ windowH +",top=" + windowY + ",left=" + windowX);
}
//-->