function mOver(cell, numero)
{
	switch( numero )
	{
		case 1:
			document.bullet1.src="img/bullet_pesca.gif";
			break;
		case 2:
			document.bullet2.src="img/bullet_seguros.gif";
			break;
		case 3:
			document.bullet3.src="img/bullet_catering.gif";
			break;
		case 4:
			document.bullet4.src="img/bullet_Alimentación.gif";
			break;
		case 5:
			document.bullet5.src="img/bullet_turismo.gif";
			break;
		case 6:
			document.bullet6.src="img/bullet_carnico.gif";
			break;
		case 7:
			document.bullet7.src="img/bullet_comex.gif";
			break;
		case 8:
			document.bullet8.src="img/bullet_automocion.gif";
			break;
		case 9:
			document.bullet9.src="img/bullet_piedras.gif";
			break;
		case 10:
			document.bullet10.src="img/bullet_residuos.gif";
			break;
		case 11:
			document.bullet11.src="img/bullet_ferias.gif";
			break;

		case 12:document.bullet12.src="img/bullet_calzado.gif";
			break;

		case 13:document.bullet13.src="img/bullet_flor.gif";
			break;
	}
	cell.bgColor = '#FFFFFF';
}

function mOut(cell, numero)
{
  switch( numero )
	{
		case 1:
			document.bullet1.src="img/bullet_nav.gif";
			break;
		case 2:
			document.bullet2.src="img/bullet_nav.gif";
			break;
		case 3:
			document.bullet3.src="img/bullet_nav.gif";
			break;
		case 4:
			document.bullet4.src="img/bullet_nav.gif";
			break;
		case 5:
			document.bullet5.src="img/bullet_nav.gif";
			break;
		case 6:
			document.bullet6.src="img/bullet_nav.gif";
			break;
		case 7:
			document.bullet7.src="img/bullet_nav.gif";
			break;
		case 8:
			document.bullet8.src="img/bullet_nav.gif";
			break;
		case 9:
			document.bullet9.src="img/bullet_nav.gif";
			break;
		case 10:
			document.bullet10.src="img/bullet_nav.gif";
			break;
		case 11:
			document.bullet11.src="img/bullet_nav.gif";
			break;
		case 12:
			document.bullet12.src="img/bullet_nav.gif";
			break;
		case 13:
			document.bullet13.src="img/bullet_nav.gif";
			break;


	}
      cell.bgColor = '';
}