function catalogo_tpr(parametro)
{

/// Economía y finanzas
cadena=",,5623,4268,";
posicion=cadena.indexOf(","+parametro+",");
//-1 no está
//>=0 está
	
		if (posicion>=0)
		{	  
				document.write("<a href='http://www.mcgraw-hill.es/html/8448145372.html' target ='_blank'><img src='/imagenes/banners/banner_8448145372.gif' border=0 width='150' height='100'></a>");     	

		}
}
