 function abrirCapa(nombreCapa){
  	      if (nombreCapa=='capaCompartir'){
  	      	document.getElementById('capaCompartir').style.display='block';
  	      	document.getElementById('capaerror').style.display='none';
  	      	document.getElementById('mensaje').style.display='none';
  	      	document.getElementById('capaMail').style.display='none';
  	      }else if (nombreCapa=='capaerror'){
  	      	document.getElementById('capaerror').style.display='block';
  	      	document.getElementById('capaCompartir').style.display='none';
  	      	document.getElementById('mensaje').style.display='none';
  	      	document.getElementById('capaMail').style.display='none';
  	      }else if (nombreCapa=='mensaje'){
  	      	document.getElementById('mensaje').style.display='block';
  	      	document.getElementById('capaCompartir').style.display='none';
  	      	document.getElementById('capaerror').style.display='none';
  	      	document.getElementById('capaMail').style.display='none';
  	      }else{
  	      document.getElementById(nombreCapa).style.display='block';
  	      }
      }	
	function agregar(){
	   if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
	      var url="http://www.subingles.com/";
	      var titulo="SubIngles.com";
	      window.external.AddFavorite(url,titulo);
	   }
	   else {
	     window.sidebar.addPanel('SubIngles.com', 'http://www.subingles.com/', '');
	   }
	} 
	function forwardGet(nombreCapa,paginaInclude) {	
		try{										
			new Ajax.Updater(nombreCapa,paginaInclude, { method: 'get' });	
		} catch (exception){
			alert(exception);				
		}		
	}
	
	function pintaPubliPieNet(){
		document.write('<iframe name="afi468x60"' +' src="http://www.netfilia.com/contenidos/insert.html?cmf=110074&con_capa=1&contenido=468x60&web=42638&p=2143598001&id=hiFYWbTvNpC4c&url='+escape(location.href)+'"' +' width=468 height=60 frameBorder=no border=0 marginWidth=0 marginHeight=0 scrolling=no style="border-style:none;" >' +'</iframe>');
	}
	function pintaPubliEjerNet(){
		document.write('<iframe name=afi300x250' +' src="http://www.netfilia.com/contenidos/insert.html?cmf=110143&con_capa=1&contenido=300x250&web=42638&p=62883764&id=hiBtVvX2Krvds&url='+escape(location.href)+'"' +' width=300 height=250 frameBorder=no border=0 marginWidth=0 marginHeight=0 scrolling=no style="border-style:none;" >' +'</iframe>');
	}