function SwitchImg(){ 
    var rem, keep=0, store, obj, switcher=new Array, history=document.Data;
       for (rem=0; rem < (SwitchImg.arguments.length-2); rem+=3) {
 	      store = SwitchImg.arguments[(navigator.appName == 'Netscape')?rem:rem+1];
          if ((store.indexOf('document.layers[')==0 && document.layers==null) ||
                  (store.indexOf('document.all[')==0 && document.all==null))
                  store = 'document'+store.substring(store.lastIndexOf('.'),store.length);
          obj = eval(store);
          if (obj != null) {
   	             switcher[keep++] = obj;
                 switcher[keep++] = (history==null || history[keep-1]!=obj)?obj.src:history[keep];
                 obj.src = SwitchImg.arguments[rem+2];
		  } 
      }
      document.Data = switcher;
}
function RestoreImg() {
   if (document.Data != null)
      for (var rem=0; rem<(document.Data.length-1); rem+=2)
      document.Data[rem].src=document.Data[rem+1];
} 
function dimensiona(n) {
	this.length=n;
	for (var i=1;i<=n;i++) {
		this[i]=0 }
	return this
}
function Fecha() {
   mes=new dimensiona(12);
   mes[1]="Enero";     mes[2]="Febrero";  mes[3]="Marzo";      mes[4]="Abril";
   mes[5]="Mayo";      mes[6]="Junio";    mes[7]="Julio";      mes[8]="Agosto";
   mes[9]="Setiembre"; mes[10]="Octubre"; mes[12]="Noviembre"; mes[12]="Diciembre";
   dia=new dimensiona(7);
   dia[1]="Domingo"; dia[2]="Lunes"; dia[3]="Martes"; dia[4]="Mi&eacute;rcoles";
   dia[5]="Jueves";  dia[6]="Viernes"; dia[7]="S&aacute;bado";   
   hoy=new Date();
   document.write("<font face='arial' size='-2'><b>");
   document.write(dia[hoy.getDay()+1]+" "+hoy.getDate()+" de ");
   document.writeln(mes[hoy.getMonth()+1]+" de "+(hoy.getYear()));
   document.write("</b></font>");
}
function Titulo(n) {
   document.write("<table border=1 cellspacing=0 cellpadding=0 width=100%><tr>");
   document.write("<td valign=top style='border-top:none;border-left:solid white 1.0pt;border-bottom:solid silver 1.0pt;");
   document.write("border-right:solid silver 1.0pt; padding:0cm 3.5pt 0cm 3.5pt'>");
   document.write("<table border=0 cellspacing=0 cellpadding=0 width=100%>");
   document.write("<tr><td><table border=0 align=left><tr><td valign=top align=center>");
   if (n!=0) {
   document.write("<a href='Kratos.html' onmouseout='RestoreImg()'");
   document.write("onmouseover=SwitchImg('document.Regresar','document.Regresar','src/B_Ini_1.JPG')>");
   document.write("<img border=0 width=36  height=30 id='_x20' src='SRC/B_Ini_0.JPG' ");
   document.write("alt='Regresar a la p&aacute;gina de inicio de KRATOS (Home Page)' name='Regresar'");
   document.write("align=top></a></td></tr><tr><td align=center>");
   }
   if (n!=1) {
   document.write("<a href='Lengua.html' onmouseout='RestoreImg()'");
   document.write("onmouseover=SwitchImg('document.Lenguaje','document.Lenguaje','src/BT_Len_1.JPG')>");
   document.write("<img border=0 width=177 height=32 id='_x26' src='src/BT_Len_0.JPG'");
   document.write("alt='Caracter&iacute;sticas de SISINF' name=Lenguaje></a></td></tr><tr><td align=center>");
   }
   if (n!=2) {
   document.write("<a href='Actual.html' onmouseout='RestoreImg()'");
   document.write("onmouseover=SwitchImg('document.Actualis','document.Actualis','src/BT_Act_1.JPG')>");
   document.write("<img border=0 width=177 height=32 id='_x22' src='src/BT_Act_0.JPG'");
   document.write("alt='Actualizaciones de SISINF' name=Actualis></a></td></tr><tr><td align=center>");
   }
   if (n!=3) {
   document.write("<a href='Notici.html' onmouseout='RestoreImg()'");
   document.write("onmouseover=SwitchImg('document.Noticias','document.Noticias','src/BT_Not_1.JPG')>");
   document.write("<img border=0 width=177 height=32 id='_x23' src='src/BT_Not_0.JPG'"); 
   document.write("alt='Noticias' name=Noticias></a></td></tr><tr><td align=center>");
   }
   if (n!=4) {
   document.write("<a href='Soluci.html' onmouseout='RestoreImg()'");
   document.write("onmouseover=SwitchImg('document.Soluciones','document.Soluciones','src/BT_Sol_1.JPG')>");
   document.write("<img border=0 width=177 height=32 id='_x27' src='src/BT_Sol_0.JPG'");
   document.write("alt='Soluciones de KRATOS' name=Soluciones></a></td></tr><tr><td align=center>");
   }
   Fecha();
   document.write("</td></tr></table></td><td width=90% align=center><table border=0 cellspacing=0 cellpadding=0 width=100% align=center>");
   document.write("<tr><td align=center><table border=0 cellspacing=0 cellpadding=0>");
   document.write("<tr><td valign=top><img border=0 width=107 height=97  id='_x0000_i1030' src='src/LogoK.JPG'></td>");
   document.write("<td valign=top><img border=0 width=315 height=88  id='_x0000_i1031' src='SRC/Kratosy.jpg'></td></tr>");
   document.write("</table></td></tr><tr><td align=center>");
   switch(n) {
     case 0: break;
	 case 1: document.write("<img src='SRC/T_LENGUA.jpg' width=288 height=67 border=0>"); break;
     case 2: document.write("<img src='SRC/T_ACTUAL.JPG' width=428 height=52 border=0>"); break;
	 case 3: document.write("<img src='SRC/T_NOTICI.JPG' width=212 height=52 border=0>"); break;
	 case 4: document.write("<img src='SRC/T_SOLUCI.JPG' width=284 height=52 border=0>"); break;
   }
   document.write("</td></tr></table></td></tr></table></td></tr></table><BR>");
}
function Separa(n) {
   document.write("<BR><BR><table border=0 align=center width=100%><tr><td align=center>");
   document.write("<img border=0 width=626 height=16 id='_x0000_i1810' src='src/sep.gif'>");
   document.write("</td></tr></table><BR>");
   if (n==1) document.write("<BR>");
}
function Pie() {
   Separa(0);
   document.write("<table border=0 align=center>");	
   document.write("<tr><td align=center><strong><font face='times new roman' color='#3300cc' size='+1'>KRATOS S.A. de C.V.</font></strong></td></tr>");
   document.write("<tr><td align=center><font face='arial' size='-1' color='#222222'>Avenida Paseo de los Leones  252-A</font></td></tr>");
   document.write("<tr><td align=center><font face='arial' size='-1' color='#222222'>Colonia Mitras Centro, 64460 Monterrey, Nuevo Le&oacute;n, M&eacute;xico</font></td></tr>"); 
   document.write("<tr><td align=center><font face='arial' size='-1' color='#222222'><b>Tel&eacute;fonos / Fax:</b> (01-81)  1052-3705 y 1052-3706</font></td></tr>");
   document.write("</table><table border=0 align=center>");
   document.write("<tr><td><img border=0 width=41 height=38 id='_x0000_i1049' src='SRC/LogoC.JPG'></td><td>");
   document.write("e-mail: <a href='mailto:soporte@kratosnet.com?subject=General%20-%20Actualizaciones'");
   document.write("title='Elaborar mensaje electr&oacute;nico para KRATOS'>soporte@kratosnet.com</a>");
   document.write("</td><td><img border=0 width=54 height=39 id='_x0000_i1050' src='SRC/mail.JPG'></td></tr></table>");
   document.write("<table align=center><tr><td>");
   document.write("<font face=arial color=#999999 size=-3>");
   document.write("P&aacute;gina modificada el " + document.lastModified)
   document.write("</font></td></tr></table>");
}
