function apuntate(){window.open('sistema_apuntate.php','_self');}function mostrarDetallesDe(page){var title=page.replace(/-/gi,' ');var url=page+'.php';title=title.toUpperCase();if(page=='canalmail'){title='CONDICIONES DE CANALMAIL';url='http://e.canalmailcorp.com/Contenido/Suscriptores/contrato_suscriptores.html';}else if(page=='pedrito_el_fisgon'){title='CONDICIONES DE PEDRITO EL FISGÓN';url='http://www.planvip.fr/contact.php?lang=sp';}$('#velo').css({width:$(window).width(),height:$(document).height()}).fadeIn(250,function(){iframeOpen(title+':',url,1040,600,50);});}$(function(){var html=$('.noLink').html();$('.noLink').parent('p').html(html);$('.link').hover(function(){$(this).fadeTo(300,.8)},function(){$(this).fadeTo(1,1)});$('.counterBtn').hover(function(){$(this).css({backgroundPosition:'0px 100%'});},function(){$(this).css({backgroundPosition:'0px 0px'});});});