GALERIA DE PRESIDENTES DEL
CAPITULO DE LA CIUDAD DE PANAMA

PERIODO
NOMBRE
1943 - 1944 Erasmo Chambonett

1944 - 1945

Rodrigo Arosemena

1945 - 1946

Juan José Garrido

1946 - 1947

Severino Pariente Sáenz

1947 - 1948

Lorenzo Romagoza

1948 - 1949

Juan A. Monterrey

1949 - 1950

Hildebrando Nicosia P.

1950 - 1951

Tomás Paredes

1951 - 1952

Virgilio De León

1952 - 1953

José A. Quinzada

1953 - 1954

Hildebrando Nicosia P.

1954 - 1955

Adolfo Pinzón

1955 - 1956

Carlos A. Pinzón C.

1956 - 1957

Mauro Pardo

1958 - 1959

Francisco Denis

1959 - 1960

Joaquín P. Franco

1960 - 1961

José A. Quinzada

1961 - 1962

Miguel A. Samaniego

1962 - 1963

Juan A. Barrera S.

1963 - 1964

Leopoldo Arosemena

1964 - 1965

Gilberto Billinslea

1965 - 1966

Manuel Sagel

1966 - 1967

Julio Ruiz

1967 - 1968

Juan A. Barrera S.

1968 - 1969

Juan A. Rivera

1969 - 1970

José B. Espino

1972

Rolando Arroyo

1973

Amador Olive

1974

Alberto Velásquez

1975

Eduardo Jaspe

1976

Guillermo Patterson

1977

Agustín Cáceres V.

1978

Aurelio García Ch.

1979

Luis A. Pimentel

1986

Alberto Tuy

1987

Gonzalo A. Justiniani R.

1988

Guillermo Quiñones R.

1989

Jorge Jean Francois

1990

Gustavo Gordón Lay

1991

Eric Omar Caballero B.

1992

César Galvez

1993

Gabriel Castro

1994

Aladino Lugo

1995

Manuel Barrios

1996

Omar Sáenz

1997

Manuel Burgos

1998

(string) ID of this element /// (string) Text to display in this element /// (any) Value this Display Object represents /// A new DisplayObj this.ID = objID; this.Text = displayText; this.Value = value; } Point = function(xCoor, yCoor) { ///

Object representing an x, y coordinate point /// (int) X Coordinate of the point /// (int) Y Coordinate of the point /// A new Point this.X = xCoor; this.Y = yCoor; } UIHelper = function() { /// Static Helper Class // this is a static class, but we need to declare it like this // in order for it to have methods this.isStatic = true; } UIHelper.generateRandomString = function(length) { /// Method which generates a string of random numbers and letters (lower and upper case) /// (int) length of the random string to generate /// A string of random numbers var newID = ''; for(var i=0; i < length; i++) newID += UIHelper.randomChar(); return newID; } UIHelper.randomChar = function() { /// Method which generates a random character /// A random character var randomNumber = Math.floor(Math.random() * 75); randomNumber = randomNumber + 48; while((randomNumber > 57 && randomNumber < 65) || ( randomNumber >90 && randomNumber < 97)) { randomNumber = Math.floor(Math.random() * 75); randomNumber = randomNumber + 48; } var h = randomNumber.toString(16); if(h.length==1) h="0"+h; h = "%" + h; return unescape(h); } UIHelper.getObjCoords = function(element) { /// Method which finds the absolute X,Y coordinates of the provided element /// (HTML Element) Element to find the x,y absolute coordintes of /// Point representing the x,y coordinates of this element var oX = 0; var oY = 0; if ((element!=undefined) && (element.offsetParent!=undefined)) { while (1) { oX+=element.offsetLeft; oY+=element.offsetTop; if (element.offsetParent==undefined) break; element=element.offsetParent; } } else if (element.X!=undefined) { oX+=element.X; oY+=element.Y; } return new Point(oX, oY); } UIHelper.drawShadow = function(element, bgColor, shadowWidth, offsetTop, offsetLeft) { /// Creates a 'shadow' for the specified HTML element /// (HTML Element) Element to add the shadow to /// [OPTIONAL] (string) Shadow color [Default: '#bbb'] /// [OPTIONAL] (string/int) Width of the shadow [Default: 3] /// [OPTIONAL] (int) Top Offset of the element to shadow from its parent /// [OPTIONAL] (int) Left Offset of the element to shadow from its parent if(element != undefined) { var div = document.createElement('div'); div.style.position = 'absolute'; div.style.backgroundColor = (bgColor != undefined) ? bgColor : '#bbb'; div.style.height = element.style.height div.style.width = element.style.width; var topOffset = (shadowWidth != undefined) ? shadowWidth : 3; var leftOffset = (shadowWidth != undefined) ? shadowWidth : 3; if(offsetTop != undefined) topOffset += offsetTop; if(offsetLeft != undefined) ign="bottom" style='width:123.0pt;background:white; padding:0in 3.5pt 0in 3.5pt;height:15.75pt' x:num="x:num">

2005

Liz Quintero

2006
Zuleika Cordero
2007
Edgardo Chung
2008
Selene Nuñez

Volver