



























	
	
	

	
	
	
	
	
	
	

	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.plastico.com/tp/secciones/TP/ES/MAIN/IN/ARTICULOS/doc_78961_HTML.html?idDocumento=78961'
						

					
				

				recomendados['ZONADEFECTO'] = new recomendado('/tp/formas/84971/K2010_braun_125.jpg', 'En la tecnología médica, un sector de futuro y que genera múltiples innovaciones, el moldeo por inyección ofrece un campo ideal con posibilidades infinitas. Junto al avance en procesamiento, el desarrollo de nuevos de materiales abre áreas de aplicación adicionales.', 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>');
}

