



























	
	
	

	
	
	
	
	
	
	

	function recomendado(urlRecurso, resumen, urlDetalle) {
	this.urlRecurso = urlRecurso;
	this.resumen = resumen;
	this.urlDetalle = urlDetalle;
}


function comillas(que) {
	var i = que.indexOf('~');
	while (i >= 0) {
		que = que.replace('~',"'");
		i = que.indexOf('~')
	}
	return que;
}


var recomendados = new Array();


	
		
			
				urlDetalle = null;
				
					
						
							urlDetalle = 'http://www.conversion.com/cv/secciones/CV/ES/MAIN/IN/ARTICULOS/doc_78671_HTML.html?idDocumento=78671'
						

					
				

				recomendados['ZONADEFECTO'] = new recomendado('/cv/formas/84834/78671-128.jpg', 'Durante 40 años, los llamados circuitos integrados apenas si han integrado transistores, diodos y sensores en una hoja de material. Hoy en día, surgen cada vez más circuitos en los que se depositan conjuntamente la mayoría de los componentes eléctricos y electrónicos sobre sustratos flexibles.', urlDetalle);
			
		


	








var elRecomendado = null;
if (esDestacadoConZona) {
	elRecomendado = recomendados[laZona.toUpperCase()];
	if (elRecomendado == null) {
		elRecomendado = recomendados['ZONADEFECTO']
	}
} else {
	elRecomendado = recomendados['sinzona'];
}


if (elRecomendado != null) {
	document.write('<TABLE WIDTH="100%" border=0 cellpadding=0 cellspacing=0>');
	document.write('	<TR BGCOLOR="#5C6FA1">');
	document.write('		<TD VALIGN="TOP"><IMG SRC="/b2bportales/img/esq1blank.gif" WIDTH=3 HEIGHT=3></TD>');
	document.write('		<td><img src="/b2bportales/img/dot.gif" border=0 width=2 height=23></td>');
	document.write('		<TD CLASS="header">Recomendado</TD>');
	document.write('		<TD ALIGN="RIGHT" VALIGN="TOP"><IMG SRC="/b2bportales/img/esq2blank.gif" WIDTH=9 HEIGHT=8></TD>');
	document.write('	</TR>');
	document.write('</TABLE>');
	document.write('<TABLE WIDTH="100%" BORDER=0 CELLPADDING=1 CELLSPACING=0>');
	document.write('	<TR BGCOLOR="#5C6FA1">');
	document.write('		<TD COLSPAN=3>');
	document.write('		<TABLE WIDTH="100%" border=0 cellpadding=0 cellspacing=0>');
	document.write('			<TR BGCOLOR="#E0E4ED">');
	document.write('			<TD><IMG SRC="/b2bportales/img/dot.gif" WIDTH=5></TD>')
	document.write('					<TD CLASS="toutText"><IMG src="' + elRecomendado.urlRecurso + '" vspace=5><BR>');
	document.write(comillas(elRecomendado.resumen))
	
	if (elRecomendado.urlDetalle != null) {
		document.write('&nbsp;<A CLASS="linkDarkBlueUnderline10" HREF="' + elRecomendado.urlDetalle + '">Vea en detalle</A>');
	}
	document.write('</TD></TR>');
	document.write('<TR BGCOLOR="#E0E4ED">');
	document.write('	<TD COLSPAN=2><IMG SRC="/b2bportales/img/dot.gif" WIDTH=5></TD>');
	document.write('</TR>');
	document.write('</TABLE></TD></TR></TABLE>');
}

