// JavaScript Document

function derechos() {
	document.write("Derechos Reservados. Copyright 2008");
}

function direccion() {
	document.write("Editorial Orbis Press<br>");
	document.write("P.O. Box 1273<br>");
	document.write("Turlock, California, 95381. USA<br>");
	document.write("Tel. (602) 625-3311<br>");
	document.write("Fax (415) 462-5414");
}