//Mostrar div de ayuda rapida

function obtenerAyuda(id){
var ayuda="";
var imgFlecha="<div id='imgFlecha'></div>";

munTmp=estado[periodico].municipio;
munTmp= munTmp.replace('<b class="textoNota2" >*</b>',"");
munTmp= munTmp.replace(':',"");

if(id=="busqueda_ay"){
//	ayuda="<font class='tit_divmensaje'>Existen tres tipos de búsquedas:</font><br />";
//	ayuda+=imgFlecha;
	/*
	ayuda+="Búsqueda por Dirección<br />";
	ayuda+="<font class='not_divmensaje'>Ingresar los siguientes campos: Calle, Colonia o "+ munTmp +". </font><br />";
	ayuda+="<br /><font style='height:15px'  >Mientras mas datos se proporcionen mejor será el resultado  </font>";
	ayuda+="&nbsp;<br /><table width='100%' border='0' cellspacing='0' cellpadding='0'> "+
			"<tr>"+
				"<td valign='top' width='180px'><font style='height:15px;'  ><br />"+
					"Para información más detallada clic en: </font></td><td valign='bottom'>"+
						"<img src='images/btns/ayuda_"+periodico+".gif' align='absmiddle'>"+
				"</td>  "+
			"</tr>"+
			"</table>";
	*/
	ayuda+="Búsqueda por Dirección<br />";
	ayuda+="<font class='not_divmensaje'>Ingresar la dirección en el siguiente orden: Calle, Colonia o "+ munTmp +". </font><br />";
	ayuda+="<br />Búsqueda de negocios<br />";
	ayuda+="<font class='not_divmensaje'>También puedes buscar negocios ó sitios de interés</font><br />";
	ayuda+="<br /><font style='height:15px'  >Mientras mas datos se proporcionen mejor será el resultado  </font>";
	ayuda+="<font style='height:15px;'  ><br /><br />"+
					"Para información<br /> más detallada clic en: </font>"+
						"<img src='images/btns/ayuda_"+periodico+ ".gif' align='absmiddle'>";
}

else if(id=="ruteo_ay"){
	ayuda="<font class='tit_divmensaje'>Existen dos tipos de rutas:</font><br />";
	ayuda+=imgFlecha;
	ayuda+="&nbsp;<br />1. Ruta rápida<br />";
	ayuda+="<font class='not_divmensaje'>Este tipo de ruta se calcula dando prioridad a vías principales como ejes, avenidas y circuitos.</font><br />";
	ayuda+="&nbsp;<br />2. Ruta corta<br />";
	ayuda+="<font class='not_divmensaje'>Este tipo de ruta se calcula en base a distancia; no distingue entre calles y vías principales.</font><br />";
	
	ayuda+="<font class='tit_divColor'>&nbsp;<br />Origen / Destino</font><br />";
	ayuda+="<font class='not_divmensaje'>Para agregar o modificar el punto Origen o Destino, realizar una búsqueda o dar clic derecho en el mapa.</font><br />";
	
	ayuda+="&nbsp;<br /><table width='100%' border='0' cellspacing='0' cellpadding='0'>  <tr>    <td valign='top' width='180px'><font class='textoNota2' style='height:15px'  >Para información más detallada clic en: </font></td><td valign='bottom'><img src='images/btns/ayuda_"+periodico+".gif' align='absmiddle'></td>  </tr></table>";
}

return ayuda;
}

