MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/www/control_en_linea.php
<html>
<BODY BGCOLOR="gray"> 

<style type="text/css">     

<!-- 

body {
	background-image: url(ELEMENTOS/beig.jpg);
}


.Estilo2 {
	color: #551FFF;
	font-size: 16px;
}
.Estilo3 {color: #2492FF;
	font-weight: bold;
}
.Estilo4 {
	color: #551FFF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.recaudo {font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #B6CBDC;
	margin: 4px;
	padding: 8px;
	width: auto;
	border: medium outset #339966;
}
.Estilo50 {color: #CC3333;
	font-family: "Arial Narrow";
	font-weight: bold;
}
.Estilo53 {font-family: "Courier New", Courier, monospace}
-->
</style>


<center> <img src="ELEMENTOS\CABEZOTE SERVIASJUDINET.jpg" WIDTH=60% > </center>
<br></br>
<span id="theText" style="width:100%"> 
<h3 align="center"><font color="#3a6ca3"><font size="+5">CONTROL EN LINEA</font>
 </font><font color="#666666">
 <!--  -->
 <script>              
<!--

var from = 5;                      
var to = 11;                        
var delay = 55;                     
var glowColor = "red";              
var glowColor2 = "orange";         
var glowColor3 = "yellow";        
var glowColor4 = "lime";            
var glowColor5 = "blue";            
var glowColor6 = "magenta";         
//no more editing
var i = to;
var j = 0;
textPulseDown();
function textPulseUp()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
}
function textPulseDown()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor2 + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp2()',delay);
return 0;
}
}

function textPulseUp2()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor3 + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp2()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown2()',delay);
return 0;
}
}
function textPulseDown2()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor4 + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown2()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp3()',delay);
return 0;
}
}
function textPulseUp3()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor5 + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp3()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown3()',delay);
return 0;
}
}
function textPulseDown3()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor6 + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown3()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
}



//-->
</script></font></h3></span>



<center>

<span id="TexteBat" style="width:100%">
<h1><font color="#0000000">  NOVEDADES POR SEDE</font></h1>
</span>
</center>
</center>
<script>

<!--
var from = 2;
var to = 12;
var delay = 55;
var glowColor = "#0000ff";
var i = to;
var j = 0;

textPulseDown();

function textPulseUp()
   {
   if (!document.all)
      return
   if (i < to)
      {
      TexteBat.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
      i++;
      theTimeout = setTimeout('textPulseUp()',delay);
      return 0;
      }

   if (i = to)
      {
      theTimeout = setTimeout('textPulseDown()',delay);
      return 0;
      }
   }

function textPulseDown()
   {
   if (!document.all)
      return
   if (i > from)
      {
      TexteBat.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
      i--;
      theTimeout = setTimeout('textPulseDown()',delay);
      return 0;
      }
   if (i = from)
      {
      theTimeout = setTimeout('textPulseUp()',delay);
      return 0;
      }
   }
//-->








</script>




		  
<CENTER>
<script languaje="JavaScript">
 	      mesarray=new Array("Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio","Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre");
	      diaarray=new Array( "Domingo","Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado");
	      hoy = new Date();
	      dias = hoy.getDate();
	      dia = hoy.getDay();
	      mes = hoy.getMonth();
	      mes=mesarray[mes];
	      dia =diaarray[dia];
	      anno = hoy.getYear();
	      if (anno <200)
	        anno = anno+1900;
	      document.write('<TABLE WIDTH="60" height="60" BORDER="2" BGCOLOR="#FFFFFF"><TR><TD><CENTER>');
	      document.write('<FONT SIZE="2" COLOR="#000000"> <B>'+mes+'</B></FONT><br>');
	      document.write('<FONT SIZE="1" COLOR="#000000">'+anno+'</FONT><br>');
	      document.write('<FONT SIZE="4" COLOR="#000000" FACE="Arial"><B>'+dias+'</B></FONT><br>');
	      document.write('<FONT SIZE="1" COLOR="#000000">'+dia+'</FONT><br>');
	      document.write('</CENTER></TR></TD></TABLE>');
	      </script>





<span id="TexteBat" style="width:100%">

</span>
</center>
<script>

<!--
var from = 2;
var to = 12;
var delay = 55;
var glowColor = "#0000ff";
var i = to;
var j = 0;

textPulseDown();

function textPulseUp()
   {
   if (!document.all)
      return
   if (i < to)
      {
      TexteBat.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
      i++;
      theTimeout = setTimeout('textPulseUp()',delay);
      return 0;
      }

   if (i = to)
      {
      theTimeout = setTimeout('textPulseDown()',delay);
      return 0;
      }
   }

function textPulseDown()
   {
   if (!document.all)
      return
   if (i > from)
      {
      TexteBat.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
      i--;
      theTimeout = setTimeout('textPulseDown()',delay);
      return 0;
      }
   if (i = from)
      {
      theTimeout = setTimeout('textPulseUp()',delay);
      return 0;
      }
   }


//--></CENTER>
</script>

<CENTER><font color="red">SELECCIONA LA SUCURSAL</font> 

</CENTER></HEAD>

<script language="JavaScript">
<!--

function SymError()
{
  return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
  return (new Object());
}

window.open = SymWinOpen;

//-->
</script>

<BR>
<table width="253"  border="0" align="center" cellpadding="2" cellspacing="3">
<tr></tr>
<tr>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom: 3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_barranquilla.php"><font size="3" face="Verdana">BARRANQUILLA</font></a>
  </center></td>
</tr>
<tr>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom: 3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea.php"><font size="3" face="Verdana">BOGOTA</font></a>
  </center></td>
</tr>
<tr>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom: 3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_bucaramanga.php"><font size="3" face="Verdana">BUCARAMANGA</font></a>
  </center></td> 
</tr>
<tr>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom: 3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_cali.php"><font size="3" face="Verdana">CALI </font></a>
  </center></td>
</tr>
<tr>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_cartagena.php"><font size="3" face="Verdana">CARTAGENA</font></a>
  </center></td>
</tr>
<tr>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_cucuta.php"><font size="3" face="Verdana">CUCUTA</font></a>
  </center></td>
</tr>
<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_florencia.php"><font size="3" face="Verdana">FLORENCIA</font></a>
  </center></td>
</tr>
<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_ibague.php"><font size="3" face="Verdana">IBAGUE</font></a>
  </center></td>
</tr> 
<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_medellin.php"><font size="3" face="Verdana">MEDELLIN</font></a>
  </center></td>
</tr>

<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_melgar.php"><font size="3" face="Verdana">MELGAR</font></a>
  </center></td>
</tr>
  
<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_mocoa.php"><font size="3" face="Verdana">MOCOA</font></a>
  </center></td>
</tr>

<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_monteria.php"><font size="3" face="Verdana">MONTERIA</font></a>
  </center></td>
</tr>

<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
  <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_neiva.php"><font size="3" face="Verdana">NEIVA</font></a>
  </center></td>
</tr>

<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_pasto.php"><font size="3" face="Verdana">PASTO</font></a>
  </center></td>
</tr>

<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_pereira.php"><font size="3" face="Verdana">PEREIRA</font></a>
  </center></td>
</tr>

<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_riohacha.php"><font size="3" face="Verdana">RIOHACHA</font></a>
  </center></td>
</tr>


<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_san_andres.php"><font size="3" face="Verdana">SAN ANDRES</font></a>
  </center></td>
</tr>

<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_tunja.php"><font size="3" face="Verdana">TUNJA</font></a>
  </center></td>
</tr>

<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
<a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_valledupar.php"><font size="3" face="Verdana">VALLEDUPAR</font></a>
  </center></td>
</tr>

<tr>
  <right>
  <td onClick="mClk(this);" onMouseOut="mOut(this,'#498aa8');" onMouseOver="mOvr(this,'#f18b59');" valign="center" width="1090" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom:3" bgcolor="#475B70" height="15"><center>
    <a style="COLOR: rgb(255,255,255); TEXT-DECORATION: none" href="formulario_control_linea_villavicencio.php"><font size="3" face="Verdana">VILLAVICENCIO</font></a>
  </center></td>
</tr>


</table>
<br>
<tr>
<td><div align="center">
 <input name="button" type="button" class="Estilo1" onClick="window.location.href='submenu_control_linea.php'" value="Men&uacute;">
 </div></td>
  </tr>


</center>


<BODY.....>


<script>
<!-- 
function mOvr(src,clrOver) {
if (!src.contains(event.fromElement)) {
src.style.cursor = 'hand';
src.bgColor = clrOver;
}
}
function mOut(src,clrIn) {
if (!src.contains(event.toElement)) {
src.style.cursor = 'default';
src.bgColor = clrIn;
}
}
function mClk(src) {
if(event.srcElement.tagName=='TD'){
src.children.tags('A')[0].click();
}
}
</script>


</html>