// CPIA.org bsuarez related topics/articles
// Author: Waldemar Villamayor Venialbo <wvilla@cpia.org>
// Copyright: 2007, CPIA.org, all rights reserved.
// URL: http://www.cpia.org

var vtmp = doc.getMenuR();

doc.getMenuR = function()
{
	var nar = new Array(
		"+Relacionados",
		"...",
		"Halley, Newton y<br>Paraguay", base + "doc/hallnewpy.html",
		"P. Buenaventura Su&aacute;rez", base + "doc/bsuarez.html",
		"Obs. &laquo;P. B. Su&aacute;rez&raquo;", base + "doc/oabs.html",
		"Sello postal", base + "gallery/poststamp/astro1.html",
		"",
		""
	);
	return makeMenuR(nar, vtmp);
}
