function AutoSuggest(elem, suggestions, campo)
{
	var me = this;
	this.elem = elem;
	this.suggestions = suggestions;
	this.eligible = new Array();
	this.inputText = null;
	this.highlighted = -1;
	this.div = document.getElementById("autosuggest");
	this.numCampo = -1;
	var TAB = 9;
	var ESC = 27;
	var KEYUP = 38;
	var KEYDN = 40;
	
	
	elem.setAttribute("autocomplete","off");
	if(!elem.id)
	{
		var id = "autosuggest"+idCounter;
		idCounter++;
		elem.id = id;
	}
	elem.onkeydown = function(ev)
	{
		var key = me.getKeyCode(ev);
		switch(key)
		{
			case TAB:
			me.useSuggestion();
			break;
			case ESC:
			me.hideDiv();
			break;
			case KEYUP:
			if (me.highlighted > 0)
			{
				me.highlighted--;
			}
			me.changeHighlight(key);
			break;

			case KEYDN:
			if (me.highlighted < (me.eligible.length - 1))
			{
				me.highlighted++;
			}
			me.changeHighlight(key);
			break;
		}
	};

	elem.onkeyup = function(ev) 
	{
		var key = me.getKeyCode(ev);
		switch(key)
		{
		case TAB:
		case ESC:return;
		case KEYUP:
		case KEYDN:
		default:
			if (this.value != me.inputText && this.value.length > 0)
			{
				me.inputText = this.value;
				me.getEligible();
				me.createDiv();
				me.positionDiv();
				me.showDiv();
			}
			
		}
	};


	this.useSuggestion = function()
	{
		if (this.highlighted > -1)
		{
			document.getElementById('EMPRESA').value = descriptions[new Number(this.highlighted) + this.numCampo][1];
			document.getElementById('HORARIOS').value = descriptions[new Number(this.highlighted) + this.numCampo][3];
			document.getElementById('VALOR').value = descriptions[new Number(this.highlighted) + this.numCampo][4];
			document.getElementById('TELEFONOS').value = descriptions[new Number(this.highlighted) + this.numCampo][5];
			campo.value = new Number(this.highlighted) + this.numCampo;
			this.elem.value = this.eligible[this.highlighted];
			
			this.hideDiv();
			setTimeout("document.getElementById('" + this.elem.id + "').focus()",0);
		}
	};
	this.showDiv = function()
	{
		this.div.style.display = 'block';
		
	};

	this.hideDiv = function()
	{
		this.div.style.display = 'none';
		this.highlighted = -1;
	};

	this.changeHighlight = function()
	{
		var lis = this.div.getElementsByTagName('LI');
		for (i in lis)
		{
			var li = lis[i];

			if (this.highlighted == i)
			{
				li.className = "selected";
			}
			else
			{
				li.className = "";
			}
		}
	};

	this.positionDiv = function()
	{
		var el = this.elem;
		var x = 0;
		var y = el.offsetHeight;
		while (el.offsetParent && el.tagName.toUpperCase() != 'BODY')
		{
			x += el.offsetLeft;
			y += el.offsetTop;
			el = el.offsetParent;
		}

		x += el.offsetLeft;
		y += el.offsetTop;

		this.div.style.left = x + 'px';
		this.div.style.top = y + 'px';
	};

	this.createDiv = function()
	{
		var ul = document.createElement('ul');
		for (i in this.eligible)
		{
			var word = this.eligible[i];
	
			var li = document.createElement('li');
			var a = document.createElement('a');
			a.href="javascript:false";
			a.innerHTML = word;
			a.title=this.eligible[i];
			li.appendChild(a);
	
			if (me.highlighted == i)
			{
				li.className = "selected";
			}
	
			ul.appendChild(li);
		}
	
		this.div.replaceChild(ul,this.div.childNodes[0]);
	

		ul.onmouseover = function(ev)
		{
			var target = me.getEventSource(ev);
			while (target.parentNode && target.tagName.toUpperCase() != 'LI')
			{
				target = target.parentNode;
			}
		
			var lis = me.div.getElementsByTagName('LI');
			
	
			for (i in lis)
			{
				var li = lis[i];
				if(li == target)
				{
					me.highlighted = i;
					break;
				}
			}
			me.changeHighlight();
		};

		ul.onclick = function(ev)
		{
			me.useSuggestion();
			me.hideDiv();
			me.cancelEvent(ev);
			return false;
		};
	
		this.div.className="suggestion_list";
		this.div.style.position = 'absolute';
		this.div.style.background = '#ffffff';

	};

	this.getEligible = function()
	{
		this.eligible = new Array();
		
		var paro=false;
		
		for (i in this.suggestions) 
		{
			var suggestion = this.suggestions[i];
			
			if(suggestion.toLowerCase().indexOf(this.inputText.toLowerCase()) == "0")
			{
				this.eligible[this.eligible.length]=suggestion;
				if(paro==false)
				{
					this.numCampo=new Number(i);
					paro=true;
				}
			}
		}
	};

	this.getKeyCode = function(ev)
	{
		if(ev)
		{
			return ev.keyCode;
		}
		if(window.event)
		{
			return window.event.keyCode;
		}
	};
	this.getEventSource = function(ev)
	{
		if(ev)
		{
			return ev.target;
		}
	
		if(window.event)
		{
			return window.event.srcElement;
		}
	};

	this.cancelEvent = function(ev)
	{
		if(ev)
		{
			ev.preventDefault();
			ev.stopPropagation();
		}
		if(window.event)
		{
			window.event.returnValue = false;
		}
	}
}
var idCounter = 0;
var fruits = new Array(
	"AEREOPUERTO (Valle)","AGUACHICA (Cesar) Via Barranca","ALTAGUER (Nar) Via tumaco","ALTAMIRA (Huila)","AMAIME (VALLE)","ANDALUCIA (Valle)","ANSERMA (Caldas)","ANSERMA NUEVO (Valle)","ARMENIA (Quindio)","BARRANCA (Crucero)","BARRANQUILLA (Atlan)","BELALCAZAR (Cauca) viernes","BITACO (Valle)","BOGOTA (D.C.)","BOLIVAR (Valle)","BRISAS (Valle)","BUCARAMANGA (S/der)","BUENAVENTURA (Valle)","BUENOS AIRES (Cauca)","BUGA (Valle)","BUGALAGRANDE (Valle)","CAICEDONIA (Valle)","CAJAMARCA (Tolima)","CAJIBIO (Cauca)","CANDELARIA (Valle)","CARMEN DE BOLIVAR","CARTAGENA (Bol)","CARTAGO (Valle)","CAUCASIA","CERETE","CERRITO (Valle)","CERRITOS (R/da)","CHINCHINA (Caldas)","CHINU","CIENAGA","CISNEROS (Valle)","CONDOTO","CORINTO (Cauca)","COROZAL","COSTARICA (Valle)","COVEÑAS","CUCUTA (N/der)","CUMBRE (via Pavas Restrepo)","CUMBRE (Via Pavas)","DAGOTA S/der (Via Barranca)","DAGUA (Valle)","DANUBIO(carretera vieja)","DARIEN (Via Dagua)","DARIEN (Via Jiguales)","DARIEN (x el Lago Calima)","DARIEN","DARIEN Via Dagua","DARIEN x el lago y x tableros)","DONCELLO","DORADA (Caldas)","EL BORDO (Cauca)","EL CARMELO","EL CARMEN (Valle)","EL EMPATE (Nar)","EL ESTRECHO (Nar)","EL GUAMO (Tol)","EL LLANITO Cauca","EL ORTIGAL (via candelaria)","EL PATIA (Nar)","EL TABLON (Nar)","EL TIPLE","ESPINAL (Tol)","FLORENCIA (Caq)","FLORIDA (Valle)","FRESNO (Tol)","GALINDEZ","GARZON (Huila)","GIGANTE","GINEBRA (Valle)","GINEBRA (valle)","GIRARDOT (Cund)","GOLONDRINAS","GUACARI (Valle)","GUADALUPE (Huila)","GUADALUPE","GUAMO (Tol)","HUASANO (Valle)","GUAYABAL (TOLIMA) Via Ibague","GUESACO (Nar)","HOBERO (VALLE)","HONDA (Tolima)","IBAGUE (Tolima)","INZA BELALCAZAR","IPIALES (Nariño)","IRRA (Ris)","ITAGUI (Antioquia)","ITSMINA (Quibdo)","JAMUNDI (VALLE)","JUANBALO (Cauca)","K 30 (VALLE)","LA APARTADA","LA CRUZ (Nar)","LA DORADA (Cald)","LA FELIZA","LA FELIZA","LA GOTA","LA HORMIGA (Put)","LA PAILA(valle)","LA PINTADA (Ant)","LA PLATA (Hui)","LA UNION (Nar)","LA UNION (Valle)","LA URIBE (por la variante)","LA URIBE (Valle)","LA VICTORIA (Valle)","LA VIRGINIA (Ris)","LAGO CALIMA. (Via Darien)","LERIDA (Tolima)","LLORENTE (Nar) Via Tumaco","LORICA","MAGANGUE","MAICAO (Guajira)","MANDIVA (Cauca)","MANGO (Cauca)","MANIZALES (Caldas)","MARIQUITA (Tol)","MEDELLIN (Ant)","MELGAR (Tol)","MERCADERES (Nar)","MESTIZAL (VALLE)","MIRANDA (Cauca)","MOCOA (Put)","MOJARRAS (Nar)","MONDOMO (Cauc)","MONTERIA","MULALO (Via Yumbo panamericana)","NATAGAIMA (T) via Neiva","NEIVA (Huila)","OBANDO (Valle)","ORITO (P/Mayo)","PADILLA (Cauca)","PALMIRA (Valle)","PAMPLONA (N/der)","PANOIA","PASTO (Nar)","PAUJIL","PAVAS (Valle)","PAVAS (Valle) Via Restrepo","PEDREGAL (Nar)","PEREIRA (R/da)","PESCADOR (Cauca)","PIED/SENTADA (Cauca)","PIEDRA ANCHA (Nar)","PIENDAMO (Cauca)","PITAL (Cauca)","PITALITO (Huila)","PLANETA RICA","POPAYAN (Cauca)","PRADERA (Valle) via Palmira","PRADERA VIA CAVASA","PUERTO ARAUJO","PUERTO ASIS (Put)","PUERTO BOYACA (Boy)","PUERTO CAICEDO (P/yo)","PUERTO RICO (Caq)","PUERTO TEJADA (Cauca)","PUERTO TEJADA (VIA HORMIGUERO)","PUERTO TEJADA (VIA VILLA RICA)","QUEREMAL (Valle)","QUIBDO (Choco)","QUINA MAYO","REMOLINO (Cauca)","REMOLINO (Nar)","RESTREPO","RESTREPO Via vijes.","RESTREPO. Via Cumbre, Pavas","RESTREPO. Via Panorama","RICAURTE (Valle)","RIO FRIO (Valle)","RIO HACHA","RIO SUCIO (Cdas)","ROBLEDO (Valle)","ROLDANILLO (Valle)","ROSAS (Cauca)","ROZO (Valle)","SAHAGUN (Cor)","SALDAÑA","SAN AGUSTIN (Huila)","SAN ALBERTO","SAN JOSE DE ALBAN (Nar)","SAN JOSE DE ISNOS (Huila)","SAN JUAN DDE NEPOMUCENO","SAN JUAQUIN","SAN MARCOS (VIJES)","SAN MARTIN (Cesar)","SAN MIGUEL","SAN ONOFRE","SAN PABLO (Nar)","SAN PEDRO (Put)","SAN PEDRO (Valle)","SAN PEDRO( Cesar)","SAN VICENTE DEL CAGUAN","SANTA HELENA (V) Via Palmira","SANTA INES Via jiguales","SANTA MARTHA","SANTA ROSA (Cdas)","SANTANDER.DE Q (Cauc)","SEVILLA (Valle)","SILVIA (Cauca)","SINCELEJO","SONSO (Valle)","SUAREZ (Cauca)","SUAZA via Florencia","SUPIA (Cdas)","TAMBO (Cauca)","TARAZA","TIMBA (Cauca)","TIMBIO (Cauca)","TOLU","TORIBIO (Cauca)","TRUJILLO (Valle)","TULUA - BUENAVENTURA","TULUA (Valle)","TUMACO (Nar)","TUQUERRES (Nar) Via Tumaco","VALLEDUPAR","VENADILLO (Tolima)","VERSALLES (Valle)","VIJES (Valle)","VILLA GARZON (Put)","VILLA RICA (Cauca)","VILLAGORGONA (Valle)","VILLALOBOS (Put)","YOTOCO","YUMBO (Valle)","ZARZAL (Valle)");

var descriptions=new Array();
for(i=0;i<233;i++){
	descriptions[i]=new Array();
}

descriptions[0][0]="AEREOPUERTO (Valle)\nAEREOPUERTO (Valle)\n";descriptions[0][1]="RAPIDO AEROPUERTO\nLINEAS CONSUL\n";descriptions[0][2]=" BUSETA \n BUSETA \n";descriptions[0][3]="5.00 a.m. 7.30 p.m. C/ 15 MIN\n5.00 a.m. 7.30 p.m. C/ 15 MIN\n";descriptions[0][4]="3.500\n3.500\n";descriptions[0][5]="6680648\n6687450\n";descriptions[0][6]="35 M/tos\n35 M/tos\n";
descriptions[1][0]="AGUACHICA (Cesar) Via Barranca\n";descriptions[1][1]="FLOTA MAGDALENA\n";descriptions[1][2]=" PREFERENCIAL \n ";descriptions[1][3]="8.30 P.M.\n";descriptions[1][4]="105.000\n";descriptions[1][5]="6687504\n";descriptions[1][6]="18 horas \n18 horas \n";
descriptions[2][0]="ALTAGUER  (Nar) Via tumaco\n";descriptions[2][1]="TRANS IPIALES\n";descriptions[2][2]=" BUS \n";descriptions[2][3]="7.00 Y 8.00 P.M.\n";descriptions[2][4]="48.000\n";descriptions[2][5]="6687252\n";descriptions[2][6]="12 horas\n";
descriptions[3][0]="ALTAMIRA (Huila)\nALTAMIRA (Huila)\n";descriptions[3][1]="RAPIDO TOLIMA\nCOOMOTOR\n";descriptions[3][2]=" BUS \n PREFERENCIAL \n";descriptions[3][3]="6.45 P.M.\n8.00 Y 9.00 P.M.\n";descriptions[3][4]="40.000\n56.000\n";descriptions[3][5]="6674783\n6644132\n";descriptions[3][6]="9 Horas\n9 Horas\n";
descriptions[4][0]="AMAIME (VALLE)\nAMAIME (VALLE)\n";descriptions[4][1]="COODETRANS PALMIRA\nMONTEBELLO\n";descriptions[4][2]=" BUSETA \n MICRO \n";descriptions[4][3]="5.10 A.M. C/ 10 Mtos a 9.00 P.M.\n5.10 A.M. C/ 10 Mtos a 9.00 P.M.\n";descriptions[4][4]="3.500\n3.500\n";descriptions[4][5]="6681704\n6616310\n";descriptions[4][6]="50 M/tos\n50 M/tos\n";
descriptions[5][0]="ANDALUCIA (Valle)\nANDALUCIA (Valle)\nANDALUCIA (Valle)\n";descriptions[5][1]="COOP DE OCCIDENTE\nMONTEBELLO\nTRANSPORTES SALONICA\n";descriptions[5][2]=" BUSETA \n BUSETA \n BUSETA \n";descriptions[5][3]="6.00 A.M. C/ 40 M/ tos a 8.00 P.M. \n5:40 A.M CADA 15 M/tos hasta las 7:30 P.M\n5:30 A:M. C/15 M/tos a 7.30 P.M.\n";descriptions[5][4]="11.500\n10.000\n10.000\n";descriptions[5][5]="6687564\n6616310\n6687450\n";descriptions[5][6]="2 horas\n2 horas\n2 Horas\n";
descriptions[6][0]="ANSERMA (Caldas)\nANSERMA (Caldas)\n";descriptions[6][1]="FLOTA MAGDALENA\nEMPRESA ARAUCA\n";descriptions[6][2]=" BUS \n PREFERENCIAL \n";descriptions[6][3]="4.00 A.M. 7.00 . 9.00 A.M\n6.00 .M. Y 10.00 A.M.\n";descriptions[6][4]="22.000\n22.000\n";descriptions[6][5]="6687504\n6689881\n";descriptions[6][6]="5 H.30 M/tos\n5 H 30 M/tos\n";
descriptions[7][0]="ANSERMA NUEVO (Valle)\n";descriptions[7][1]="COOP DE OCCIDENTE\n";descriptions[7][2]=" BUSETA \n";descriptions[7][3]="7:30  1:10 HASTA LAS 2:40 P.M\n";descriptions[7][4]="19.500\n";descriptions[7][5]="6687564\n";descriptions[7][6]="3 H Y 30 M\n";
descriptions[8][0]="ARMENIA (Quindio)\nARMENIA (Quindio)\nARMENIA (Quindio)\nARMENIA (Quindio)\nARMENIA (Quindio)\nARMENIA (Quindio)\nARMENIA (Quindio)\n";descriptions[8][1]="EXPRESO PALMIRA \nEXPRESO PALMIRA \nEXPRESO TREJOS\nFLOTA MAGDALENA\nPROFESIONALES\nLINEAS PANORAMA\nVELOTAX\n";descriptions[8][2]=" BUSETA \n PREFERENCIAL \n BUSETA \n BUS \n BUSETA \n AEREOVAN \n PREFERENCIAL \n";descriptions[8][3]="6.00 A.M. C/Hora a 7.00 P.M.\n3.30, 5.30 C/Hora a 11.30 P.M.\n4.40 C/40 M/tos a 7.40 P.M.\n4, 5 6,7.30-9-10-12.00 A.M 4-5-6-7-10-11-PM\n5:30 A.M. C/ 30 M/tos a 8.00 P.M.\n6.A.M. C/Hora a 7.00 P.M. \n1,  2,  3, 5,A.M. C/Hora A 9, 10.30 Y 11.30 P.M.\n";descriptions[8][4]="20.000\n20.000\n20.000\n20.000\n20.000\n22.000\n20.000\n";descriptions[8][5]="6685347\n6685347\n6688330\n6687504\n6616247\n6684639\n6687200\n";descriptions[8][6]="3 Horas\n3 Horas\n3 Horas\n3 Horas\n3 Horas\n3 Horas\n3 Horas\n";
descriptions[9][0]="BARRANCA (Crucero)\n";descriptions[9][1]="FLOTA MAGDALENA\n";descriptions[9][2]=" PREFERENCIAL \n ";descriptions[9][3]="8.30 P.M.\n";descriptions[9][4]="80.000\n";descriptions[9][5]="6687504\n";descriptions[9][6]="15 Horas\n";
descriptions[10][0]="BARRANQUILLA (Atlan)\n";descriptions[10][1]="BRASILIA\n";descriptions[10][2]=" PREFERENCIAL \n";descriptions[10][3]="6:30, 8:00 ,10:00, A.M. 12:00M. 8:00PM.  (conexión Arauca)\n";descriptions[10][4]="147.000\n";descriptions[10][5]="6670902\n";descriptions[10][6]="20 Horas\n";
descriptions[11][0]="BELALCAZAR (Cauca) viernes\n";descriptions[11][1]="SOTRACAUCA\n";descriptions[11][2]=" BUSETA \n";descriptions[11][3]="12.00  P.M.  \n";descriptions[11][4]="28.000\n";descriptions[11][5]="6601936\n";descriptions[11][6]="8 H 30 Mtos \n";
descriptions[12][0]="BITACO (Valle)\n";descriptions[12][1]="TRANS CALIMA\n";descriptions[12][2]=" BUS \n";descriptions[12][3]="9.30 A.M. 1.00 P.M. 5.30 P.M.\n";descriptions[12][4]="5.000\n";descriptions[12][5]="6687800\n";descriptions[12][6]="2 H 30\n";
descriptions[13][0]="BOGOTA   (D.C.)\nBOGOTA   (D.C.)\nBOGOTA   (D.C.)\nBOGOTA   (D.C.)\nBOGOTA   (D.C.)\nBOGOTA   (D.C.)\nBOGOTA   (D.C.)\nBOGOTA   (D.C.)\n";descriptions[13][1]="EXPRESO PALMIRA  \nEXPRESO BOLIVARIANO\nFLOTA MAGDALENA  de Pasto\nFLOTA MAGDALENA\nPROFESIONALES\nVELOTAX\nVELOTAX   \n";descriptions[13][2]=" PREFERENCIAL \n PREFERENCIAL DE LUJO \n BUS \n PREFERENCIAL \n PREFERENCIAL \n PREFERENCIAL \n PREFERENCIAL DE LUJO \n";descriptions[13][3]="3.30 5.30 A.M. 7.30 8.30 9.30 y 11.30 P.M.\n6. AM C/H. a 12/M 1.00, 2.30, 4.30,.C/ H a  7.30 y C/ 30 M/tos a 11.PM.\n4, 5 6,7.30-9-10-12.00 A.M 4-5-6 - 7- 9--10-11.00 P.M.\n8.00 P.M\n 8.00, 9.00, 10.00 y 11.00. P.M.\n 2,  3, 4, 6, 9, 11, A.M.1, P.M. C/Hora a  8, 11, Y 11.30 P.M. \n1., 5., 8.,  10.00 A.M. 12.00 M   3. 5. 7. 9. y  10.00 P.M.\n";descriptions[13][4]="52.900\n53.000\n50.000\n50.000\n55.000\n53.000\n53.000\n";descriptions[13][5]="6685347\n6684028\n6687504\n6687504\n6616247\n6687200\n6687200\n";descriptions[13][6]="10 Horas\n10 Horas\n11 Horas\n10 Horas\n10 Horas\n10 Horas\n10 Horas\n";
descriptions[14][0]="BOLIVAR (Valle)\n";descriptions[14][1]="TRANS ANDINA\n";descriptions[14][2]=" BUSETA \n";descriptions[14][3]="6:00 a.m. a 7:00 p.m. cada hora\n";descriptions[14][4]="13.500\n";descriptions[14][5]="6675640\n";descriptions[14][6]="2 Horas\n";
descriptions[15][0]="BRISAS  (Valle)\n";descriptions[15][1]="SULTANA DEL VALLE\n";descriptions[15][2]=" BUSETA \n";descriptions[15][3]="4.. C/10 M/tos a 5. A.M. C/ 30 A 4. P.M C/ 15 a 7. P.M.\n";descriptions[15][4]="2.000\n";descriptions[15][5]="6535141\n";descriptions[15][6]="40 M/tos\n";
descriptions[16][0]="BUCARAMANGA (S/der)\nBUCARAMANGA (S/der)\n";descriptions[16][1]="EXPRESO BOLIVARIANO\n";descriptions[16][2]=" PREFERENCIAL DE LUJO \n ";descriptions[16][3]="900 -12 A.M. 200 - 400, -600, y  800- PM.\n";descriptions[16][4]="110.000\n";descriptions[16][5]="6685234\n";descriptions[16][6]="16 Horas\n";
descriptions[17][0]="BUENAVENTURA  (Valle)\nBUENAVENTURA  (Valle)\nBUENAVENTURA  (Valle)\nBUENAVENTURA  (Valle)\nBUENAVENTURA  (Valle)\nBUENAVENTURA  (Valle)\nBUENAVENTURA  (Valle)\nBUENAVENTURA  (Valle)\nBUENAVENTURA  (Valle)\n";descriptions[17][1]="COOMOEPAL  \nCOOMOEPAL  \nEXPRESO TREJOS \nEXPRESO TREJOS \nEXPRESO PALMIRA\nFLOTA MAGDALENA\nTRANS MAR\nTRANS MAR\nTRANSUR\n";descriptions[17][2]=" AEREOVAN  \n TAXI \n AEREOVAN  \n TAXI \n AEROVAN  \n BUSETA \n AEREOVAN \n TAXI \n BUSETA Y TAXI \n";descriptions[17][3]="5.00 A.M..  C/30 M/tos A 7.00 P.M.\n5.00 A.M..  C/30 M/tos A 7.00 P.M.\n5.00 A.M..  C/30 M/tos A 7.00 P.M.\n5.00 A.M..  C/30 M/tos A 7.00 P.M.\n5.00 A.M..  C/30 M/tos A 7.00 P.M.\n4.15 A.M. C/ 30 Mtos a 6.45 P.M.\n5.00 A.M..  C/30 M/tos A 7.30 P.M.\n5.00 A.M..  C/30 M/tos A 7.30 P.M.\n4.00 A.M. C/ 30 M/tos a 7.00 P.M.\n";descriptions[17][4]="17.000\n21.000\n17000\n21000\n17.000\n12.000\n17.000\n21.000\n17.000\n";descriptions[17][5]="6687911\n6687911\n6688330\n6688330\n6685347\n6687504\n6685313\n6685313\n6603535\n";descriptions[17][6]="3 HORAS\n2 HORAS\n3HORAS\n2HORAS\n3 HORAS\n3HORAS\n3HORAS\n2HORAS\n3HORAS\n";
descriptions[18][0]="BUENOS AIRES (Cauca)\nBUENOS AIRES (Cauca)\n";descriptions[18][1]="TRANSUR\nCOOMOTORISTAS\n";descriptions[18][2]=" BUS \n BUS \n";descriptions[18][3]=" 5.20, 7.05, 10.05 A.M. , 3:05 P.M\n7.00- 10.00A.M. Y 3.00 P.M.\n";descriptions[18][4]="10.700\n10.700\n";descriptions[18][5]="6603535\n6688068\n";descriptions[18][6]="3 HORAS\n3 HORAS\n";
descriptions[19][0]="BUGA (Valle)\nBUGA (Valle)\nBUGA (Valle)\nBUGA (Valle)\nBUGA (Valle)\nBUGA (Valle)\nBUGA (Valle)\nBUGA (Valle)\nBUGA (Valle)\nBUGA (Valle)\nBUGA (Valle)\nBUGA (Valle)\nBUGA (Valle)\nBUGA (Valle)\n";descriptions[19][1]="COODETRANS PALMIRA\nCOOP CIUDAD SEÑORA\nEXPRESO TREJOS\nEXPRESO PALMIRA\nFLOTA MAGDALENA\nTRANS INDUSTRIALES\nTRANS INDUSTRIALES\nTRANS SALONICA\nTRANS MONTEBELLO\nTRANSPORTES UNIDOS\nTRANS YUMBO\nLINEA LOS BUGUEÑOS\nLINEAS PANORAMA\nPROFESIONALES DEL TRANSPORTE\n";descriptions[19][2]=" BUSETA y BUS \n BUSETA \n BUSETA \n BUSETA \n BUS \n BUSETA \n BUSETA \n BUSETA \n MICRO \n BUSETA \n BUSETA \n BUSETA \n BUSETA \n BUSETA \n";descriptions[19][3]="5.20 A.M. C/10 Mtos a 7.10 P.M.\n6.00 AM. C/ 10 M/tos a 9.30 PM.\n4.40 A.M. C/40M/tos a 7.40 P.M.\n5.00 AM. C/ 30 M/tos a 8.00 PM.\n4, 5 6,7.30-9-10-11-12.00 A.M 4-5-6-7-10-11-\nLun, A Sab 5.OO AM. C/ 30 M/tos. 7.00 PM. \nDom, Fes .7.43 A.M. C/ 30 M 4.15 P.M \n5.00 AM. C/ 30 M/ tos  a 8.00 PM.\n5.00 AM. C/ 30 M/ tos  a 8.00 PM.\n5.00 A.M. C/ 15 M/tos a 7.00 P.M.\n6.15 A.M. C7 30 M/tos a 7.15 P.M.\n6:00 A.M. C7 30 M/tos a 6.00 P.M.\n5:20 cada 20 minutos hasta las 7:30 P.M\n5:30 A.M. C/ 30 M/tos a 8.00 P.M.\n";descriptions[19][4]="5.500\n6.500\n6.500\n6.500\n6.500\n6.500\n6.500\n7.500\n7.500\n6.000\n6.000\n6.500\n8.500\n7.000\n";descriptions[19][5]="6681004\n6687964\n6688330\n6685347\n6687504\n6611182\n6611182\n6616310\n6616310\n3162534162\n6695596\n6613951\n6684639\n6616247\n";descriptions[19][6]="2 H 10 M/tos\n1 Horas\n1 Horas\n1 Horas\n1 Horas\n1 Horas\n1 Horas\n1 Horas\n1 Horas\n1 Horas\n1 Horas\n1 Horas\n1 Horas\n1 Horas\n";
descriptions[20][0]="BUGALAGRANDE (Valle)\nBUGALAGRANDE (Valle)\nBUGALAGRANDE (Valle)\n";descriptions[20][1]="COOP DE OCCIDENTE\nTRANS MONTEBELLO\nTRANS SALONICA\n";descriptions[20][2]=" BUSETA \n BUSETA \n BUSETA \n";descriptions[20][3]="6.00 A.M. C/40 MTOS A 9.00 P.M.\n5:40 A.M C/ 15 M/tos hasta las 7:30 P.M\n5:30 A.M C/ 15 M/tos hasta las 7:30 P.M\n";descriptions[20][4]="10.500\n10.000\n10.000\n";descriptions[20][5]="6687564\n6616310\n6687450\n";descriptions[20][6]="2 H 15 M/tos\n2Horas\n2Horas\n";
descriptions[21][0]="CAICEDONIA (Valle)\n";descriptions[21][1]="EXPRESO PALMIRA\n";descriptions[21][2]=" BUSETA \n";descriptions[21][3]="6.00 A.M C/hora 4.00 PM.\n";descriptions[21][4]="13.000\n";descriptions[21][5]="6685347\n";descriptions[21][6]="4 Horas\n";
descriptions[22][0]="CAJAMARCA (Tolima)\nCAJAMARCA (Tolima)\n";descriptions[22][1]="FLOTA MAGDALENA\nVELOTAX\n";descriptions[22][2]=" BUS \n BUS \n";descriptions[22][3]="4, 5 6,7.30-9-10-12.00 A.M 4.00,5, -6,7-10-11-P.M.\n 2,  3, 4, 6, 9, 11, A.M.1, P.M. C/Hora a  8, 11, Y 11.30 P.M. \n";descriptions[22][4]="21.000\n28.000\n";descriptions[22][5]="6687504\n6687200\n";descriptions[22][6]="4 H 30 M/tos\n4 H 30 M/tos\n";
descriptions[23][0]="CAJIBIO (Cauca)\n";descriptions[23][1]="TRANS PUERTO TEJADA\n";descriptions[23][2]=" BUSETA \n";descriptions[23][3]="4-00 A.M. C/30. M/tos a 8.00 P.M.\n";descriptions[23][4]="10.000\n";descriptions[23][5]="6687442\n";descriptions[23][6]="1 H 30Min\n";
descriptions[24][0]="CANDELARIA (Valle)\nCANDELARIA (Valle)\nCANDELARIA (Valle)\n";descriptions[24][1]="COODETRANS PALMIRA\nSULTANA DEL VALLE\nTRANS MONTEBELLO\n";descriptions[24][2]=" BUSETA \n BUSETA \n BUSETA \n";descriptions[24][3]="4.00 A.M..  C/7 M/tos Aa 10.00 P.M.\n4. C/10 M/tos a 5. A.M. C/ 30 A 4. P.M C/ 15 a 7. P.M.\n5.00 A.M..  C/40 M/tos A 7.00 P.M.\n";descriptions[24][4]="3.700\n2.600\n2.600\n";descriptions[24][5]="6681704\n6535141\n6616310\n";descriptions[24][6]="1 Hora\n1 Hora\n1 Hora\n";
descriptions[25][0]="CARMEN DE BOLIVAR\n";descriptions[25][1]="BRASILIA\n";descriptions[25][2]=" BUSETA \n";descriptions[25][3]="6:30, 8:00 AM,10:00,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[25][4]="131.000\n";descriptions[25][5]="6670902\n";descriptions[25][6]="19 HORAS\n";
descriptions[26][0]="CARTAGENA (Bol)\n";descriptions[26][1]="BRASILIA\n";descriptions[26][2]=" PREFERENCIAL \n";descriptions[26][3]="6:30, 8:00,10:00AM,12:00M.8:00 PM.(conexión Arauca)\n";descriptions[26][4]="147.000\n";descriptions[26][5]="6670902\n";descriptions[26][6]="22 HORAS\n";
descriptions[27][0]="CARTAGO (Valle)\nCARTAGO (Valle)\nCARTAGO (Valle)\nCARTAGO (Valle)\nCARTAGO (Valle)\nCARTAGO (Valle)\nCARTAGO (Valle)\nCARTAGO (Valle)\nCARTAGO (Valle)\n";descriptions[27][1]="COOP DE OCCIDENTE\nEXPRESO TREJOS\nEXPRESO PALMIRA\nEMPRESA ARAUCA\nFLOTA MAGDALENA\nTAX CENTRAL  \nTAX CENTRAL\nTRANSPORTES UNIDOS\nLINEAS PANORAMA\n";descriptions[27][2]=" BUSETA \n PREFERENCIAL DE LUJO \n BUSETA \n BUS  \n BUSETA \n TAXI \n MICRO \n BUSETA \n AEREOVAN \n";descriptions[27][3]="6.00 A.M. C/40 M/tos A 9.00 P.M.\n4.15, 500 A.M. C/Hora a 7.00P.M.\n5.00 A.M. C/Hora a 8.00P.M.\n6:00 A.M. 9:30 P.M.\n-3.00 -9.45-11.30 A.M. 3.00 P:M: 5.00 PM\n6.00 A.M. C/ 30 M/tos a 9.00 P.M.\n6.00 A.M. C/ 30 M/tos a 9.00 P.M.\n5.00 A.M. C/ 15 M/tos a 7.00 P.M.\n4.45, 5.30A.M. C/ Hora a 7/30 P.M.\n";descriptions[27][4]="18.000\n21.000\n20.000\n20.000\n19.000\n24.000\n18.000\n17.000\n22.000\n";descriptions[27][5]="6687564\n6688330\n6685347\n6689881\n6687504\n6688495\n6688495\n3162534162\n6684639\n";descriptions[27][6]="3 Horas\n3 Horas\n3 Horas\n3 Horas\n3 Horas\n2 H 30 M/tos\n3 Horas\n3 H 30 M/tos\n3 Horas\n";
descriptions[28][0]="CAUCASIA\n";descriptions[28][1]="BRASILIA\n";descriptions[28][2]=" PREFERENCIAL \n";descriptions[28][3]="6:30, 8:00 AM,10:00,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[28][4]="86.000\n";descriptions[28][5]="6670902\n";descriptions[28][6]="15 HORAS\n";
descriptions[29][0]="CERETE\n";descriptions[29][1]="BRASILIA\n";descriptions[29][2]=" PREFERENCIAL \n";descriptions[29][3]="6:30, 8:00 AM,10:00,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[29][4]="112.000\n";descriptions[29][5]="6670902\n";descriptions[29][6]="18 HORA\n";
descriptions[30][0]="CERRITO (Valle)\nCERRITO (Valle)\nCERRITO (Valle)\nCERRITO (Valle)\n";descriptions[30][1]="COODETRANS PALMIRA\nTRANPORTES MONTEBELLO\nTRANSPORTES UNIDOS\nLINEAS PANORAMA\n";descriptions[30][2]=" BUSETA \n MICRO \n BUSETA \n BUSETA \n";descriptions[30][3]="5.20 A.M. C/10 Mtos a 7.10 P.M.\n5.00 A.M. C/ 15 M/tos a 7.00 P.M.\n5.00 A.M. C/ 15 M/tos a 7.00 P.M.\n5.20 A.M. C/15 M/tos a 9.05 P.M.\n";descriptions[30][4]="3.500\n4.000\n3.500\n4.000\n";descriptions[30][5]="6681704\n6616310\n3162534162\n6684639\n";descriptions[30][6]="1 H 20 M/tos\n1 H 20 M/tos\n1 H 20 M/tos\n1 H 20 M/tos\n";
descriptions[31][0]="CERRITOS (R/da)\nCERRITOS (R/da)\nCERRITOS (R/da)\n";descriptions[31][1]="FLOTA MAGDALENA  (via Irra)\nFLOTA MAGDALENA   via Irra\nFLOTA MAGDALENA   de Pasto\n";descriptions[31][2]=" BUSETA \n BUSETA \n BUS \n";descriptions[31][3]="9.40 - 11.30 A.M.\n9.00 - 9.40 - 10,45 P.M.\n5.00 - 11.30 P.M.\n";descriptions[31][4]="16.000\n16.000\n16.000\n";descriptions[31][5]="6687504\n6687504\n6687504\n";descriptions[31][6]="4 HORAS\n4 HORAS\n4 HORAS\n";descriptions[32][0]="CHINCHINA (Caldas)\nCHINCHINA (Caldas)\n";descriptions[32][1]="FLOTA MAGDALENA\nEXPRESO TREJOS\n";descriptions[32][2]=" BUS \n PREFERENCIAL \n";descriptions[32][3]="3.00 -9.45-11.30 A.M. 3.00 P:M: 5.00 PM:\n4.15, 5.00 A.M. C / hora a 7.00 P.M.\n";descriptions[32][4]="25.000\n25.000\n";descriptions[32][5]="6687504\n6688330\n";descriptions[32][6]="4 HR 40 MIN\n5 HORAS\n";descriptions[33][0]="CHINU\n";descriptions[33][1]="BRASILIA\n";descriptions[33][2]=" PREFERENCIAL \n";descriptions[33][3]="6:30, 8:00 AM,10:00,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[33][4]="116.000\n";descriptions[33][5]="6670902\n";descriptions[33][6]="19 HORAS\n";descriptions[34][0]="CIENAGA\n";descriptions[34][1]="COOPETRAN\n";descriptions[34][2]=" PREFERENCIAL \n";descriptions[34][3]="10:AM  (Si hay cupo)\n";descriptions[34][4]="145.000\n";descriptions[34][5]="6675373\n";descriptions[34][6]="22 horas\n";descriptions[35][0]="CISNEROS (Valle)\n";descriptions[35][1]="FLOTA MAGDALENA\n";descriptions[35][2]=" BUSETA \n";descriptions[35][3]="3.30 A.M. C/ 30 MTOS A 7.00P.M\n";descriptions[35][4]="5.000\n";descriptions[35][5]="6687504\n";descriptions[35][6]="40. MTOS\n";descriptions[36][0]="CONDOTO\n";descriptions[36][1]="EMPRESA ARAUCA\n";descriptions[36][2]=" BUS \n";descriptions[36][3]="12:30 noche\n";descriptions[36][4]="50.000\n";descriptions[36][5]="6689881\n";descriptions[36][6]="14 Horas\n";descriptions[37][0]="CORINTO (Cauca)\nCORINTO (Cauca)\nCORINTO (Cauca)\nCORINTO (Cauca)\nCORINTO (Cauca)\nCORINTO (Cauca)\n";descriptions[37][1]="COOP TRANS FLORIDA\nEXPRESO FLORIDA\nSULTANA DEL VALLE \nSULTANA DEL VALLE  \nCOOMOTORIS DEL CAUCA\nCOOMOTORIS DEL CAUCA\n";descriptions[37][2]=" BUSETA \n BUSETA \n BUSETA \n BUSETA \n TAXI \n BUSETA \n";descriptions[37][3]="5.00 A.M. C/30 MTOS A 10.00 P.M.\n4:00 A.M C/ 20 M/tos a 10:00 P.M.\n3.30 A.M. C/ 30 M/tos A 7.00P.M\n4.00-A.M. C/30 MTOS A 9.00 P.M.\n6.00 A.M C/Hora a 7.00 P.M.\n6.00 A.M. C/ 40 M/tos a 6.40 P.M.\n";descriptions[37][4]="7.200\n7.200\n7.200\n7.200\n8.000\n6.000\n";descriptions[37][5]="6669451\n6688820\n6535141\n6535141\n6688068\n6688068\n";descriptions[37][6]="2 H 30 M/tos\n2 H 30 M/tos\n2 H 30 M/tos\n2 H 30 M/tos\n2 Horas\n2 H 30 M/tos\n";descriptions[38][0]="COROZAL\n";descriptions[38][1]="BRASLIA\n";descriptions[38][2]=" PREFERENCIAL \n";descriptions[38][3]="6:30, 8:00 AM,10:00,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[38][4]="122.000\n";descriptions[38][5]="6670902\n";descriptions[38][6]="18 HORAS\n";descriptions[39][0]="COSTARICA (Valle)\n";descriptions[39][1]="COODETRANS PALMIRA\n";descriptions[39][2]=" BUSETA \n";descriptions[39][3]="5.10 A.M. C/ 10 Mtos a 9.00 P.M.\n";descriptions[39][4]="4.500\n";descriptions[39][5]="6681704\n";descriptions[39][6]="1 HR 50 MIN\n";descriptions[40][0]="COVEÑAS\n";descriptions[40][1]="BRASILIA\n";descriptions[40][2]=" PREFERENCIAL \n ";descriptions[40][3]="6:30, 8:00 AM,10:00,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[40][4]="131.000\n";descriptions[40][5]="6670902\n";descriptions[40][6]="19 HORAS\n";descriptions[41][0]="CUCUTA  (N/der)\n";descriptions[41][1]="BOLIVARIANO\n";descriptions[41][2]=" PREFERENCIAL DE LUJO \n ";descriptions[41][3]="9:00, 12:M 2:00, 4.00, 6:00, 8:00 P.M.\n";descriptions[41][4]="125.000\n";descriptions[41][5]="6684028\n";descriptions[41][6]="22 Horas\n";descriptions[42][0]="CUMBRE   (via Pavas Restrepo) \n";descriptions[42][1]="TRANS CALIMA\n";descriptions[42][2]=" BUS \n";descriptions[42][3]="6:00, 10:00, A:M: 12 m, 1:30. 4:00. 5:00 P.M.\n";descriptions[42][4]="4.700\n";descriptions[42][5]="6687800\n";descriptions[42][6]="1 h 30 min\n";descriptions[43][0]="CUMBRE   (Via Pavas)\nCUMBRE   (Via Pavas)\n";descriptions[43][1]="TRANS CALIMA\nTRANS CALIMA\n";descriptions[43][2]=" BUS \n MICRO \n";descriptions[43][3]="7:30, 8:00, 8:30, 9:00, 10:30, 11.30A:M. 12:30 M 1:00 3:00 3:30 5:30, 6:30, 7:00 P.M.\n7:00, 11.00 A.M. 2:00,  4:30, 7:30 P.M.\n";descriptions[43][4]="5.500\n5.500\n";descriptions[43][5]="6687800\n6687800\n";descriptions[43][6]="1 h 30 min\n1 h 30 min\n";descriptions[44][0]="DAGOTA  S/der (Via Barranca)\n";descriptions[44][1]="FLOTA MAGDALENA\n";descriptions[44][2]=" PREFERENCIAL \n";descriptions[44][3]=" 8.30 P.M.\n";descriptions[44][4]="87.000\n";descriptions[44][5]="6687504\n";descriptions[44][6]="14 HORAS\n";descriptions[45][0]="DAGUA (Valle)   \nDAGUA (Valle)   \n";descriptions[45][1]="TRANSUR  \nTRANSUR \n";descriptions[45][2]=" TAXI \n BUSETA \n";descriptions[45][3]="5.30 A,M C/30 M/tos a  7.30 P.M.\n5.30 A.M. C/ 15 M/tos a 8.00 P.M.\n";descriptions[45][4]="9.000\n7.500\n";descriptions[45][5]="6603535\n6603535\n";descriptions[45][6]="45 M/tos\n45 M/tos\n";descriptions[46][0]="DANUBIO(carretera vieja)\nDANUBIO(carretera vieja)\nDANUBIO(carretera vieja)\n";descriptions[46][1]="TRANSUR \nTRANSUR \nTRANSUR \n";descriptions[46][2]=" BUS \n BUS \n BUS \n";descriptions[46][3]=" lunes a viernes 9.45 A.M. \nSabado 9:45 AM y 2:45 P.M\nDomingo 5:30 A.M y 9:45 A.M\n";descriptions[46][4]="10.000\n10.000\n10.000\n";descriptions[46][5]="6603535\n6603535\n6603535\n";descriptions[46][6]="5 Horas\n5 Horas\n5 Horas\n";descriptions[47][0]="DARIEN \n";descriptions[47][1]="TRANSPORTES CALIMA  \n";descriptions[47][2]=" BUS \n";descriptions[47][3]="06:00 a.m.\n";descriptions[47][4]="9.900\n";descriptions[47][5]="6687800\n";descriptions[47][6]="2.H 30 M/tos\n";descriptions[48][0]="DARIEN  (Via Dagua) \n";descriptions[48][1]="TRANSPORTES CALIMA  \n";descriptions[48][2]=" BUS \n";descriptions[48][3]="7.00 - A.M. 3.00 PM. \n";descriptions[48][4]="9.900\n";descriptions[48][5]="6687800\n";descriptions[48][6]="2 H 30 M/tos\n";descriptions[49][0]="DARIEN  (Via Jiguales) \nDARIEN  (Via Jiguales) \n";descriptions[49][1]="TRANSPORTES CALIMA  \nTRANSPORTES CALIMA  \n";descriptions[49][2]=" BUS \n MICRO \n";descriptions[49][3]=" 1.P.M\n10.00  A.M.  Y 6.00 P.M.\n";descriptions[49][4]="9.900\n11.000\n";descriptions[49][5]="6687800\n6687800\n";descriptions[49][6]="2 H 30 M/tos\n2 Horas\n";descriptions[50][0]="DARIEN  (x el Lago Calima)\n";descriptions[50][1]="TRANSPORTES CALIMA  \n";descriptions[50][2]=" MICRO \n";descriptions[50][3]=" 800 ,12.M,.2.00,.4 00. P.M. \n";descriptions[50][4]="11.000\n";descriptions[50][5]="6687800\n";descriptions[50][6]="2 Horas\n";descriptions[51][0]="DARIEN  Via Dagua\nDARIEN  Via Dagua\n";descriptions[51][1]="TRANSPORTES CALIMA  \nTRANSPORTES CALIMA  \n";descriptions[51][2]=" MICRO \n TAXI \n";descriptions[51][3]="01:30 p.m.\n1.30 P.M SOLICITAR SI HAY ESTE HORARIO Y SI HAY SERVICIO UNICO ES TAXI\n";descriptions[51][4]="11.000\n11.000\n";descriptions[51][5]="6687800\n6687800\n";descriptions[51][6]="2 Horas\n2 Horas\n";descriptions[52][0]="DARIEN x el lago y x tableros)\n";descriptions[52][1]="TRANSPORTES CALIMA  \n";descriptions[52][2]=" BUS \n";descriptions[52][3]=" 9.00, 11.00, A.M. , 5,00 7.00 P.M. \n";descriptions[52][4]="9.900\n";descriptions[52][5]="6687800\n";descriptions[52][6]="2.H 30 M/tos\n";descriptions[53][0]="DONCELLO\n";descriptions[53][1]="COOMOTOR FLORENCIA\n";descriptions[53][2]=" BUS \n";descriptions[53][3]="2.00 4.00 5.45 7:30 P.M.\n";descriptions[53][4]="74000\n";descriptions[53][5]="6615006\n";descriptions[53][6]="15 Horas\n";descriptions[54][0]="DORADA (Caldas)\nDORADA (Caldas)\nDORADA (Caldas)\n";descriptions[54][1]="EMPRESA ARAUCA\nFLOTA MAGDALENA\nVELOTAX\n";descriptions[54][2]=" PREFERENCIAL \n PREFERENCIAL \n PREFERENCIAL \n";descriptions[54][3]="8.30 A.M. Y 9.30 P.M.\n8.30 P.M.\n 8.30 A.M.\n";descriptions[54][4]="45.000\n53.000\n43.000\n";descriptions[54][5]="6689881\n6687504\n6687200\n";descriptions[54][6]="10 Horas\n10 Horas\n10 Horas\n";descriptions[55][0]="EL BORDO (Cauca)\nEL BORDO (Cauca)\nEL BORDO (Cauca)\nEL BORDO (Cauca)\n";descriptions[55][1]="TRANS IPIALES\nCOOTRANAR\nFLOTA MAGDALENA\nSOTRACAUCA\n";descriptions[55][2]=" BUS \n BUS \n BUS \n TAXI \n";descriptions[55][3]="12.30 ( de la noche ) C/ Hora a 11.30 P.M.\n5.45 C/ 45 Mtos a 11.30  Y 8.15 P.M.\n2.00 3.30 5.00 6.00, 7.00 9.00, A.M. 11.00 12.30 P.M. \n09:00:00 Y 12:00a.m.\n";descriptions[55][4]="19.000\n19.000\n16.000\n35.000\n";descriptions[55][5]="6687252\n6687595\n6687504\n6601936\n";descriptions[55][6]="8 Horas\n8 Horas\n8 Horas\n8 Horas\n";descriptions[56][0]="EL CARMELO\n";descriptions[56][1]="SULTANA DEL VALLE\n";descriptions[56][2]=" BUSETA \n";descriptions[56][3]="Sobre la calle 30 dese la 6:00 A.M hasta las 6:00 P.M cada 10 min\n";descriptions[56][4]="2.000\n";descriptions[56][5]="6535141\n";descriptions[56][6]="1 Hora\n";descriptions[57][0]="EL CARMEN  (Valle)\n";descriptions[57][1]="TRANSUR\n";descriptions[57][2]=" BUS \n";descriptions[57][3]="6.00 c/ 30 mtos a 7:00 p.m.\n";descriptions[57][4]="6.000\n";descriptions[57][5]="6603535\n";descriptions[57][6]="30 Min\n";descriptions[58][0]="EL EMPATE  (Nar)\n";descriptions[58][1]="TRANS IPIALES\n";descriptions[58][2]=" BUS \n";descriptions[58][3]="01:30 a.m.\n";descriptions[58][4]="24.000\n";descriptions[58][5]="6687252\n";descriptions[58][6]="8 horas\n";descriptions[59][0]="EL ESTRECHO (Nar)\nEL ESTRECHO (Nar)\nEL ESTRECHO (Nar)\nEL ESTRECHO (Nar)\n";descriptions[59][1]="COOTRANAR\nTRANS IPIALES\nFLOTA MAGDALENA\nSOTRACAUCA\n";descriptions[59][2]=" BUS \n BUS \n BUS \n AEROVAN \n";descriptions[59][3]="5.45 C/ 45 Mtos a 11.30  Y 8.15 P.M.\n12.30 ( de la noche ) C/ Hora a 11.30 P.M.\n5.45 C/ 45 M/tos a 11.00 A.M. y 11.15 P.M.\n09:00: A.M.. Y 12:15 PM\n";descriptions[59][4]="20.000\n20.000\n18.000\n35.000\n";descriptions[59][5]="6687595\n6687252\n6687504\n6601936\n";descriptions[59][6]="6 Horas\n6 Horas\n6 horas\n5 horas\n";descriptions[60][0]="EL GUAMO  (Tol)\n";descriptions[60][1]="FLOTA MAGDALENA\n";descriptions[60][2]=" BUSETA \n";descriptions[60][3]="6.30- 8.30 - 10.30 - A.M 8.30 P.M.\n";descriptions[60][4]="30.000\n";descriptions[60][5]="6687504\n";descriptions[60][6]="9 Horas\n";descriptions[61][0]="EL LLANITO Cauca\n";descriptions[61][1]="SULTANA DEL VALLE\n";descriptions[61][2]=" BUSETA \n";descriptions[61][3]="3:20 AM C/10 M/tosA 5:00 P.M \n";descriptions[61][4]="4.000\n";descriptions[61][5]="6535141\n";descriptions[61][6]="1hora Y 20 min\n";descriptions[62][0]="EL ORTIGAL (via candelaria)\n";descriptions[62][1]="SULTANA DEL VALLE\n";descriptions[62][2]=" BUSETA \n";descriptions[62][3]="5:00, 6:00, 11:30 A.M 12, 2, 3, 5, 6:15 P.M\n";descriptions[62][4]="4.000\n";descriptions[62][5]="6535141\n";descriptions[62][6]="1 H 10 Min\n";descriptions[63][0]="EL PATIA (Nar) \nEL PATIA (Nar) \nEL PATIA (Nar) \n";descriptions[63][1]="COOTRANAR \nSUPER TAXIS DEL SUR\nTRANS IPIALES\n";descriptions[63][2]=" BUS \n BUS \n BUS \n";descriptions[63][3]="5.45 C/ 45 M/tos a 11.00 A.M. y 11.15 P.M.\n3.30 A.M. C/45 Mtos a  4.30 P.M.\n12.30 A.M. C/ Hora a 7.30 P.M.\n";descriptions[63][4]="20.000\n19.000\n19.000\n";descriptions[63][5]="6687595\n6616140\n6687252\n";descriptions[63][6]="6 H 30 M/tos\n6 H 30 M/tos\n6 H 30 M/tos\n";descriptions[64][0]="EL TABLON (Nar)\nEL TABLON (Nar)\n";descriptions[64][1]="TRANS IPIALES\nCOOTRANAR\n";descriptions[64][2]=" BUS \n BUS \n";descriptions[64][3]="1:30 A.M C/ Hora a 12:30 P.M.\n4:00 A.M C/ horas a 12:00 P.M.\n";descriptions[64][4]="30.000\n35.000\n";descriptions[64][5]="6687252\n6687595\n";descriptions[64][6]="7 horas\n7 horas\n";descriptions[65][0]="EL TIPLE\n";descriptions[65][1]="SULTANA DEL VALLE\n";descriptions[65][2]=" BUSETA \n";descriptions[65][3]="Sobre la calle 26 dese la 6:00 A.M hasta las 10:10 P.M cada 10 min\n";descriptions[65][4]="2.700\n";descriptions[65][5]="6535141\n";descriptions[65][6]="1hora Y 20 min\n";descriptions[66][0]="ESPINAL  (Tol)\n";descriptions[66][1]="FLOTA MAGDALENA\n";descriptions[66][2]=" BUSETA \n";descriptions[66][3]="6.30- 8.30 - 10.30 - A.M\n";descriptions[66][4]="30.000\n";descriptions[66][5]="6687504\n";descriptions[66][6]="6 H 30 M/tos\n";descriptions[67][0]="FLORENCIA (Caq)\nFLORENCIA (Caq)\nFLORENCIA (Caq)\nFLORENCIA (Caq)\n";descriptions[67][1]="COOMOTOR\nCOOMOTOR\nRAPIDO TOLIMA\nCOOMOTOR FLORENCIA\n";descriptions[67][2]=" PREFERENCIAL DE LUJO \n BUS \n BUS \n BUS \n";descriptions[67][3]="5:00, 8.00 Y 9.00 P.M. Via Neiva\n9.00 A.M. Via  Popayan\n6.45 A.M. Via  Popayan\n2.00  y  4.00, 5.45 P.M. Via Neiva \n";descriptions[67][4]="64.000\n64.000\n55.000\n64.000\n";descriptions[67][5]="6644132\n6644132\n6674783\n6615006\n";descriptions[67][6]="12 Horas\n12 Horas\n12 horas\n13 Horas\n";descriptions[68][0]="FLORIDA (Valle)\nFLORIDA (Valle)\nFLORIDA (Valle)\nFLORIDA (Valle)\n";descriptions[68][1]="EXPRESO FLORIDA\nCOOP TRANS FLORIDA\nSULTANA DEL VALLE\nTRANS MONTEBELLO\n";descriptions[68][2]=" BUSETA \n BUSETA \n BUSETA \n BUSETA \n";descriptions[68][3]="3.40 . 5.10.AM. C/ 30 MTOS A 9.15. P.M...\n3.30 A.M.C/30 MTOS A 8.50 P.M.\n4.00-A.M. C/30 MTOS A 9.00 P.M.\n6.00 A.M. C/ hora a 8.00 P.M.\n";descriptions[68][4]="4.200\n4.200\n4.200\n4.200\n";descriptions[68][5]="6688820\n6669451\n6535141\n6616310\n";descriptions[68][6]="1 Hora\n1 Hora\n1 Hora\n1 Hora\n";descriptions[69][0]="FRESNO (Tol)\n";descriptions[69][1]="EMPRESA ARAUCA\n";descriptions[69][2]=" BUS \n";descriptions[69][3]=" 9:30 P.M\n";descriptions[69][4]="35.000\n";descriptions[69][5]="6689881\n";descriptions[69][6]="8 HORAS\n";descriptions[70][0]="GALINDEZ\n";descriptions[70][1]="FLOTA MAGDALENA\n";descriptions[70][2]=" BUSETA \n";descriptions[70][3]="5:00 A.M hasta las 6:45 P.M\n";descriptions[70][4]="20.000\n";descriptions[70][5]="6687504\n";descriptions[70][6]="5 horas\n";descriptions[71][0]="GARZON (Huila)\nGARZON (Huila)\n";descriptions[71][1]="COOMOTOR FLORENCIA\nCOOMOTOR \n";descriptions[71][2]=" BUS \n PREFERENCIAL \n";descriptions[71][3]="2.00, 4.00, y 5.45 P.M.\n5:00, 8.00 y 9.00 P.M.\n";descriptions[71][4]="54.000\n54.000\n";descriptions[71][5]="6615006\n6644132\n";descriptions[71][6]="11 Horas\n11 Horas\n";descriptions[72][0]="GIGANTE\n";descriptions[72][1]="COOMOTOR\n";descriptions[72][2]=" PREFERENCIAL \n";descriptions[72][3]="8.00 Y 9.00 P.M.\n";descriptions[72][4]="52.000\n";descriptions[72][5]="6644132\n";descriptions[72][6]="10 Horas\n";descriptions[73][0]="GINEBRA (Valle)\nGINEBRA (Valle)\n";descriptions[73][1]="COODETRANS PALMIRA\nVALLECAUCANA\n";descriptions[73][2]=" BUSETA \n BUSETA \n";descriptions[73][3]="5.10 A.M. C/ 10 Mtos a 9.00 P.M.\n5:15 A.M C/30 M/tos a 9:00 P.M \n";descriptions[73][4]="4.500\n4.000\n";descriptions[73][5]="6681704\n6612272\n";descriptions[73][6]="1HR 30 MIN\n1HR 30 MIN\n";descriptions[74][0]="GINEBRA (valle)\n";descriptions[74][1]="LINEAS PANORAMA\n";descriptions[74][2]=" BUSETA \n";descriptions[74][3]="5.20 A.M. C/15 M/tos a 9.05 P.M.\n";descriptions[74][4]="5.000\n";descriptions[74][5]="6684639\n";descriptions[74][6]="1 Hora 30Minutos\n";descriptions[75][0]="GIRARDOT (Cund)\nGIRARDOT (Cund)\n";descriptions[75][1]="VELOTAX\nVELOTAX\n";descriptions[75][2]=" PREFERENCIAL \n PREFERENCIAL \n";descriptions[75][3]="11.00 P.M-\nUNICAMENTE 11.30 P.M.\n";descriptions[75][4]="39.000\n39.000\n";descriptions[75][5]="6687200\n6687200\n";descriptions[75][6]="7 Horas\n8 Horas\n";descriptions[76][0]="GOLONDRINAS\n";descriptions[76][1]="SULTANA DEL VALLE\n";descriptions[76][2]=" BUSETA \n";descriptions[76][3]="Se aborda sobre la av 3N al lado de el monumento de la solidaridad,  6 AM C/1 HORA hasta 5 PM\n";descriptions[76][4]="1.500\n";descriptions[76][5]="6535141\n";descriptions[76][6]="40 min\n";descriptions[77][0]="GUACARI (Valle)\nGUACARI (Valle)\nGUACARI (Valle)\n";descriptions[77][1]="COODETRANS PALMIRA\nTRANS MONTEBELLO\nTRANSPORTES UNIDOS\n";descriptions[77][2]=" BUSETA \n BUSETA \n BUSETA \n";descriptions[77][3]="5.20 A.M. C/10 Mtos a 7.10 P.M.\n5.00 A.M. C/ 15 M/tos a 7.00 P.M.\n5.00 A.M. C/ 15 M/tos a 7.00 P.M.\n";descriptions[77][4]="4.500\n6.000\n4.500\n";descriptions[77][5]="6681704\n6616310\n3162534162\n";descriptions[77][6]="1 H  50 M/tos\n1 H  30 M/tos\n1 H  30 M/tos\n";descriptions[78][0]="GUADALUPE\nGUADALUPE\n";descriptions[78][1]="RAPIDO TOLIMA Via Popayan\nCOOMOTOR  Via Neiva\n";descriptions[78][2]=" BUS \n PREFERENCIAL \n";descriptions[78][3]="6.45 P.M.\nS/D\n";descriptions[78][4]="45.000\n58.000\n";descriptions[78][5]="6674783\n6644132\n";descriptions[78][6]="10 Horas\n10 horas\n";descriptions[79][0]="GUADALUPE  (Huila)\nGUADALUPE  (Huila)\n";descriptions[79][1]="RAPIDO TOLIMA \nCOOMOTOR \n";descriptions[79][2]=" BUS \n PREFERENCIAL \n";descriptions[79][3]="6.45 P.M.\n8.00 Y 9.00 P.M.\n";descriptions[79][4]="58.000\n58.000\n";descriptions[79][5]="6674783\n6644132\n";descriptions[79][6]="10 Horas\n10 Horas\n";descriptions[80][0]="GUAMO (Tol)\n";descriptions[80][1]="FLOTA MAGDALENA\n";descriptions[80][2]=" BUS \n";descriptions[80][3]="6:30 AM y 11:30 AM\n";descriptions[80][4]="35.000\n";descriptions[80][5]="6687504\n";descriptions[80][6]="7 horas\n";descriptions[81][0]="HUASANO (Valle)\n";descriptions[81][1]="TRANS ANDINA\n";descriptions[81][2]=" BUSETA \n";descriptions[81][3]="6:00 a.m. a 7:00 p.m. cada hora \n";descriptions[81][4]="13.500\n";descriptions[81][5]="6675640\n";descriptions[81][6]="3 H Y 30 M/tos\n";descriptions[82][0]="GUAYABAL (TOLIMA) Via Ibague\n";descriptions[82][1]="VELOTAX\n";descriptions[82][2]=" BUSETA O BUS \n";descriptions[82][3]="8.30 A.M.\n";descriptions[82][4]="35.000\n";descriptions[82][5]="6687200\n";descriptions[82][6]="7 Horas\n";descriptions[83][0]="GUESACO (Nar)\n";descriptions[83][1]="TRANS IPIALES\n";descriptions[83][2]=" BUS \n";descriptions[83][3]="1:30 A.M\n";descriptions[83][4]="26.000\n";descriptions[83][5]="6687252\n";descriptions[83][6]="10 Horas\n";descriptions[84][0]="HOBERO (VALLE)\n";descriptions[84][1]="TRANS SALONICA\n";descriptions[84][2]=" BUSETA \n";descriptions[84][3]="5.30 AM. C/ 15 M/ tos  a 3.00 PM.\n";descriptions[84][4]="11.000\n";descriptions[84][5]="6687450\n";descriptions[84][6]="2 H 30 Min\n";descriptions[85][0]="HONDA (Tolima)\nHONDA (Tolima)\nHONDA (Tolima)\n";descriptions[85][1]="FLOTA MAGDALENA\nVELOTAX\nEMPRESA ARAUCA\n";descriptions[85][2]=" PREFERENCIAL \n BUSETA O BUS \n PREFERENCIAL \n ";descriptions[85][3]="8.30 P.M.\n8.30 A.M.\n9.30 P.M.\n";descriptions[85][4]="43.000\n40.000\n40.000\n";descriptions[85][5]="6687504\n6687200\n6689881\n";descriptions[85][6]="7 Horas\n7 Horas\n7 Horas\n";descriptions[86][0]="IBAGUE (Tolima)\nIBAGUE (Tolima)\nIBAGUE (Tolima)\nIBAGUE (Tolima)\nIBAGUE (Tolima)\nIBAGUE (Tolima)\n";descriptions[86][1]="COOMOTOR\nCOOMOTOR FLORENCIA\nEXPRESO PALMIRA   \nEX BOL Y FRONTERAS\nFLOTA MAGDALENA\nVELOTAX\n";descriptions[86][2]=" PREFERENCIAL \n PREFERENCIAL \n PREFERENCIAL DE LUJO \n PREFERENCIAL \n BUS \n PREFERENCIAL \n";descriptions[86][3]="5:00, 8.00 Y 9.00 P.M.\n2.00, 4.00 5.45P.M.\n3.30 A.M. 5.30. AM. C/ hora a 11.30 P.M.\n9.00 A.M 4.30, 6.00, y 8.00 P.M.\n4, 5 6,7.30-9, 10-12.00 A.M 4-5-6-7-9, 10-11-.00 P.M.\n1, 2, 3, 5,A.M. C/hora A 9, 10.30 Y 11.30 P.M.\n";descriptions[86][4]="36.000\n30.000\n34.500\n32.000\n31.000\n34.500\n";descriptions[86][5]="6644132\n6615006\n6685347\n6684028\n6687504\n\n6687200\n";descriptions[86][6]="7 horas\n7 horas\n7 horas\n7 horas\n7 horas\n\n7 horas\n";descriptions[87][0]="INZA BELALCAZAR\n";descriptions[87][1]="SOTRACAUCA\n";descriptions[87][2]=" BUSETA \n";descriptions[87][3]="Sale el dia viernes a las 24 Horas \n";descriptions[87][4]="30.000\n";descriptions[87][5]="6601936\n";descriptions[87][6]="7 horas\n";descriptions[88][0]="IPIALES (Nariño)\nIPIALES (Nariño)\nIPIALES (Nariño)\nIPIALES (Nariño)\nIPIALES (Nariño)\nIPIALES (Nariño)\nIPIALES (Nariño)\nIPIALES (Nariño)\nIPIALES (Nariño)\nIPIALES (Nariño)\nIPIALES (Nariño)\n";descriptions[88][1]="COOTRANAR\nCOOTRANAR \nBOLIVARIANO\nBOLIVARIANO\nGUAITARA\nSUPER TAXIS DEL SUR\nSUPER TAXIS DEL SUR\nSUPER TAXIS DEL SUR\nSUPER TAXIS DEL SUR\nTRANS IPIALES\nTRANS IPIALES\n";descriptions[88][2]=" PREFERENCIAL DE LUJO \n BUS \n PREFERENCIAL \n AEREOVAN \n AEREOVAN \n BUSETA  \n BUS  \n PREFERENCIAL \n AEREOVAN \n BUS \n PREFERENCIAL \n";descriptions[88][3]="7.15, 9, A.M. 3.30, 7, 730, 9.30, 10.00 10.15 11.00 11.45 P.M.\n4.00 A.M. C/Hora a 6.00 P.M. Y 8.15, Y 9.00 P.M.\n10.00 P.M.\n9.30  P.M.\n3.00 A.M. C/hora a 7.00 P.M.\n3.30 A.M. C/45 Mtos a  4.30 P.M.\n5.30A.M. C/Hora a 10.30 P.M.\n5.30 A.M. C/Hora a 10.30 P.M.\n3.00 A.M. Hasta llenar cupo a 3.00 P:M:\n12.30 A.M. C/ Hora a 7.30 P.M.\n8.30 P.M.  C/hora a 11.30 P.M.\n";descriptions[88][4]="45.000\n40.000\n45.000\n45.000\n56.000\n40.000\n35.000\n40.000\n65.000\n40.000\n45.000\n";descriptions[88][5]="6687595\n6687595\n6684028\n6684028\n6687680\n6616140\n6616140\n6616140\n6616140\n6687252\n6687252\n";descriptions[88][6]="10 Horas\n10 Horas\n10 Horas\n10 Horas\n10 Horas\n10 Horas\n10 Horas\n10 Horas\n10 Horas\n10 Horas\n10 Horas\n";descriptions[89][0]="IRRA  (Ris)\n";descriptions[89][1]="FLOTA MAGDALENA\n";descriptions[89][2]=" BUSETA \n";descriptions[89][3]="6 AM cada hora hasta las 11:00 P.M\n";descriptions[89][4]="30.000\n";descriptions[89][5]="6687504\n";descriptions[89][6]="5 horas\n";descriptions[90][0]="ITAGUI (Antioquia)\nITAGUI (Antioquia)\nITAGUI (Antioquia)\n";descriptions[90][1]="FLOTA MAGDALENA via irra\nFLOTA MAGDALENA  via Irra\nFLOTA MAGDA via Irra de pasto \n";descriptions[90][2]=" BUSETA \n BUSETA \n BUS \n";descriptions[90][3]="9.40 - 11.30 - A.M.\n9.00 - 9.40 - 10.45 P.M.\n5.00 - 11.30 P.M.\n";descriptions[90][4]="32.000\n32.000\n32.000\n";descriptions[90][5]="6687504\n6687504\n6687504\n";descriptions[90][6]="9 Horas\n9 Horas\n9 Horas\n";descriptions[91][0]="ITSMINA (Quibdo)\n";descriptions[91][1]="EMPRESA ARAUCA\n";descriptions[91][2]=" BUS \n";descriptions[91][3]="12.30 P.M.\n";descriptions[91][4]="47.000\n";descriptions[91][5]="6689881\n";descriptions[91][6]="12 Horas\n";descriptions[92][0]="JAMUNDI (VALLE)\nJAMUNDI (VALLE)\nJAMUNDI (VALLE)\n";descriptions[92][1]="TRANSUR\nTRANSUR\nTRANS MONTEBELLO\n";descriptions[92][2]=" BUS \n BUSETA \n BUSETA \n";descriptions[92][3]=" 5.30A.M. C/10 M/tos a  11.00 P.M. \n 5.30A.M. C/10 M/tos a  10.30 P.M. \n5.00 A.M. C/6 M/tos a 10 P.M.\n";descriptions[92][4]="1.800\n2.700\n2.300\n";descriptions[92][5]="6603535\n6603535\n6616310\n";descriptions[92][6]="50 M/ tos\n40 M/tos\n40 M/tos\n";descriptions[93][0]="JUANBALO (Cauca)\n";descriptions[93][1]="SOTRACAUCA\n";descriptions[93][2]=" BUSETA \n";descriptions[93][3]="Sabado 2.00 P.M. Lunes 12 A.M.\n";descriptions[93][4]="17.000\n";descriptions[93][5]="6601936\n";descriptions[93][6]="7  Horas\n";descriptions[94][0]="K 30 (VALLE)\nK 30 (VALLE)\n";descriptions[94][1]="FLOTA MAGDALENA\nTRAN SUR\n";descriptions[94][2]=" BUSETA \n BUSETA \n";descriptions[94][3]="4.15 A.M. C/ 30 MTOS a 6.15 P.M.\n6:00 A.M C/30 M/tos A 7:30 P.M\n";descriptions[94][4]="6.000\n6.000\n";descriptions[94][5]="6687504\n6603535\n";descriptions[94][6]="1 Hora\n30 Min\n";descriptions[95][0]="LA APARTADA\n";descriptions[95][1]="BRASILIA\n";descriptions[95][2]=" PREFERENCIAL \n";descriptions[95][3]="6:30, 8:00 AM,10:00,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[95][4]="86.000\n";descriptions[95][5]="6670902\n";descriptions[95][6]="16 HORAS\n";descriptions[96][0]="LA CRUZ (Nar) \nLA CRUZ (Nar) \nLA CRUZ (Nar) \n";descriptions[96][1]="COOMOTORIS DEL CAUCA\nSOTRACAUCA\nTRANS IPIALES\n";descriptions[96][2]=" BUS \n BUS \n BUS \n";descriptions[96][3]="7:20 A.M \n7.00 A.M.\n5.00 A.M. 11.00 P.M.\n";descriptions[96][4]="24.000\n30.000\n24.000\n";descriptions[96][5]="6687252\n6601936\n6688068\n";descriptions[96][6]="8 Horas\n8 Horas\n8 Horas\n";descriptions[97][0]="LA DORADA (Cald)\nLA DORADA (Cald)\nLA DORADA (Cald)\nLA DORADA (Cald)\n";descriptions[97][1]="EMPRESA ARAUCA\nBOLIVARIANO\nFLOTA MAGDALENA\nVELOTAX\n";descriptions[97][2]=" PREFERENCIAL \n PREFERENCIAL \n PREFERENCIAL \n BUS O BUSETA \n ";descriptions[97][3]=" 9.30 - P.M.\n9.00, 12 A-M- 200, 4.30 600, 8.00 P.M nota si hay cupo\n8:30: P.M..\n8.30 A.M.\n";descriptions[97][4]="42.000\n41.000\n45.000\n43.000\n";descriptions[97][5]="6689881\n6685294\n6687504\n6687200\n";descriptions[97][6]="10 Horas\n10 Horas\n10 Horas\n10 Horas\n";descriptions[98][0]="LA FELIZA\n";descriptions[98][1]="FLOTA MAGDALENA\n";descriptions[98][2]=" BUS \n";descriptions[98][3]="4.00 - 7.00 - 9.00 A.M.\n";descriptions[98][4]="30.000\n";descriptions[98][5]="6687504\n";descriptions[98][6]="12 Horas\n";descriptions[99][0]="LA FELIZA   \nLA FELIZA   \nLA FELIZA   \n";descriptions[99][1]="FLOTA MGDALENA via Anserma\nFLOTA MGDALENA  via Irra \nFLOTA MGDALENA de Pasto\n";descriptions[99][2]=" BUS \n BUSETA \n PREFERENCIAL \n";descriptions[99][3]="4.00- 7.00 - 9.00 -A.M \n9.40 - 11.30 - A.M:. 9.00 - 9.40 - 10.45 P.M.\n5.00 - 11.30 P.M.\n";descriptions[99][4]="27.000\n30.000\n30.000\n";descriptions[99][5]="6687504\n6687504\n6687504\n";descriptions[99][6]="6 Horas\n6 Horas\n6 Horas\n";descriptions[100][0]="LA GOTA\n";descriptions[100][1]="FLOTA MAGDALENA\n";descriptions[100][2]=" BUSETA \n";descriptions[100][3]="8.30 P.M.\n";descriptions[100][4]="87.000\n";descriptions[100][5]="6687504\n";descriptions[100][6]="5 Horas\n";descriptions[101][0]="LA HORMIGA (Put)\nLA HORMIGA (Put)\n";descriptions[101][1]="TRANS IPIALES \nCOOTRANSMAYO\n";descriptions[101][2]=" BUS \n BUS \n";descriptions[101][3]="5 P.M - 7 P.M   Dia de por medio\n6.45 P.M.   \n";descriptions[101][4]="68.000\n70.000\n";descriptions[101][5]="6687252\n6644132\n";descriptions[101][6]="18 Horas\n19 Horas\n";descriptions[102][0]="LA PAILA(valle)\nLA PAILA(valle)\nLA PAILA(valle)\n";descriptions[102][1]="COOP DE OCCIDENTE\nFLOTA MAGDALENA\nEXPRESO TREJOS\n";descriptions[102][2]=" BUSETA \n BUSETA \n BUSETA \n";descriptions[102][3]="6.00 A.M. C/40 MTOS A 9.00 P.M.\n4, 5 6,7.30-9-10-12.00 A.M 4-5-6-7-10-11-P.M\n4.40 A.M. C/40M/tos a 7.40 P.M.\n";descriptions[102][4]="11.500\n12.500\n11.500\n";descriptions[102][5]="6687564\n6687504\n6688330\n";descriptions[102][6]="2 Horas\n2 Horas\n2 Horas\n";descriptions[103][0]="LA PINTADA (Ant)\nLA PINTADA (Ant)\nLA PINTADA (Ant)\nLA PINTADA (Ant)\nLA PINTADA (Ant)\n";descriptions[103][1]="EMPRESA ARAUCA\nFLOTA MAGDALENA  (via Anserma)\nFLOTA MAGDALENA  (via Irra)\nFLOTA MAGDALENA   via Irra\nFLOTA MAGDALENA   de Pasto\n";descriptions[103][2]=" BUS \n BUS \n BUSETA \n PREFERENCIAL \n BUS \n";descriptions[103][3]="3, 4, 7, 8, 9, 10, 11 A.M - 3,  5 ,8,  9, 10, 11 P.M \n4.00- 7.00 - 9.00 -A.M \n9.40 - 11.30 A.M.\n9.00 - 9.40 - 10,45 P.M.\n5.00 - 11.30 P.M.\n";descriptions[103][4]="30.000\n30.000\n30000\n30000\n30000\n";descriptions[103][5]="6687504\n6689881\n6687504\n6687504\n6687504\n";descriptions[103][6]="7 Horas\n7 Horas\n7 Horas\n7 Horas\n7 Horas\n";descriptions[104][0]="LA PLATA (Hui) \nLA PLATA (Hui) \n";descriptions[104][1]="COOTRANS HUILA\nCOOTRANS LA PLATEÑA\n";descriptions[104][2]=" BUSETA \n BUSETA \n";descriptions[104][3]="8.30 A.M\n9.00 A.M\n";descriptions[104][4]="25.000\n32.000\n";descriptions[104][5]="6600123\n6600110\n";descriptions[104][6]="7 Horas\n7 Horas\n";descriptions[105][0]="LA UNION (Nar) \nLA UNION (Nar) \nLA UNION (Nar) \n";descriptions[105][1]="COOTRANAR\nTRANS IPIALES\nSOTRACAUCA\n";descriptions[105][2]=" BUS \n BUS \n BUSETA \n";descriptions[105][3]="9.30 A.M.\n1.30 A.M. Y 7.00 A.M.\n6.00,  8.00 11.00 A.M.\n";descriptions[105][4]="25.000\n22.000\n26.000\n";descriptions[105][5]="6687595\n6687252\n6601936\n";descriptions[105][6]="8 Horas\n8 Horas\n8 Horas\n";descriptions[106][0]="LA UNION (Valle) \n";descriptions[106][1]="TRANS ANDINA\n";descriptions[106][2]=" BUSETA \n";descriptions[106][3]="6:00 a.m. a 7:00 p.m. cada hora\n";descriptions[106][4]="16.500\n";descriptions[106][5]="6675640\n";descriptions[106][6]="2 H 30 M/tos\n";descriptions[107][0]="LA URIBE   (Valle) \n";descriptions[107][1]="COOP DE OCCIDENTE\n";descriptions[107][2]=" BUSETA \n";descriptions[107][3]="6.00 A.M. C/ 40 M/tos a 8.00 P.M.\n";descriptions[107][4]="10.000\n";descriptions[107][5]="6687564\n";descriptions[107][6]="2 HORAS \n";descriptions[108][0]="LA URIBE  (por la variante)\n";descriptions[108][1]="FLOTA MAGDALENA \n";descriptions[108][2]=" BUS \n";descriptions[108][3]="4.00 A.M. 7.00 . 9.00 A.M\n";descriptions[108][4]="10.000\n";descriptions[108][5]="6687564\n";descriptions[108][6]="2 HORAS \n";descriptions[109][0]="LA VICTORIA (Valle) \nLA VICTORIA (Valle) \n";descriptions[109][1]="COOP DE OCCIDENTE\nCOOVICTORIA \n";descriptions[109][2]=" BUSETA \n BUSETA \n";descriptions[109][3]="6.30 A.M. C/40 M/tos a 6.30 P.M.\n6.30 A.M  C/ hora a 6.30 P.M.\n";descriptions[109][4]="13.000\n15.000\n";descriptions[109][5]="6687564\n6600110\n";descriptions[109][6]="2 Horas\n2 Horas\n";descriptions[110][0]="LA VIRGINIA (Ris) \n";descriptions[110][1]="FLOTA MAGDALENA\n";descriptions[110][2]=" BUS \n";descriptions[110][3]="4.00 A.M. 7.00 . 9.00 A.M\n";descriptions[110][4]="19.000\n";descriptions[110][5]="6687504\n";descriptions[110][6]="4 Horas\n";descriptions[111][0]="LAGO CALIMA.  (Via Darien)\nLAGO CALIMA.  (Via Darien)\n";descriptions[111][1]="TRANS CALIMA\nTRANS CALIMA\n";descriptions[111][2]=" BUS \n MICRO \n";descriptions[111][3]="9:00,  11.00, A.M. 5:00,  7:00 P:M. \n8:00 A.M.  12:M 2:00 4:00, P.M.\n";descriptions[111][4]="11.000\n11.000\n";descriptions[111][5]="6687800\n6687800\n";descriptions[111][6]="1 H 20 Mtos\n2 Horas\n";descriptions[112][0]="LERIDA (Tolima)\nLERIDA (Tolima)\n";descriptions[112][1]="FLOTA MAGDALENA\nVELOTAX\n";descriptions[112][2]=" PREFERENCIAL \n PREFERENCIAL \n";descriptions[112][3]="8.30 P.M.\n8.30 A.M.\n";descriptions[112][4]="33.000\n36.000\n";descriptions[112][5]="6687504\n6687200\n";descriptions[112][6]="7 Horas\n7 Horas\n";descriptions[113][0]="LLORENTE (Nar) Via Tumaco\nLLORENTE (Nar) Via Tumaco\n";descriptions[113][1]="COOTRANAR\nTRANS IPIALES  \n";descriptions[113][2]=" BUS \n BUS O BUSETA \n";descriptions[113][3]="4.00 A.M. 6.00, 7.30, 9.00 P.M.\n7.00 y 8.00 P.M.\n";descriptions[113][4]="48.000\n58.000\n";descriptions[113][5]="6687595\n6687252\n";descriptions[113][6]="12 Horas\n12 Horas\n";descriptions[114][0]="LORICA\n";descriptions[114][1]="BRASILIA\n";descriptions[114][2]=" PREFERENCIAL \n";descriptions[114][3]="6:30, 8:00 AM,10:00,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[114][4]="120.000\n";descriptions[114][5]="6670902\n";descriptions[114][6]="18HORAS\n";descriptions[115][0]="MAGANGUE\n";descriptions[115][1]="BRASILIA\n";descriptions[115][2]=" EJECUTIVO \n";descriptions[115][3]="6:30, 8:00 AM,10:00,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[115][4]="131.000\n";descriptions[115][5]="6670902\n";descriptions[115][6]="20 HORAS\n";descriptions[116][0]="MAICAO  (Guajira)\n";descriptions[116][1]="BRASILIA\n";descriptions[116][2]=" EJECUTIVO \n";descriptions[116][3]="6:30, 8:00 AM,10:00,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[116][4]="177.000\n";descriptions[116][5]="6670902\n";descriptions[116][6]="29 HORAS\n";descriptions[117][0]="MANDIVA  (Cauca)\n";descriptions[117][1]="TRANS PUERTO TEJADA\n";descriptions[117][2]=" BUSETA \n";descriptions[117][3]="4-00 A.M. C/ 30. M/tos a  8.00 P.M.\n";descriptions[117][4]="5.500\n";descriptions[117][5]="6687442\n";descriptions[117][6]="1 hora\n";descriptions[118][0]="MANGO  (Cauca)\n";descriptions[118][1]="TRANS PUERTO TEJADA\n";descriptions[118][2]=" TAXI \n";descriptions[118][3]="4-00 A.M. C/ 30. M/tos a  8.00 P.M.\n";descriptions[118][4]="8.000\n";descriptions[118][5]="6687442\n";descriptions[118][6]="1 H 20 min\n";descriptions[119][0]="MANIZALES (Caldas) \nMANIZALES (Caldas) \nMANIZALES (Caldas) \nMANIZALES (Caldas) \nMANIZALES (Caldas) \nMANIZALES (Caldas) \nMANIZALES (Caldas) \nMANIZALES (Caldas) \n";descriptions[119][1]="BOLIVARIANO Via Dorada\nEXPRESO PALMIRA\nEXPRESO TREJOS\nEMPRESA ARAUCA\nFLOTA OSPINA\nFLOTA OSPINA  \nLINEAS PANORAMA\nPROFESIONALES\n";descriptions[119][2]=" PREFERENCIAL DE LUJO \n PREFERENCIAL DE LUJO \n PREFERENCIAL \n EJECUTIVO \n AEREOVAN \n AEREOVAN \n AEREOVAN \n BUSETA \n";descriptions[119][3]="9.30 P.M.\n5.00 A.M. C/hora a 8.00 P.M.\n4.15, 500 A.M. C/Hora a 7.00P.M.\n9.30 P.M.\n6.00, 7.00, 8.00, 9.00 11.00 A.M. 1.00. 3.30 5.30, 6.30 P.M.\n6.00, 7.00, 8.00, 9.00 11.00 A.M. 1.00. 3.30 5.30, 6.30 P.M.\n4.45 y 6.30  A.M.\n7:15AM\n";descriptions[119][4]="33.000\n30.000\n30.000\n30.000\n35.500\n41.000\n33.000\n30.000\n";descriptions[119][5]="6684028\n6688330\n6688330\n6689881\n6687864\n6687864\n6684639\n6616247\n";descriptions[119][6]="5 Horas\n5 Horas\n5 Horas\n5 Horas\n5 Horas\n5 Horas\n5 Horas\n5 horas\n";descriptions[120][0]="MARIQUITA (Tol) \nMARIQUITA (Tol) \n";descriptions[120][1]="FLOTA MAGDALENA\nVELOTAX \n";descriptions[120][2]=" PREFERENCIAL \n PREFERENCIAL \n";descriptions[120][3]="8.30 P.M.\n8.30 A.M.\n";descriptions[120][4]="42.000\n39.000\n";descriptions[120][5]="6687504\n6687200\n";descriptions[120][6]="8 Horas\n8 Horas\n";descriptions[121][0]="MEDELLIN (Ant) \nMEDELLIN (Ant) \nMEDELLIN (Ant) \nMEDELLIN (Ant) \nMEDELLIN (Ant) \nMEDELLIN (Ant) \nMEDELLIN (Ant) \nMEDELLIN (Ant) \nMEDELLIN (Ant) \n";descriptions[121][1]="EMPRESA ARAUCA(via irra)\nEMPRESA ARAUCA(via Anserma)\nEXPRESO BOLIVARIANO\nEXPRESO PALMIRA\nFLOTA MAGDALENA  (via irra)\nFLOTA MAGDALENA  (via Anserma)\nFLOTA OSPINA \nEXPRESO TREJOS\nEXPRESO TREJOS\n";descriptions[121][2]=" BUS \n BUS \n PREFERENCIAL \n PREFERENCIAL \n PREFERENCIAL DE LUJO \n BUSETA \n AEREOVAN \n PREFERENCIAL \n AEREOVAN \n ";descriptions[121][3]="6.30, 800, 9.00,10. 12,A.M. 2, 4, 7,8, 9.30, 10, y 11 P.M.\n6.00 y 10.00 A.M.\n8.00- 8.45 - 9.30 - 10.15 - 11-00 P.M.\n7.40, 10.20, A.M. 1.20, 7.20, 10.10 P.M.\n5.00 - 9.00 - 9.40 - 10.45 - 11.30 P.M.\n9.40 11.30 P.M.\n5, 6,, 8.30, 9.30, 11.30, A.M 12.30, 1.30. 3.30, 5.30, 6.30, 7.30 P.M.\n3.30 A.M. C/ 2 horas a 7.30 P.M. 9.00,10.00 Y 11.00 P.M.\n3.30 P.M. 7.30  TAXI\n";descriptions[121][4]="40.000\n37.000\n39.000\n38.000\n40.000\n37.000\n63.000\n38.000\n53.000\n";descriptions[121][5]="6689881\n6689881\n6685234\n6685347\n6687504\n6687504\n6687864\n6688330\n6688330\n";descriptions[121][6]="8 horas\n8 horas\n8 horas\n8 horas\n8 horas\n8 horas\n7 horas\n8 horas\n7 horas\n";descriptions[122][0]="MELGAR (Tol)\nMELGAR (Tol)\n";descriptions[122][1]="FLOTA MAGDALENA\nEXPRESO PALMIRA\n";descriptions[122][2]=" BUS \n PREFERENCIAL \n";descriptions[122][3]="4,  5, 6,  7.30-10-12.00 A.M , 4.00, -5, 6, 10, 11-\n5:00 A.M cada horas hasta las 11:00 P.M (no entran al pueblo dejan en la variante)\n";descriptions[122][4]="33.000\n50.000\n";descriptions[122][5]="6687504\n6685347\n";descriptions[122][6]="9 Horas\n9 Horas\n";descriptions[123][0]="MERCADERES (Nar)\nMERCADERES (Nar)\n";descriptions[123][1]="TRANS IPIALES\nSOTRACAUCA\n";descriptions[123][2]=" BUS \n BUS \n";descriptions[123][3]="11.00 P.M.\n 9 AM averiguar mas horario \n";descriptions[123][4]="20.000\n20.000\n";descriptions[123][5]="6687252\n6601936\n";descriptions[123][6]="5 H 30 MTOS\n6 H 30 MTOS\n";descriptions[124][0]="MESTIZAL (VALLE)\n";descriptions[124][1]="TRANS SALONICA\n";descriptions[124][2]=" MICRO \n";descriptions[124][3]="5.00 AM. C/ 15 M/ tos  a 3.00 PM.\n";descriptions[124][4]="12.000\n";descriptions[124][5]="6687450\n";descriptions[124][6]="2 H 45 Min\n";descriptions[125][0]="MIRANDA (Cauca)\nMIRANDA (Cauca)\nMIRANDA (Cauca)\n";descriptions[125][1]="COOP TRANS FLORIDA\nEXPRESO FLORIDA\nSULTANA DEL VALLE\n";descriptions[125][2]=" BUSETA \n BUSETA \n BUSETA \n";descriptions[125][3]="3.40 . 5.10.AM. C/30 MTOS A 9.15. P.M.\n\n4.00-A.M. C/30 MTOS A 9.00 P.M.\n";descriptions[125][4]="5.300\n5.300\n5.300\n";descriptions[125][5]="6669451\n6688820\n6535141\n";descriptions[125][6]="1 H 30 M/tos\n1 H 30 M/tos\n1 H 30 M/tos\n";descriptions[126][0]="MOCOA (Put)\nMOCOA (Put)\nMOCOA (Put)\n";descriptions[126][1]="TRANS IPIALES\nCOOTRANSMAYO\nCOOTRANSMAYO\n";descriptions[126][2]=" BUS \n BUS \n BUS \n";descriptions[126][3]="5.00 P.M. Y 7.00 P.M. Dia de por medio\n6.00 P.M. Dia de por medio\n3.00 -  5.00-  7.00 -P.M. Diario\n";descriptions[126][4]="47.000\n50.000\n50.000\n";descriptions[126][5]="6687252\n6644132\n6644132\n";descriptions[126][6]="13 Horas\n13 Horas\n13 Horas\n";descriptions[127][0]="MOJARRAS (Nar) \nMOJARRAS (Nar) \nMOJARRAS (Nar) \n";descriptions[127][1]="TRANS IPIALES\nCOOTRANAR\nFLOTA MAGDALENA\n";descriptions[127][2]=" BUS \n BUS \n BUS \n";descriptions[127][3]="12.30 ( de la noche ) C/ Hora a 11.30 P.M.\n5.45 C/ 45 Mtos a 11.30  Y 8.15 P.M.\n2.00 3.30 5.00 6.00, 7.00 9.00, A.M. 11.00 12.30 P.M. \n";descriptions[127][4]="23.000\n23.000\n20.000\n";descriptions[127][5]="6687252\n6687595\n6687504\n";descriptions[127][6]="5 Horas\n5 Horas\n5 Horas\n";descriptions[128][0]="MONDOMO (Cauc)\nMONDOMO (Cauc)\n";descriptions[128][1]="TRANS PUERTO TEJADA\nCOMOTORIS DEL CAUCA\n";descriptions[128][2]=" BUSETA \n BUSETA \n";descriptions[128][3]="5.00 A.M. C/ 5 M/ tos a 7.00 <P.M.\n5.20 A.M. C/ 20 M/tos a 8.00P.M.\n";descriptions[128][4]="10.000\n10.000\n";descriptions[128][5]="6687442\n6688068\n";descriptions[128][6]="1H.30 M/tos\n1H.30 M/tos\n";descriptions[129][0]="MONTERIA\n";descriptions[129][1]="BRASILIA\n";descriptions[129][2]=" PREFERENCIAL \n ";descriptions[129][3]="6:30, 8:00, 10:00AM,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[129][4]="112.000\n";descriptions[129][5]="6670902\n";descriptions[129][6]="19 Horas\n";descriptions[130][0]="MULALO (Via Yumbo panamericana)\n";descriptions[130][1]="TRANS YUMBO\n";descriptions[130][2]=" BUSETA \n";descriptions[130][3]="6: 00 A.M C/30 M/tosa  7: 00 P.M \n";descriptions[130][4]="3.000\n";descriptions[130][5]="6695596\n";descriptions[130][6]="50 M/tos\n";descriptions[131][0]="NATAGAIMA (T)  via Neiva\nNATAGAIMA (T)  via Neiva\n";descriptions[131][1]="FLOTA MAGDALENA\nFLOTA MAGDALENA\n";descriptions[131][2]=" BUSETA \n PREFERENCIAL DE LUJO \n";descriptions[131][3]="6.30- 8.30 - 10.30 - A.M. \n 8.30 - P.M.\n";descriptions[131][4]="31.000\n35.000\n";descriptions[131][5]="6687504\n6687504\n";descriptions[131][6]="7 Horas\n7 Horas\n";descriptions[132][0]="NEIVA  (Huila)\nNEIVA  (Huila)\nNEIVA  (Huila)\nNEIVA  (Huila)\nNEIVA  (Huila)\n";descriptions[132][1]="COOMOTOR\nCOOMOTOR FLORENCIA \nEXPRESO BOLIVARIANO\nFLOTA MAGDALENA\nFLOTA MAGDALENA\n";descriptions[132][2]=" PREFERENCIAL \n BUS \n PREFERENCIAL \n BUSETA \n PREFERENCIAL DE LUJO \n";descriptions[132][3]="5:00,8.00 - 9.00- P.M.\n2.00 -  4.00 - 5.45 7.30 P.M.\n8.30 - P.M.\n6.30- 8.30 - 10.30 - A.M. \n8.30 -P.M.\n";descriptions[132][4]="45.000\n45.000\n46.000\n42.000\n45.000\n";descriptions[132][5]="6644132\n6615006\n6684028\n6687504\n6687504\n";descriptions[132][6]="9 horas\n9 horas\n9 horas\n9 horas\n9 horas\n";descriptions[133][0]="OBANDO (Valle)\n";descriptions[133][1]="COOP DE OCCIDENTE\n";descriptions[133][2]=" BUSETA \n";descriptions[133][3]="6.00 A.M. C/ 40 Mtos a 9.00 P.M.\n";descriptions[133][4]="14.000\n";descriptions[133][5]="6687564\n";descriptions[133][6]="2 H 40 M/tos\n";descriptions[134][0]="ORITO  (P/Mayo)\nORITO  (P/Mayo)\n";descriptions[134][1]="COOTRANSMAYO\nTRANS IPIALES\n";descriptions[134][2]=" BUS \n BUS \n";descriptions[134][3]="6.45 P.M. \n5.00 P.M. Y 7.00 P.M.\n";descriptions[134][4]="65.000\n60.500\n";descriptions[134][5]="6644132\n6687252\n";descriptions[134][6]="17 Horas\n18 Horas\n";descriptions[135][0]="PADILLA (Cauca) \nPADILLA (Cauca) \n";descriptions[135][1]="COMOTORIS DEL CAUCA\nCOMOTORIS DEL CAUCA\n";descriptions[135][2]=" TAXI \n BUSETA \n";descriptions[135][3]="6:00 A.M C/40 MIN A 6:40 P.M\n6:00 A.M C/20 MIN A 6:40 P.M\n";descriptions[135][4]="6.000\n4.500\n";descriptions[135][5]="6688068\n6688068\n";descriptions[135][6]="1 Hora\n1 Hora\n";descriptions[136][0]="PALMIRA (Valle)\nPALMIRA (Valle)\nPALMIRA (Valle)\nPALMIRA (Valle)\nPALMIRA (Valle)\n";descriptions[136][1]="COODETRANS PALMIRA\nEXPRESO PALMIRA\nSULTANA DEL VALLE\nEXPRESO PRADERA\nLINEAS PANORAMA\n";descriptions[136][2]=" BUSETA \n BUS  \n BUSETA \n BUS   \n BUSETA \n";descriptions[136][3]="5.20 A.M. C/10 Mtos a 7.10 P.M.\n5.30 A.M. C/ 5 M/tos a 5, P.M. C/4,M/tos a 7, C/ 7, a 10 P.M.\n4.. C/10 M/tos a 5. A.M. C/ 30 A 4. P.M C/ 15 a 7. P.M.\n5.30 A.M. C/ 5 M/tos a 5, P.M. C/4,M/tos a 7, C/ 7, a 10 P.M.\n5:00 A.M cada 15 minutos hasta las 10:50 P.M\n";descriptions[136][4]="2.500\n2.200\n2.500\n2.500\n2.500\n";descriptions[136][5]="6681704\n6685347\n6535141\n6601845\n6684639\n";descriptions[136][6]="1 Hora\n40 M/tos\n1 Hora\n1 Hora\n40 M/tos\n";descriptions[137][0]="PAMPLONA  (N/der)\n";descriptions[137][1]="COOPETRAN\n";descriptions[137][2]=" PREFERENCIAL \n";descriptions[137][3]="05:30 p.m.\n";descriptions[137][4]="125.000\n";descriptions[137][5]="6675373\n";descriptions[137][6]="18 horas\n";descriptions[138][0]="PANOIA\n";descriptions[138][1]="FLOTA MAGDALENA\n";descriptions[138][2]=" BUS \n";descriptions[138][3]="3:00, 7:00 y 9:00 A.M\n";descriptions[138][4]="23.000\n";descriptions[138][5]="6687504\n";descriptions[138][6]="7 horas\n";descriptions[139][0]="PASTO   (Nar)\nPASTO   (Nar)\nPASTO   (Nar)\nPASTO   (Nar)\nPASTO   (Nar)\nPASTO   (Nar)\nPASTO   (Nar)\nPASTO   (Nar)\nPASTO   (Nar)\nPASTO   (Nar)\nPASTO   (Nar)\nPASTO   (Nar)\n";descriptions[139][1]="COOTRANAR \nCOOTRANAR \nEXPRESO  BOLIVARIANO\nEXPRESO  BOLIVARIANO\nFLOTA MAGDALENA\nGUAITARA \nSUPER TAXIS DEL SUR\nSUPER TAXIS DEL SUR\nSUPER TAXIS DEL SUR\nSUPER TAXIS DEL SUR\nTRANS IPIALES\nTRANS IPIALES\n";descriptions[139][2]=" PREFERENCIAL DE LUJO \n BUS \n PREFERENCIAL \n AEREOVAN \n BUSETA  \n AEREOVAN \n PREFERENCIAL \n BUSETA  \n BUS  \n AEREOVAN \n BUSETA  \n PREFERENCIAL \n";descriptions[139][3]="7.15, 9.00, A.M. 3.30, 7, 730, 9.30, 10.00 10.15 11.00 11.45 P.M.\n4.00 A.M. C/Hora a 6.00 P.M. Y 8.15, Y 9.00 P.M.\n10.00 P.M.\n 9.30 P.M.\n2.00 3.30 5.00 6.00, 7.00 9.00, A.M. 11.00 12.30 P.M. \n4.00 A.M. a 8.00 P.M. Llenando cupo \n7.30, 830 Y 9.00 P.M.\n3.30 A.M. C/45 Mtos a  4.30 P.M.\n5.30 P.M. C/Hora a 10.30 P.M.\n3.00 A.M. Hasta llenar cupo a 3.00 P:M:\n12.30 A.M. C/ Hora a 7.30 P.M.\n8.30 P.M.  C/hora a 11.30 P.M.\n";descriptions[139][4]="40.000\n35.000\n35.000\n32.000\n30.000\n48.000\n35.000\n30.000\n30.000\n60.000\n30.000\n45.000\n";descriptions[139][5]="6687595\n6687595\n6684028\n6684028\n6687504\n6687680\n6616140\n6616140\n6616140\n6616140\n6687252\n6687252\n";descriptions[139][6]="8 Horas\n8 Horas\n8 Horas\n8 Horas\n8 Horas\n8 Horas\n8 Horas\n8 Horas\n8 Horas\n8 Horas\n8 Horas\n8 Horas\n";descriptions[140][0]="PAUJIL  \n";descriptions[140][1]="COOMOTOR FLORENCIA\n";descriptions[140][2]=" BUS \n";descriptions[140][3]="2.00 4.00 5.45 7.30 P.M.\n";descriptions[140][4]="72.000\n";descriptions[140][5]="6615006\n";descriptions[140][6]="14 Horas\n";descriptions[141][0]="PAVAS (Valle) \n";descriptions[141][1]="TRANS CALIMA \n";descriptions[141][2]=" BUS \n";descriptions[141][3]="6.00, 8.00, 9.00 10.30 11.30 A.M. 2.20, 3-00, 3.30, 6 Y 7.00 P.M.\n";descriptions[141][4]="5.000\n";descriptions[141][5]="6687800\n";descriptions[141][6]="1 Hora\n";descriptions[142][0]="PAVAS (Valle) Via Restrepo\n";descriptions[142][1]="TRANS CALIMA \n";descriptions[142][2]=" BUS \n";descriptions[142][3]="6.30 7.30 A.M. 10.00 12.00 A.M. 1.30- 4.00 -5.00  6.30  P.M.\n";descriptions[142][4]="5.000\n";descriptions[142][5]="6687800\n";descriptions[142][6]="1 Hora\n";descriptions[143][0]="PEDREGAL (Nar)\nPEDREGAL (Nar)\n";descriptions[143][1]="COOTRANAR via tumaco\nTRANS IPIALES  via tumaco \n";descriptions[143][2]=" BUS \n BUS \n";descriptions[143][3]="4.00 A.M. 6.00, 7.30, 9.00 P.M.\n7.00  y  8.00 P.M.\n";descriptions[143][4]="35.000\n30.000\n";descriptions[143][5]="6687595\n6687252\n";descriptions[143][6]="8 Horas\n9 Horas\n";descriptions[144][0]="PEREIRA (R/da)\nPEREIRA (R/da)\nPEREIRA (R/da)\nPEREIRA (R/da)\nPEREIRA (R/da)\nPEREIRA (R/da)\nPEREIRA (R/da)\nPEREIRA (R/da)\nPEREIRA (R/da)\n";descriptions[144][1]="EXPRESO PALMIRA \nEXPRESO TREJOS Via M/llin\nEXPRESO TREJOS Via M/les\nEMPRESA ARAUCA\nFLOTA OSPINA\nFLOTA OSPINA\nTAX CENTRAL  \nTAX CENTRAL\nLINEAS PANORAMA \n";descriptions[144][2]=" BUSETA \n PREFERENCIAL \n PREFERENCIAL \n PREFERENCIAL \n BUSETA \n TAXI \n BUSETA \n TAXI \n AEREOVAN \n ";descriptions[144][3]="5.00 A.M. C/hora a 8.00 P.M.\n3.30 A.M. C/2 horas a 7.30, 9.00 10.00 y 11.00 P.M.\n4.15, 5.00 A.M. C / hora a 9.00 P.M.\n6:00 A.M. 9:30 P.M.\n5, 6, 7, 8.30, 9.30, 11.30, A.M.12.30,1.30. 3.30 5.30, 6.30, 7.30 P.M.\n5, 6, 7, 8.30, 9.30, 11.30, A.M.12.30,1.30. 3.30 5.30, 6.30, 7.30 P.M.\n6.00 A.M. C/ 30 M/tos a 9.00 P.M.\n6.00 A.M. C/ 30 M/tos a 9.00 P.M.\n4.45, 5.30A.M. C/ Hora a 7/30 P.M.\n";descriptions[144][4]="23.000\n23.000\n23.000\n23.000\n25.000\n27.000\n23.000\n26.000\n25.000\n";descriptions[144][5]="6685347\n6688330\n6688330\n6689881\n6687864\n6687864\n6688495\n6688495\n6684639\n";descriptions[144][6]="3 Horas\n3 Horas\n3 Horas\n3 Horas\n3 Horas\n3 Horas\n3 Horas\n3 Horas\n3 Horas\n";descriptions[145][0]="PESCADOR (Cauca)\nPESCADOR (Cauca)\n";descriptions[145][1]="COOMOTORIS DEL CAUCA\nTRANS PUERTO TEJADA\n";descriptions[145][2]=" BUSETA \n BUSETA \n";descriptions[145][3]="5.20 A.M. C/ 20 M/tos a 8.00P.M.\n5.00 A.M. C/ 5 M/ tos a 7.00 <P.M.\n";descriptions[145][4]="8.000\n7.000\n";descriptions[145][5]="6688068\n6687442\n";descriptions[145][6]="1 Hora\n1 Hora\n";descriptions[146][0]="PIED/SENTADA (Cauca) \nPIED/SENTADA (Cauca) \n";descriptions[146][1]="FLOTA MAGDALENA\nTRANS IPIALES \n";descriptions[146][2]=" PREFERENCIAL \n BUS \n";descriptions[146][3]="3.00 7.00 9.00 A.M.\n12.30 A.M. C/ Hora a 7.30 P.M.\n";descriptions[146][4]="20.000\n15.000\n";descriptions[146][5]="6687504\n6687252\n";descriptions[146][6]="6 Horas\n5 H 30 MIN\n";descriptions[147][0]="PIEDRA ANCHA (Nar) \n";descriptions[147][1]="TRANS IPIALES  via Tumaco\n";descriptions[147][2]=" PREFERENCIAL \n";descriptions[147][3]="7.00, y 8.00 P.M.\n";descriptions[147][4]="45.000\n";descriptions[147][5]="6687252\n";descriptions[147][6]="10 Horas\n";descriptions[148][0]="PIENDAMO (Cauca) \nPIENDAMO (Cauca) \n";descriptions[148][1]="TRANS PUERTO TEJADA\nCOOMOTORIS DEL CAUCA\n";descriptions[148][2]=" BUS  \n BUSETA \n";descriptions[148][3]="5.00 A.M. C/ 5 M/ tos a 7.00 <P.M.\n5.20 A.M. C/ 20 M/tos a 8.00P.M.\n";descriptions[148][4]="10.000\n10.000\n";descriptions[148][5]="6687442\n6688068\n";descriptions[148][6]="50 M/ tos\n50 M/ tos\n";descriptions[149][0]="PITAL  (Cauca)\n";descriptions[149][1]="TRANS PUERTO TEJADA\n";descriptions[149][2]=" BUSETA \n";descriptions[149][3]="4-30 A.M. C/ 10. M/tos a  7.00 P.M.\n";descriptions[149][4]="7.000\n";descriptions[149][5]="6687442\n";descriptions[149][6]="2 HORAS\n";descriptions[150][0]="PITALITO (Huila)\nPITALITO (Huila)\nPITALITO (Huila)\nPITALITO (Huila)\n";descriptions[150][1]="COOTRANS LA BOYANA  (STELAR)\nCOOTRANSMAYO\nRAPIDO TOLIMA\nTRANS IPIALES \n";descriptions[150][2]=" BUSETA \n BUS \n BUSETA \n BUS \n";descriptions[150][3]="5.00, 600, 8:00, 11.30,. A.M .y 1.30  6.30 P.M.\n6.45 P.M. \n6.45 P.M.\n5.00 P.M Y 7.00 P.M Dia de por medio\n";descriptions[150][4]="37.000\n37.000\n37.000\n30.000\n";descriptions[150][5]="6618680\n6644132\n6674783\n6687252\n";descriptions[150][6]="8 Horas\n8 Horas\n8 Horas\n8 Horas\n";descriptions[151][0]="PLANETA RICA \n";descriptions[151][1]="BRASILIA\n";descriptions[151][2]=" PREFERENCIAL \n";descriptions[151][3]="6:30, 8:00, 10:00AM,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[151][4]="100.000\n";descriptions[151][5]="6670902\n";descriptions[151][6]="17 HORAS\n";descriptions[152][0]="POPAYAN (Cauca) \nPOPAYAN (Cauca) \nPOPAYAN (Cauca) \nPOPAYAN (Cauca) \nPOPAYAN (Cauca) \nPOPAYAN (Cauca) \nPOPAYAN (Cauca) \nPOPAYAN (Cauca) \nPOPAYAN (Cauca) \nPOPAYAN (Cauca) \n";descriptions[152][1]="COMOTORIS DEL CAUCA\nCOMOTORIS DEL CAUCA \nCOOTRANAR\nTRANS PUERTO TEJADA\nTRANS PUERTO TEJADA\nVELOTAX\n RAPIDO TAMBO \nSOTRACAUCA\nTAX BELALCAZAR \nEXPRESO PALMIRA\n";descriptions[152][2]=" BUSETA \n TAXI \n BUS \n BUSETA \n AEREOVAN Y TAXI \n TAXI \n BUSETA \n MICRO Y TAXI \n AEREOVAN \n BUSETA \n";descriptions[152][3]="4.30 A.M C/20 M/tos a 8.00 P.M.\n6.00 A.M. C/ 2 Horas a 10.00 P.M. \n4.00 A.M. C/Hora a 6.00 P.M. Y 8.15, Y 9.00 P.M.\n4-30 A.M. C/ 15. M/tos a  7.45  P.M.\n5.00 A.M. C/ 30 M/tos a7.00.P.M. \n5.00 A.M. C/ 30 M/tos a7.00.P.M. \n6.00 6.30,10.30, A.M. 1.00 2.30 P.M.\n9.00 A.M.\n5.30 A.M. C/30 M/tos  8.30 P.M.\n4.00 A.M. C/ 15 Mtos a 7.00\n";descriptions[152][4]="14.000\n20.000\n20.000\n14.000\n20.000\n20.000\n14.000\n20.000\n14.000\n12.000\n";descriptions[152][5]="6688068\n6688068\n6687595\n6687442\n6687442\n6687200\n6610759\n6601936\n6687921\n6685347\n";descriptions[152][6]="2 H 30 Mtos\n1 H. 45 Mtos \n2 H 30 Mtos\n2 H 30 Mtos\n1 H. 45 Mtos \n1 H. 45 Mtos \n2 H 30 Mtos\n1 H. 45 Mtos \n1 H. 45 Mtos \n2 Horas\n";descriptions[153][0]="PRADERA (Valle) via Palmira\nPRADERA (Valle) via Palmira\n";descriptions[153][1]="COODETRANS PALMIRA\nEXPRESO PRADERA\n";descriptions[153][2]=" BUSETA y BUS \n BUS \n";descriptions[153][3]="4.00 A.M. C/ 7 M/tos a 7:00 P.M.\n5.30 A.M. C/ 5 M/tos a 5, P.M. C/4,M/tos a 7, C/ 7, a 10 P.M.\n";descriptions[153][4]="5.000\n5.000\n";descriptions[153][5]="6681704\n6601845\n";descriptions[153][6]="1 H 20 M/tos\n1 H 20 M/tos\n";descriptions[154][0]="PRADERA VIA CAVASA\n";descriptions[154][1]="SULTANA DEL VALLE\n";descriptions[154][2]=" BUS \n";descriptions[154][3]="5:00 A.M cada 10 Min hasta las 10:00 P.M\n";descriptions[154][4]="2.000\n";descriptions[154][5]="6514151\n";descriptions[154][6]="30 Min\n";descriptions[155][0]="PUERTO ARAUJO\n";descriptions[155][1]="FLOTA MAGDALENA\n";descriptions[155][2]=" BUSETA \n ";descriptions[155][3]="8.30 P.M. \n";descriptions[155][4]="80.000\n";descriptions[155][5]="6687504\n";descriptions[155][6]="17 Horas\n";descriptions[156][0]="PUERTO ASIS (Put) \nPUERTO ASIS (Put) \n";descriptions[156][1]="COOTRANSMAYO\nTRANS IPIALES\n";descriptions[156][2]=" BUS \n\n";descriptions[156][3]="6.45 P.M. \n5.00 P.M. Y 7.00 P.M. Dia de por medio\n";descriptions[156][4]="63.000\n68.000\n";descriptions[156][5]="6602438\n6687252\n";descriptions[156][6]="16 Horas\n16 Horas\n";descriptions[157][0]="PUERTO BOYACA  (Boy)\n";descriptions[157][1]="FLOTA MAGDALENA\n";descriptions[157][2]=" BUSETA \n ";descriptions[157][3]="8.30 P.M.\n";descriptions[157][4]="64.000\n";descriptions[157][5]="6687504\n";descriptions[157][6]="12 Horas\n";descriptions[158][0]="PUERTO CAICEDO (P/yo)\n";descriptions[158][1]="TRANS IPIALES\n";descriptions[158][2]=" BUS \n";descriptions[158][3]="5 P.M Y 7 P.M DIA DE POR MEDIO\n";descriptions[158][4]="55.000\n";descriptions[158][5]="6687252\n";descriptions[158][6]="15 Horas\n";descriptions[159][0]="PUERTO RICO (Caq) \nPUERTO RICO (Caq) \n";descriptions[159][1]="COOMOTOR FLORENCIA\nRAPIDO TOLIMA\n";descriptions[159][2]=" BUS \n BUS \n";descriptions[159][3]="5.45 P.M-\n6:45 P.M\n";descriptions[159][4]="75.000\n65.000\n";descriptions[159][5]="6644132\n6674783\n";descriptions[159][6]="15 Horas\n15 Horas\n";descriptions[160][0]="PUERTO TEJADA (Cauca) \nPUERTO TEJADA (Cauca) \nPUERTO TEJADA (Cauca) \nPUERTO TEJADA (Cauca) \nPUERTO TEJADA (Cauca) \n";descriptions[160][1]="TRANS PUERTO TEJADA\nTRANS MONTEBELLO\nCOOMOTORIS DEL CAUCA\nCOOMOTORIS DEL CAUCA\nVALLECAUCANA\n";descriptions[160][2]=" BUSETA \n BUSETA \n BUSETA \n TAXI \n BUSETA \n";descriptions[160][3]="5.00 A.M. C/ 5 M/ tos a 7.00 <P.M.\n6.00 A.M C/30 M/tos a 8.00 P.M.\n5: 00 A.M A 7: 00 P.M CADA 15 MIN\n6.00 A.M C/Hora a 7.00 P.M.\n5.00 A.M. C/ 10 mtos a 9.30 P.M.\n";descriptions[160][4]="2.800\n2.800\n2.500\n3.500\n2.800\n";descriptions[160][5]="6687442\n6616310\n6688068\n6688068\n6612272\n";descriptions[160][6]="40 M/tos\n40 M/tos\n40 M/tos\n30 M/tos\n40 M/tos\n";descriptions[161][0]="PUERTO TEJADA (VIA HORMIGUERO) \n";descriptions[161][1]="VALLECAUCANA\n";descriptions[161][2]=" BUSETA \n";descriptions[161][3]="5.00 A.M. C/ 10 mtos a 9.30 P.M.\n";descriptions[161][4]="2.800\n";descriptions[161][5]="6612272\n";descriptions[161][6]="40 M/tos\n";descriptions[162][0]="PUERTO TEJADA (VIA VILLA RICA) \n";descriptions[162][1]="VALLECAUCANA\n";descriptions[162][2]=" BUSETA \n";descriptions[162][3]="5.00 A.M. C/ 10 mtos a 9.30 P.M.\n";descriptions[162][4]="3.000\n";descriptions[162][5]="6612272\n";descriptions[162][6]="40 M/tos\n";descriptions[163][0]="QUEREMAL (Valle) \nQUEREMAL (Valle) \n";descriptions[163][1]="TRANSUR\nTRANSUR\n";descriptions[163][2]=" BUSETA \n BUS \n";descriptions[163][3]="6.15 A:M. C/hora a 6.15 P:M.\n5.00 A.M. C/Hora a 6:30 P.M. \n";descriptions[163][4]="7.000\n6.000\n";descriptions[163][5]="6603535\n6603535\n";descriptions[163][6]="1 Hora\n1 Hora\n";descriptions[164][0]="QUIBDO   (Choco) \n";descriptions[164][1]="EMPRESA ARAUCA\n";descriptions[164][2]=" BUS \n";descriptions[164][3]="11.30 P.M.\n";descriptions[164][4]="50.000\n";descriptions[164][5]="6689881\n";descriptions[164][6]="15 Horas\n";descriptions[165][0]="QUINA MAYO\n";descriptions[165][1]="TRANS PUERTO TEJADA\n";descriptions[165][2]=" BUS \n";descriptions[165][3]="4:00 A.M cada 30 min hasta las 8:00 P.M\n";descriptions[165][4]="7.500\n";descriptions[165][5]="6697442\n";descriptions[165][6]="1 H 10 Min\n";descriptions[166][0]="REMOLINO (Cauca)\n";descriptions[166][1]="TRANS IPIALES\n";descriptions[166][2]=" BUS \n";descriptions[166][3]="12.30 A.M. C/ Hora a 7.30 P.M.\n";descriptions[166][4]="27000\n";descriptions[166][5]="6687252\n";descriptions[166][6]="7 HORAS\n";descriptions[167][0]="REMOLINO (Nar) \nREMOLINO (Nar) \nREMOLINO (Nar) \n";descriptions[167][1]="TRANS IPIALES\nCOOTRANAR\nFLOTA MAGDALENA\n";descriptions[167][2]=" BUS \n BUS \n BUSETA \n";descriptions[167][3]="1:30 A.M C/ Hora a 12:30 P.M.\n5.45 C/ 45 Mtos a 11.30  Y 8.15 P.M.\n2.00 3.30 5.00 6.00, 7.00 9.00, A.M. 11.00 12.30 P.M. \n";descriptions[167][4]="27.000\n25.000\n19.000\n";descriptions[167][5]="6687252\n6687595\n6687504\n";descriptions[167][6]="6 Horas\n6 Horas\n6 Horas\n";descriptions[168][0]="RESTREPO\n";descriptions[168][1]="TRANS CALIMA\n";descriptions[168][2]=" MICRO \n";descriptions[168][3]="5:30pm\n";descriptions[168][4]="11.000\n";descriptions[168][5]="6687800\n";descriptions[168][6]="1 H  50Min\n";descriptions[169][0]="RESTREPO Via vijes.\n";descriptions[169][1]="TRANS CALIMA\n";descriptions[169][2]=" BUS \n";descriptions[169][3]="6:30, A.M. 2:00, 5:30 P.M.\n";descriptions[169][4]="9.400\n";descriptions[169][5]="6687800\n";descriptions[169][6]="2H 30 Min\n";descriptions[170][0]="RESTREPO. Via Cumbre, Pavas \n";descriptions[170][1]="TRANS CALIMA\n";descriptions[170][2]=" BUS \n";descriptions[170][3]="6:00, 10:00, A:M: 12 m, 1:30. 4:00. 5:00 P.M.\n";descriptions[170][4]="9400\n";descriptions[170][5]="6687800\n";descriptions[170][6]="2H 30 Min\n";descriptions[171][0]="RESTREPO. Via Panorama\n";descriptions[171][1]="TRANS CALIMA\n";descriptions[171][2]=" MICRO \n";descriptions[171][3]="11:00 A.M. 1:00 , 3.00 4.30, 6:45 P.M\n";descriptions[171][4]="11.000\n";descriptions[171][5]="6687800\n";descriptions[171][6]="2H 15 Min\n";descriptions[172][0]="RICAURTE (Valle)\n";descriptions[172][1]="TRANS ANDINA\n";descriptions[172][2]=" BUSETA \n";descriptions[172][3]="6:00 a.m. a 7:00 p.m. cada hora\n";descriptions[172][4]="13.500\n";descriptions[172][5]="6675640\n";descriptions[172][6]="2 Horas\n";  descriptions[173][0]="RIO FRIO (Valle) \n";descriptions[173][1]="TRANS TRUJILLO\n";descriptions[173][2]=" BUSETA \n";descriptions[173][3]="6.00 A.M. C/30 M/tos a 7.00 P.M. FES a 8.00 P.M.\n";descriptions[173][4]="9.000\n";descriptions[173][5]="6680275\n";descriptions[173][6]="1H 45 M/tos\n";descriptions[174][0]="RIO HACHA\n";descriptions[174][1]="BRASILIA\n";descriptions[174][2]=" PREFERENCIAL \n";descriptions[174][3]="6:30, 8:00, 10:00AM,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[174][4]="167000\n";descriptions[174][5]="6670902\n";descriptions[174][6]="28 HORAS\n";descriptions[175][0]="RIO SUCIO (Cdas) \n";descriptions[175][1]="FLOTA MAGDALENA \n";descriptions[175][2]=" BUS \n";descriptions[175][3]="4.00. 7.00, 9.00 A.M.\n";descriptions[175][4]="23.000\n";descriptions[175][5]="6687504\n";descriptions[175][6]="5 Horas\n";



descriptions[176][0]="ROBLEDO (Valle)\n";descriptions[176][1]="TRANS ANDINA\n";descriptions[176][2]=" BUSETA \n";descriptions[176][3]="6:00 a.m. a 7:00 p.m. cada hora\n";descriptions[176][4]="13.500\n";descriptions[176][5]="6675640\n";descriptions[176][6]="2 Horas\n";

descriptions[177][0]="ROLDANILLO (Valle) \n";descriptions[177][1]="COOP DE OCCIDENTE\n";descriptions[177][2]=" BUSETA \n";descriptions[177][3]="6.00 A.M. C/40 MTOS A 9.00 P.M.\n";descriptions[177][4]="15.200\n";descriptions[177][5]="6687564\n";descriptions[177][6]="3 Horas\n";

descriptions[178][0]="ROSAS  (Cauca) \nROSAS  (Cauca) \n";descriptions[178][1]="TRANS IPIALES\nSOTRACAUCA\n";descriptions[178][2]=" BUS \n BUSETA \n";descriptions[178][3]="12.30 A.M. C/ Hora a 11.30 P.M.\n6.00 A.M. C/Hora a 11.00 a.m.\n";descriptions[178][4]="15.000\n15.000\n";descriptions[178][5]="6687252\n6601936\n";descriptions[178][6]="4 Horas\n4 Horas\n";

descriptions[179][0]="ROZO (Valle) \nROZO (Valle) \n";descriptions[179][1]="COODETRANS PALMIRA\nSULTANA DEL VALLE \n";descriptions[179][2]=" BUSETA \n BUSETA \n";descriptions[179][3]="5.40 A:M. C/10 Mtos a 7.00 P.m. \n5.40 A:M. C/10 Mtos a 8.00 P.m. \n";descriptions[179][4]="5.000\n5.000\n";descriptions[179][5]="6681704\n6535141\n";descriptions[179][6]="45Minutos\n45Minutos\n";

descriptions[180][0]="SAHAGUN  (Cor)\n";descriptions[180][1]="BRASILIA\n";descriptions[180][2]=" PREFERENCIAL \n";descriptions[180][3]="6:30, 8:00, 10:00AM,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[180][4]="112.000\n";descriptions[180][5]="6670902\n";descriptions[180][6]="18 HORAS\n";

descriptions[181][0]="SALDAÑA\n";descriptions[181][1]="FLOTA MAGDALENA\n";descriptions[181][2]=" BUSETA \n";descriptions[181][3]="6.30 - 8.30 - 10.30 A.M.\n";descriptions[181][4]="36.000\n";descriptions[181][5]="6687504\n";descriptions[181][6]="7 horas\n";

descriptions[182][0]="SAN AGUSTIN (Huila) \n";descriptions[182][1]="COOTRANS LA BOYANA\n";descriptions[182][2]=" MICRO \n";descriptions[182][3]="5.00, 6.00, 8.00, 11:30 A.M y 1:30 P.M\n";descriptions[182][4]="37.000\n";descriptions[182][5]="6618680\n";descriptions[182][6]="8 Horas\n";

descriptions[183][0]="SAN ALBERTO \n";descriptions[183][1]="FLOTA MAGDALENA\n";descriptions[183][2]=" PREFERENCIAL DE LUJO \n ";descriptions[183][3]="8.30 - P.M.\n";descriptions[183][4]="99.000\n";descriptions[183][5]="6687504\n";descriptions[183][6]="16 Horas\n";descriptions[183][0]="SAN JOSE DE ALBAN (Nar) \n";descriptions[183][1]="TRANS IPIALES\n";descriptions[183][2]=" BUS \n";

descriptions[184][3]="7:20 A.M \n";descriptions[184][4]="26.000\n";descriptions[184][5]="6687252\n";descriptions[184][6]="10 Horas\n";descriptions[184][0]="SAN JOSE DE ISNOS (Huila)\nSAN JOSE DE ISNOS (Huila)\nSAN JOSE DE ISNOS (Huila)\nSAN JOSE DE ISNOS (Huila)\n";descriptions[184][1]="TRANS IPIALES via putumayo\nCOOTRANSMAYO\nCOOTRANSMAYO\nCOOTRANS LA BOYANA\n";

descriptions[185][2]=" BUS \n BUS \n BUS \n BUSETA \n";descriptions[185][3]="5.00 P.M. Y 7.00 P.M. Dia de por medio\n6.00 P.M. Dia de por medio\n3.00. 5.00, 7.00 P.M. Diario\n5.00,  6.00,  8:00,  11.30,.A.M.y 1.30,  6.30 P.M.\n";descriptions[185][4]="25.000\n25.000\n25.000\n32.000\n";descriptions[185][5]="6687252\n6644132\n6644132\n6618680\n";descriptions[185][6]="8 Horas\n8 Horas\n8 Horas\n8 Horas\n";

descriptions[186][0]="SAN JUAN DDE NEPOMUCENO\n";descriptions[186][1]="BRASILIA\n";descriptions[186][2]=" PREFERENCIAL \n";descriptions[186][3]="6:30, 8:00, 10:00AM,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[186][4]="140.000\n";descriptions[186][5]="6670902\n";descriptions[186][6]="20 HORAS\n";

descriptions[187][0]="SAN JUAQUIN\n";descriptions[187][1]="SULTANA DEL VALLE\n";descriptions[187][2]=" BUSETA \n";descriptions[187][3]="Se aborda sobre la calle 30,  6 AM C/20 Min hasta 5 PM\n";descriptions[187][4]="2.600\n";descriptions[187][5]="6535141\n";descriptions[187][6]="1 H 20 MIN\n";

descriptions[188][0]="SAN MARCOS (VIJES)\n";descriptions[188][1]="TRANS INDUSTRIALES\n";descriptions[188][2]=" MICRO \n";descriptions[188][3]="5:56 A.M CADA 15 MIN HASTA LAS 7:20 P.M\n";descriptions[188][4]="2.100\n";descriptions[188][5]="6611182\n";descriptions[188][6]="40 Min\n";

descriptions[189][0]="SAN MARTIN (Cesar) \n";descriptions[189][1]="FLOTA MAGDALENA\n";descriptions[189][2]=" PREFERENCIAL DE LUJO \n";descriptions[189][3]="8.30 P.M.\n";descriptions[189][4]="100.000\n";descriptions[189][5]="6687504\n";descriptions[189][6]="17 horas\n";

descriptions[190][0]="SAN MIGUEL\n";descriptions[190][1]="COOTRANSMAYO\n";descriptions[190][2]=" BUS \n";descriptions[190][3]="6:00 A.M. 3:00, 5:00 y 7:00 P.M y al otro dia uno a las 6:00 P.M.\n";descriptions[190][4]="74.000\n";descriptions[190][5]="6644132\n";descriptions[190][6]="20 H Y 30 M\n";

descriptions[191][0]="SAN ONOFRE\n";descriptions[191][1]="BRASILIA\n";descriptions[191][2]=" PREFERENCIAL \n";descriptions[191][3]="6:30, 8:00, 10:00AM,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[191][4]="136.000\n";descriptions[191][5]="6610902\n";descriptions[191][6]="20 HORAS\n";

descriptions[192][0]="SAN PABLO (Nar)\nSAN PABLO (Nar)\n";descriptions[192][1]="TRANS IPIALES\nCOOMOTORIS DEL CAUCA\n";descriptions[192][2]=" BUS \n BUS \n";descriptions[192][3]="5.00 A.M. 11.00 P.M.\n7:20 A.M \n";descriptions[192][4]="25.000\n25.000\n";descriptions[192][5]="6687252\n6688068\n";descriptions[192][6]="8 Horas\n8 Horas\n";

descriptions[193][0]="SAN PEDRO (Put)\n";descriptions[193][1]="TRANS IPIALES\n";descriptions[193][2]=" BUS \n";descriptions[193][3]="5.00 P.M. Y 7.00 P.M. \n";descriptions[193][4]="55.000\n";descriptions[193][5]="6687252\n";descriptions[193][6]="14 horas \n";

descriptions[194][0]="SAN PEDRO (Valle) \n";descriptions[194][1]="TRANS MONTEBELLO\n";descriptions[194][2]=" BUSETA \n";descriptions[194][3]="5:40 A.M C/15 M/tos a  8:15 P.M \n";descriptions[194][4]="7.000\n";descriptions[194][5]="6616310\n";descriptions[194][6]="2 Horas\n";

descriptions[195][0]="SAN PEDRO( Cesar)\n";descriptions[195][1]="BRASILIA\n";descriptions[195][2]=" PREFERENCIAL \n";descriptions[195][3]="6:30, 8:00, 10:00AM,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[195][4]="123.000\n";descriptions[195][5]="6670902\n";descriptions[195][6]="19 HORAS\n";

descriptions[196][0]="SAN VICENTE DEL CAGUAN\n";descriptions[196][1]="COOMOTOR FLORENCIA\n";descriptions[196][2]=" BUS \n";descriptions[196][3]="5.45 P.M.\n";descriptions[196][4]="83.000\n";descriptions[196][5]="6644132\n";descriptions[196][6]="18 Horas\n";

descriptions[197][0]="SANTA HELENA (V)  Via Palmira\n";descriptions[197][1]="COODETRANS PALMIRA\n";descriptions[197][2]=" BUSETA \n";descriptions[197][3]="6.30,730,9.15,10.30,11.15,12.30,2.00,2.45,3.30.5,15,630 P.M,.\n";descriptions[197][4]="3.500\n";descriptions[197][5]="6681704\n";descriptions[197][6]="1HORA\n";

descriptions[198][0]="SANTA INES Via jiguales\n";descriptions[198][1]="TRANSPORTES CALIMA\n";descriptions[198][2]=" BUS \n";descriptions[198][3]="12:30 M.\n";descriptions[198][4]="3.500\n";descriptions[198][5]="6687800\n";descriptions[198][6]="35 Minutos\n";

descriptions[199][0]="SANTA MARTHA \n";descriptions[199][1]="BRASILIA\n";descriptions[199][2]=" PREFERENCIAL \n";descriptions[199][3]="6:30, 8:00, 10:00AM,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[199][4]="161.000\n";descriptions[199][5]="6670902\n";descriptions[199][6]="24 HORAS\n";

descriptions[200][0]="SANTA ROSA (Cdas)\n";descriptions[200][1]="EMPRESA ARAUCA\n";descriptions[200][2]=" PREFERENCIAL \n";descriptions[200][3]="6:00 A.M  cada horas hasta 12:00\n";descriptions[200][4]="23.000\n";descriptions[200][5]="6689881\n";descriptions[200][6]="5 horas\n";

descriptions[201][0]="SANTANDER.DE Q (Cauc) \nSANTANDER.DE Q (Cauc) \nSANTANDER.DE Q (Cauc) \nSANTANDER.DE Q (Cauc) \n";descriptions[201][1]="COMOTORIS DEL CAUCA\nTRANS PUERTO TEJADA\nTRANS QUILICHAO\nVALLECAUCANA\n";descriptions[201][2]=" BUSETA \n BUSETA \n BUSETA \n BUSETA \n";descriptions[201][3]="4.300 A.M C/ 30 Mtos a 7: 30 P.M \n5.00 A.M. C/ 5 M/ tos a 7.00 <P.M.\n4.15 A.M. C/ 10 M/tos a 10.00 \n5.00 A.M. C/ 10 mtos a 9.30 P.M.\n";descriptions[201][4]="40.000\n3.500\n3.500\n4.000\n";descriptions[201][5]="6688068\n6687442\n6607664\n6612272\n";descriptions[201][6]="1 Hora\n1 Hora\n1 Hora\n1 Hora\n";

descriptions[202][0]="SEVILLA (Valle)\nSEVILLA (Valle)\n";descriptions[202][1]="EXPRESO PALMIRA\nCOOP CIUDAD SEÑORA\n";descriptions[202][2]=" BUSETA \n BUSETA \n";descriptions[202][3]="6.00 A.M. C/HORA A 4.00 P.M.\n6.15 A.M. C/ 45 M8tos a 5.30 P.M.\n";descriptions[202][4]="11.000\n11.000\n";descriptions[202][5]="6685347\n6687964\n";descriptions[202][6]="3 horas\n3 horas\n";

descriptions[203][0]="SILVIA  (Cauca)\n";descriptions[203][1]="SOTRACAUCA\n";descriptions[203][2]=" BUSETA \n";descriptions[203][3]="Sabado 2.00 P.M.. Lunes 12 A.M.\n";descriptions[203][4]="15.000\n";descriptions[203][5]="6601936\n";descriptions[203][6]="4 horas\n";

descriptions[204][0]="SINCELEJO\n";descriptions[204][1]="BRASILIA\n";descriptions[204][2]=" PREFERENCIAL \n";descriptions[204][3]="6:30, 8:00, 10:00AM,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[204][4]="12.000\n";descriptions[204][5]="6670902\n";descriptions[204][6]="19 HORAS\n";

descriptions[205][0]="SONSO (Valle)\n";descriptions[205][1]="COODETRANS PALMIRA\n";descriptions[205][2]=" BUSETA \n";descriptions[205][3]="4:30 AM C/15 M/tos a 9.00 P.M.\n";descriptions[205][4]="5.000\n";descriptions[205][5]="6681704\n";descriptions[205][6]="1 HORA 30M\n";

descriptions[206][0]="SUAREZ  (Cauca)\nSUAREZ  (Cauca)\n";descriptions[206][1]="COMOTORIS DEL CAUCA\nTRAN SUR\n";descriptions[206][2]=" BUSETA \n BUS \n";descriptions[206][3]="600, 715, 800, 9.00 11.00, 1.00,12.00, 200, 410, 620. \n5.30 A.M. C/Hora a  6.30 P.M. \n";descriptions[206][4]="8.000\n10.900\n";descriptions[206][5]="6688068\n6603535\n";descriptions[206][6]="2 Horas\n2 Horas\n";

descriptions[207][0]="SUAZA  via Florencia\n";descriptions[207][1]="COOMOTOR\n";descriptions[207][2]=" PREFERENCIAL \n";descriptions[207][3]="8.00 Y 9.00 P.M.\n";descriptions[207][4]="58.000\n";descriptions[207][5]="6644132\n";descriptions[207][6]="11 Horas\n";

descriptions[208][0]="SUPIA (Cdas) \n";descriptions[208][1]="FLOTA MAGDALENA via Anserma\n";descriptions[208][2]=" BUS \n";descriptions[208][3]="4.00 A.M. 7.00 . 9.00 A.M\n";descriptions[208][4]="26.000\n";descriptions[208][5]="6687504\n";descriptions[208][6]="6 Horas\n";

descriptions[209][0]="TAMBO (Cauca) \nTAMBO (Cauca) \n";descriptions[209][1]="RAPIDO TAMBO\nRAPIDO TAMBO  \n";descriptions[209][2]=" BUSETA \n AEROVAN \n";descriptions[209][3]="6.00, 10 30 A.M. 2.30 P.M.\n6.30 A.M. 1.00 P.M.\n";descriptions[209][4]="13.000\n18.000\n";descriptions[209][5]="6610759\n6610759\n";descriptions[209][6]="3 Horas\n3 Horas\n";

descriptions[210][0]="TARAZA\n";descriptions[210][1]="BRASILIA\n";descriptions[210][2]=" PREFERENCIAL \n";descriptions[210][3]="6:30, 8:00, 10:00AM,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[210][4]="80.000\n";descriptions[210][5]="6670902\n";descriptions[210][6]="14 HORAS\n";

descriptions[211][0]="TIMBA (Cauca) \n";descriptions[211][1]="TRANSUR\n";descriptions[211][2]=" BUS \n";descriptions[211][3]="5.30 A.M. C/Hora a  6.30 P.M. \n";descriptions[211][4]="7.400\n";descriptions[211][5]="6603535\n";descriptions[211][6]="3 Horas\n";

descriptions[212][0]="TIMBIO (Cauca) \nTIMBIO (Cauca) \nTIMBIO (Cauca) \n";descriptions[212][1]="COOTRANAR\nSUPER TAXIS DEL SUR\nTRANS IPIALES\n";descriptions[212][2]=" BUS \n BUSETA \n BUS \n";descriptions[212][3]="5.45 C/ 45 M/tos a 11.00 A.M. y 11.15 P.M.\n3.30 A.M. C/45 Mtos a  4.30 P.M.\n12.30 A.M. C/ Hora a 11.30 P.M.\n";descriptions[212][4]="12.000\n12.000\n12.000\n";descriptions[212][5]="6687595\n6616140\n6687252\n";descriptions[212][6]="3 Horas\n3 Horas\n3 Horas\n";

descriptions[213][0]="TOLU\n";descriptions[213][1]="BRASILIA\n";descriptions[213][2]=" PREFERENCIAL \n ";descriptions[213][3]="6:30, 8:00, 10:00AM,12:00M.8:00PM.  (conexión Arauca)\n";descriptions[213][4]="131.000\n";descriptions[213][5]="6670902\n";descriptions[213][6]="20 HORAS\n";

descriptions[214][0]="TORIBIO (Cauca)\n";descriptions[214][1]="COMOTORIS DEL CAUCA\n";descriptions[214][2]=" BUSETA \n";descriptions[214][3]="Lunes, Miercoles, Viernes, Sabado: \n";descriptions[214][4]="12.000\n";descriptions[214][5]="6688068\n";descriptions[214][6]="2 H 30 MIN\n";

descriptions[215][0]="TRUJILLO (Valle) \n";descriptions[215][1]="TRANS TRUJILLO\n";descriptions[215][2]=" BUSETA \n";descriptions[215][3]="6.30 A.M. C/ 15 M/tos a 7.00 P.M. FES a 8: 00 P.M.\n";descriptions[215][4]="10.000\n";descriptions[215][5]="6680275\n";descriptions[215][6]="2 Hora\n";

descriptions[216][0]="TULUA - BUENAVENTURA\n";descriptions[216][1]="LINEAS PANORAMA\n";descriptions[216][2]=" BUSETA \n";descriptions[216][3]="5:30 A.M cada hora hasta las 6:30 P.M\n";descriptions[216][4]="17.000\n";descriptions[216][5]="6684639\n";descriptions[216][6]="2 h 30 Min\n";

descriptions[217][0]="TULUA (Valle)\nTULUA (Valle)\nTULUA (Valle)\nTULUA (Valle)\nTULUA (Valle)\nTULUA (Valle)\nTULUA (Valle)\nTULUA (Valle)\nTULUA (Valle)\nTULUA (Valle)\n";descriptions[217][1]="COOP DE OCCIDENTE\nEXPRESO TREJOS\nEMPRESA ARAUCA\nTRANS SALONICA\nTRANS MONTEBELLO\nTRANS TULUA\nTRANSPORTES UNIDOS\nTRANS TRUJILLO\nPROFESIONALES\nLINEAS PANORAMA\n";descriptions[217][2]=" BUSETA \n BUSETA \n PREFERENCIAL \n BUSETA \n MICRO \n BUSETA \n BUSETA \n BUSETA \n BUSETA \n AEREOVAN \n";descriptions[217][3]="6.00 A.M. C/40 MTOS A 9.00 P.M.\n4.40 A.M. C/40M/tos a 7.40 P.M.\n6:30 A.M. 9.30 P.M.\n6.00 A.M.  C/30 M/tos a 7.00 P.M.. \n6.00 A.M.  C/30 M/tos a 7.00 P.M.. \n 5.00 A.M. C/30 M/tos a 9.30 P.M \n5.00 A.M. C/ 15 M/tos a 7.00 P.M.\n6.00 A.M. C/30 M7tos a7.00 P.M. \n5:30 A.M. C/30 M7tos a8.00 P.M. \n6.00 A.M.C/30 M/tos a  7.00 P.M.\n";descriptions[217][4]="10.000\n10.000\n10.000\n10.000\n10.000\n10.000\n10.000\n10.000\n10.000\n10.000\n";descriptions[217][5]="6687564\n6688330\n6689881\n6687450\n6616310\n6685470\n3162534162\n6680275\n6616247\n6684963\n";descriptions[217][6]="2 Horas\n2 Horas\n2 Horas\n2 Horas\n2 Horas\n2 Horas\n2 Horas\n2 Horas\n2 Horas\n1:H 15 M/tos\n";

descriptions[218][0]="TUMACO (Nar) \nTUMACO (Nar) \nTUMACO (Nar) \nTUMACO (Nar) \nTUMACO (Nar) \nTUMACO (Nar) \nTUMACO (Nar) \nTUMACO (Nar) \nTUMACO (Nar) \n";descriptions[218][1]="COMOTORIS DEL CAUCA\nCOOTRANAR\nCOOTRANAR\nCOOTRANAR\nTRANS IPIALES \nTRANS IPIALES \nGUAITARA  \nGUAITARA  \nSUPERTAXIX SEL SUR \n";descriptions[218][2]=" BUS \n BUSETA \n PREFERENCIAL \n BUS \n PREFERENCIAL \n BUSETA \n TAXI \n AEREOVAN  \n AEREOVAN  \n";descriptions[218][3]="6.30 P.M.\n4.00 AM  Y 6.00 P.M.\n7.30 P.M.\n4.00 A.M. 6.00  7.00 y 9.00 P.M.\n8.00 P.M.\n7.00 P.M.\n3.00 A.M. C/ hora a 7.00 P.M.\n3.00 A.M. C/ hora a 7.00 P.M.\n3.00 A.M. C/ hora a 7.00 P.M.\n";descriptions[218][4]="55.000\n55.000\n60.000\n55.000\n60.000\n55.000\n90.000\n78.000\n82.000\n";descriptions[218][5]="6688068\n6687595\n6687595\n6687595\n6687252\n6687252\n6687680\n6687680\n6615436\n";descriptions[218][6]="16 Horas\n16 Horas\n16 Horas\n16 Horas\n16 Horas\n16 Horas\n16 Horas\n16 Horas\n16 Horas\n";

descriptions[219][0]="TUQUERRES (Nar) Via Tumaco\nTUQUERRES (Nar) Via Tumaco\n";descriptions[219][1]="TRANS IPIALES  \nCOOTRANAR Via Tumaco\n";descriptions[219][2]=" BUSETA \n BUS \n";descriptions[219][3]="7.00 P.M.\n4.00 A.M. 6.00, 7.30, 9.00 P.M.\n";descriptions[219][4]="37.000\n40.000\n";descriptions[219][5]="6687252\n6687595\n";descriptions[219][6]="11 Horas\n11 Horas\n";

descriptions[220][0]="VALLEDUPAR\n";descriptions[220][1]="BRASILIA\n";descriptions[220][2]=" PREFERENCIAL \n";descriptions[220][3]="6:30 am , 8:00  P.M\n";descriptions[220][4]="141.000\n";descriptions[220][5]="6670902\n";descriptions[220][6]="24 HORAS\n";

descriptions[221][0]="VENADILLO (Tolima)\n";descriptions[221][1]="VELOTAX\n";descriptions[221][2]=" BUSETA \n";descriptions[221][3]="8.30 A.M.\n";descriptions[221][4]="35.000\n";descriptions[221][5]="6687200\n";descriptions[221][6]="9 Horas\n";

descriptions[222][0]="VERSALLES (Valle)\n";descriptions[222][1]="COODETRANS PALMIRA\n";descriptions[222][2]=" BUSETA \n";descriptions[222][3]="4.00 A.M. C/ 7 M/tos a 9.50 P.M.\n";descriptions[222][4]="3.500\n";descriptions[222][5]="6681704\n";descriptions[222][6]="1 Hora\n";

descriptions[223][0]="VIJES (Valle)\nVIJES (Valle)\n";descriptions[223][1]="TRANS INDUSTRIALES\nTRANS INDUSTRIALES\n";descriptions[223][2]=" BUSETA \n BUSETA \n";descriptions[223][3]="Lun, A Sab 5.OO AM. C/ 30 M/tos. 7.00 PM. \nDom, Fes .7.43 A.M. C/ 30 M 4.15 P.M \n";descriptions[223][4]="3.000\n3.000\n";descriptions[223][5]="6611182\n6611182\n";descriptions[223][6]="1 Hora\n1 Hora\n";

descriptions[224][0]="VILLA GARZON  (Put)\nVILLA GARZON  (Put)\n";descriptions[224][1]="TRANS IPIALES\nCOOTRANSMAYO\n";descriptions[224][2]=" BUS \n BUS \n";descriptions[224][3]="5'00 P.M. Y 7.00 P.M. Dia de por medio\n6:45 P.M\n";descriptions[224][4]="48.000\n52.000\n";descriptions[224][5]="6687252\n6602438\n";descriptions[224][6]="17 Horas\n13 horas\n";

descriptions[225][0]="VILLA RICA (Cauca) \nVILLA RICA (Cauca) \n";descriptions[225][1]="COMOTORIS DEL CAUCA\nTRANS PUERTO TEJADA\n";descriptions[225][2]=" BUS \n BUSETA \n";descriptions[225][3]="7: 00 A.M C/30 M/tos a 7: 00 P.M.\n5.00 A.M. C/ 20 M/tos a 7.00 P.M.\n";descriptions[225][4]="3.000\n5.800\n";descriptions[225][5]="6688068\n6687442\n";descriptions[225][6]="40 M/tos\n40 M/tos\n";

descriptions[226][0]="VILLAGORGONA (Valle) \nVILLAGORGONA (Valle) \n";descriptions[226][1]="COODETRANS PALMIRA\nSULTANA DEL VALLE\n";descriptions[226][2]=" BUSETA \n BUS \n";descriptions[226][3]="5.00 A.M..  C/30 minutos A 9.30 P.M.\n4.. C/10 M/tos a 5. A.M. C/ 30 A 4. P.M C/ 15 a 7. P.M.\n";descriptions[226][4]="2.400\n2.400\n";descriptions[226][5]="6681704\n6535141\n";descriptions[226][6]="45 M/tos \n45 M/tos \n";

descriptions[227][0]="VILLALOBOS (Put) \n";descriptions[227][1]="TRANS IPIALES\n";descriptions[227][2]=" BUS \n";descriptions[227][3]="5'00 P.M. Y 7.00 P.M. Dia de por medio\n";descriptions[227][4]="35.000\n";descriptions[227][5]="6687252\n";descriptions[227][6]="10 Horas\n";

descriptions[228][0]="YOTOCO\nYOTOCO\n";descriptions[228][1]="TRANS YUMBO\nTRANS INDUSTRIALES\n";descriptions[228][2]=" BUSETA \n BUS \n";descriptions[228][3]="6: 15 A.M C/30 MIN A 7: 15 P.M \n5:30 , 10:15 AM y 2:45 PM\n";descriptions[228][4]="5.000\n4.200\n";descriptions[228][5]="6666916\n6611182\n";descriptions[228][6]="25 MIN\n26 MIN\n";

descriptions[229][0]="YUMBO (Valle)\nYUMBO (Valle)\nYUMBO (Valle)\nYUMBO (Valle)\n";descriptions[229][1]="TRANS INDUSTRIALES \nTRANS INDUSTRIALES \nTRANS YUMBO\nLINEA LOS BUGUEÑOS\n";descriptions[229][2]=" BUSETA \n BUSETA \n BUSETA \n BUSETA \n";descriptions[229][3]="Lun, A Sab 5.OO AM. C/ 30 M/tos. 7.00 PM. \nDom, Fes .7.43 A.M. C/ 30 M 4.15 P.M \n6: 00 A.M C/30 M/tos a  7: 00 P.M \n6: 00 A.M C/30 M/tos a  7: 00 P.M \n";descriptions[229][4]="1.800\n1.800\n1.800\n1.800\n";descriptions[229][5]="6681182\n6611182\n6695596\n6613951\n";descriptions[229][6]="40 M/tos\n40 M/tos\n40 M/tos\n40 M/tos\n";

descriptions[230][0]="ZARZAL (Valle) \nZARZAL (Valle) \nZARZAL (Valle) \n";descriptions[230][1]="COOP DE OCCIDENTE\nTRANSPORTES UNIDOS\nFLOTA MAGDALENA\n";descriptions[230][2]=" BUSETA \n BUSETA \n BUSETA \n";descriptions[230][3]="6.00 A.M. C/40 MTOS A 9.00 P.M.\n5.00 A.M. C/ 15 M/tos a 7.00 P.M.\nLOCAL 9:00 a 11:45PM\n";descriptions[230][4]="14.500\n13.000\n12.200\n";descriptions[230][5]="6687564\n3162534162\n6687504\n";descriptions[230][6]="2H 10 M/tos\n2H 10 M/tos\n2H 10 M/tos\n";

descriptions[231][0]="\n";descriptions[231][1]="\n";descriptions[231][2]="\n";descriptions[231][3]="\n";descriptions[231][4]="\n";descriptions[231][5]="\n";descriptions[231][6]="\n";


function bindEvents()
{
	var tags = document.getElementsByTagName('INPUT');
	for (i in tags)
	{
		var tag = tags[i];
		if(tag.type && tag.type.toLowerCase() == "text")
		{
			new AutoSuggest(tag,fruits,document.getElementById('descripcion'),descriptions);
		}
	}
}

function mostrarDatos()
{
}
function borrar()
{
	document.getElementById('ciudad').value="";
}
window.onload = bindEvents;
