File: /home/asjudine/public_html/quienes.php
<?php
// CODIGO DONDE ESTABA EL ORGANIGRAMA
//href="organigrama_serviasjudinet.gif" target="_blank"><IMG height=64
global $section;
$index = 0;
require_once("mainfile.php");
function theindex() {
global $section, $dbi, $storyhome, $httpref, $httprefmax, $topicname, $topicimage, $topictext, $datetime, $user, $cookie, $nukeurl, $prefix, $multilingual, $currentlang, $articlecomm;
if ($multilingual == 1) {
$querylang = "AND (alanguage='$currentlang' OR alanguage='')";
} else {
$querylang = "";
}
$section="prepago";
include("header.php");
?>
<style type="text/css">
<!--
.Estilo1 {
font-family: Arial, Helvetica, sans-serif;
color: #990000;
}
-->
</style>
<br>
<TABLE cellSpacing=0 cellPadding=0 width="95%" bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="98%" align=center
border=0>
<TBODY>
<TR>
<TD>
<DIV align=center><IMG
src="ELEMENTOS/quienessomos.gif"></DIV></TD></TR></TBODY></TABLE>
<TABLE width="90%"
border=0 align=center cellPadding=0 cellSpacing=0 bgcolor="#FFFFCC">
<TBODY>
<TR>
<TD><BR>
<P align="justify" class=texto Estilo1>Somos una empresa conformada por un equipo de
profesionales altamente calificados y especializados en
brindar eficientes y oportunas soluciones a la problemática
Jurídica, Disciplinaria y Administrativa que en el orden
nacional, afronten nuestros afiliados o sus beneficiarios,
ofreciendo tecnología de punta para la asesoría a través de
Internet.</P>
<P align="justify" class=texto Estilo1> </P></TD>
</TR></TBODY></TABLE><BR><BR>
<TABLE cellSpacing=0 cellPadding=0 width=450 align=center
border=0><TBODY>
<TR>
<TD vAlign=top>
<DIV align=center><A
href="junta.php" target="_blank"><IMG height=64
alt="Miembros de nuestra Junta Directiva"
src="ELEMENTOS/estructura.gif" width=312
border=2></A></DIV></TD></TR></TBODY></TABLE>
<br>
<TABLE cellSpacing=0 cellPadding=0 width=450 align=center
border=0>
<TBODY>
<TR>
<TD vAlign=top> <DIV align=center><A
href="ELEMENTOS/Organigrama_2015.jpg" target="_blank"><IMG height=64
alt="Organigrama de Serviasjudinet"
src="ELEMENTOS/organigrama.gif" width=312
border=2></A></DIV></TD>
</TR>
</TBODY>
</TABLE> <BR>
<TABLE cellSpacing=0 cellPadding=0 width=450 align=center
border=0><TBODY>
<TR>
<TD vAlign=top align=middle><div align="center"><a href="abogados.php" target="_parent"><IMG height=64
alt="Lista de Abogados"
src="ELEMENTOS/abogados.gif" width=312
border=2></a> </div></TD>
</TR></TBODY></TABLE><BR>
<TABLE width="75%"
border=0 align=center cellPadding=0 cellSpacing=0 bgcolor="#FFFFCC">
<TBODY>
<TR>
<TD width="29%">
<DIV align=center></DIV></TD>
<TD width="9%"><IMG height=12
src="ELEMENTOS/flecharetorno.gif" width=12></TD>
<TD width="62%"><FONT face="Arial, Helvetica, sans-serif"
size=1><A class=menu_tres
href="index.php">Retornar a la página
principal</A>
</FONT></TD></TR></TBODY></TABLE></TR></TBODY></TABLE>
<?
echo "</td>
<td width=\"100\" valign=\"top\" align=\"center\" bgcolor=\"#FFFFFF\"><br>";
// include("barder_nada.php");
include("footer.php");
}
if ($file != "") {
$index = 0;
include("header.php?section=prepago");
OpenTable();
$file2 = substr($file,0,2);
if (ereg("\.\.", $file2)) {
$file = ereg_replace("\.\.", "", $file);
}
$file2 = substr($file,0,1);
if ($file2 == "/") {
$file = ereg_replace("/", "", $file);
}
if (!@file($file) OR (eregi("\.\.",$file))) {
echo "<center><font class=\"title\">$sitename</font><br><br>"
."<font class=\"content\">"._FILENOTEXIST."</font><br><br>"
.""._GOBACK."</center>";
} else {
include("counter.php");
include("$file");
}
CloseTable();
include("footer.php");
die();
}
switch ($op) {
default:
theindex();
}
?>