dows = new Array("Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado");
months = new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre");
now = new Date();
dow = now.getDay();
d = now.getDate();
m = now.getMonth();
h = now.getTime();
var y = now.getYear();
if (y < 2000) y = y + 1900;
function makeArray(len)
{
for (var i = 0; i < len; i++) this[i] = null;
this.length = len;
}
// final de la fecha
//la hora
Stamp = new Date();
var Hours;
var Mins;
var Time;
Hours = Stamp.getHours();
if (Hours >= 12) {
Time = " pm";
}
else {
Time = " am";
}
if (Hours > 12) {
Hours -= 12;
}
if (Hours == 0) {
Hours = 12;
}
Mins = Stamp.getMinutes();
if (Mins < 10) {
Mins = "0" + Mins;
}
//final de la hora
function uno(src,color_entrada) {
src.bgColor=color_entrada;src.style.cursor="hand";
}
function dos(src,color_default) {
src.bgColor=color_default;src.style.cursor="default";
}
function ventanaSecundaria (URL){
window.open(URL,"ventana1","width=480,height=400,,resizable=no,scrollbars=yes,menu=no,toolbar=no,status=no,location=no,top='+((screen.availHeight/2)-(600/2 ))+',left='+((screen.availWidth/2)-(800/2 ))+''")
}
function ventanaSecundaria_e (URL){
window.open(URL,"ventana1","width=300,height=200,,resizable=no,scrollbars=no,menu=no,toolbar=no,status=no,location=no,top='+((screen.availHeight/2)-(600/2 ))+',left='+((screen.availWidth/2)-(800/2 ))+''")
}
 |
República de Panamá |
Ministerio de la Presidencia |
|
|
|
| |
PERSONAL DE LA SECRETARÍA EJECUTIVA |
| |
|
|
| |
Secretario
Ejecutivo |
| |
|
|
|
Departamento
de
Asesoría Legal |
| |
|
|
|
|
|
|
|
|
Departamento de
Examinadores Forense |
| |
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
| Copyright © 2007 Secretaría Ejecutiva 2006. Todos los derechos reservados |
|