// CPIA.org personalities related topics/articles
// Author: Waldemar Villamayor Venialbo <wvilla@cpia.org>
// Copyright: 2007, CPIA.org, all rights reserved.
// URL: http://www.cpia.org

doc.getMenuL = function()
{
	var nar = new Array(
		"Pioneros", "",
		"El cielo guarani", base + "doc/guarani.html",
		"Halley, Newton, y Paraguay", base + "doc/hallnewpy.html",
		"Buenaventura Su&aacute;rez", base + "doc/bsuarez.html",
		"Aficionados del s. XX", base + "doc/midtwent.html",
		"",
		"Personajes", "",
		"Roberto Godefroid", base + "doc/robgode.html",
		"Eduardo Parini", base + "doc/eparini.html",
		"Manuel Bogado", base + "doc/mbogado.html",
		"Chester Swann", base + "doc/chester.html",
		"Miguel Volpe", base + "doc/mvolpe.html",
		"F&eacute;lix Piriy&uacute;", base + "doc/fpiriyu.html",
		"",
		""
	);

	return nar;
}
