<html>
<head>
<link rel="shortcut icon" href="http://www.ubikt.com.mx/img-ico/ubikt.ico">
<title>UbiKT - Sistemas de C&oacute;mputo y Telecomunicaciones</title>
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- ImageReady Preload Script (index.psd) -->
<script type="text/javascript">
<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		inicio_over = newImage("img-jpg/inicio-over.jpg");
		nosotros_over = newImage("img-jpg/nosotros-over.jpg");
		servicios_over = newImage("img-jpg/servicios-over.jpg");
		promociones_over = newImage("img-jpg/promociones-over.jpg");
		soluciones_over = newImage("img-jpg/soluciones-over.jpg");
		socios_over = newImage("img-jpg/socios-over.jpg");
		contacto_over = newImage("img-jpg/contacto-over.jpg");
		preloadFlag = true;
	}
}

// -->
</script>
<!-- End Preload Script -->
<style type="text/css">
<!--
.Estilo1 {font-family: Arial; font-size: 12px; color: #000000;}
.Estilo2 {font-family: Arial; font-size: 12px; font-weight: bold; color: #000000;}
.Estilo3 {font-family: Arial; font-size: 12px; color: #990000;}
.Estilo4 {font-family: Arial; font-size: 12px; font-weight: bold; color: #990000;}
.Estilo5 {font-family: Arial; font-size: 10px; color: #FFFFFF;}
.Estilo6 {font-family: Arial; font-size: 10px; font-weight: bold; color: #FFFFFF;}
.Estilo7 {font-family: Arial; font-size: 10px; color: #000000;}
.Estilo8 {font-family: Arial; font-size: 10px; font-weight: bold; color: #000000;}
a:link {
	color: #99CC00;
	text-decoration: none;
}
a:visited {
	color: #99CC00;
	text-decoration: none;
}
a:hover {
	color: #99CC00;
	text-decoration: underline;
}
a:active {
	color: #99CC00;
	text-decoration: none;
}
#apDiv1 {
	position:absolute;
	left:266px;
	top:714px;
	width:116px;
	height:22px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:266px;
	top:709px;
	width:120px;
	height:22px;
	z-index:1;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<SCRIPT>
message 	= "UbiKT^" +
		  	  "Sistemas de Cómputo y Telecomunicaciones^" +
		      "Web | Mantenimiento | Equipo de Cómputo | Redes y Teléfonos de Largo Alcance^" +
		      "Contactenos^"
scrollSpeed = 25
lineDelay = 1500

txt = ""
function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }

scrollText(0)
</SCRIPT>