/////////////////////////
// Ciudades de Paraguay
/////////////////////////

function crearVista (nombreVista, prefVista, links) {
	this.vista = nombreVista
	this.pref  = prefVista
	this.links = links
}

Paraguay = new Array()
i = -1

Paraguay [++i] = new crearVista("Asunción","ASUN", "00000")
Paraguay [++i] = new crearVista("Paraguay Rutero","PGAY", "00000")