 	function setText(){
		nt1='<strong style="font-family : \'sans-serif\'\; font-size : 12px\; font-weight : bold\;">En <a href="http://www.gposac.com.mx" type="text/html" target="_blank">Grupo SAC</a> estamos altamente satisfechos de las soluciones y el soporte brindado<br>por Linux Empresa, con servidores y estaciones de trabajo<br>Linux en todas nuestras oficinas.<br><u>Ing. Nicol&aacute;s Andrade. Director General.</u>';
		nt2='<strong style="font-family : \'sans-serif\'\; font-size : 12px\; font-weight : bold\;">Linux Empresa ha instalado y da soporte a nuestra infraestructura inform&aacute;tica,<br>sus servicios son de excelencia.<br>Lic. Jos&eacute; Lu&iacute;s L&oacute;pez.<br>Gerente General de <a href="http://representacionesjmp.com" type="text/html" target="_blank">Representaciones JMP S.A. de C.V.</a></strong>';
		nt3='<strong style="font-family : \'sans-serif\'\; font-size : 12px\; font-weight : bold\;"><a href="http://www.proagtec.com" type="text/html" target="_blank">Proagtec</a> es administrado con un servidor central Linux de acceso en tiempo real desde<br>todas nuestras sucursales.<br>Linux Empresa es altamente profesional en los servicios que nos brinda.<br><u>Ing. Bernardo Herrera. Gerente General.</u></strong>';
		nt4='<strong style="font-family : \'sans-serif\'\; font-size : 12px\; font-weight : bold\;">La calidad el la consultoria en sistemas y el soporte t&eacute;cnico que nos da Linux Empresa,<br>permite mantener nuestras redes y servidores siempre operando eficientemente.<br><u>C.P. Jos&eacute; Antonio Navarro.<br>Director General de CD Media S.A. de C.V.</u></strong> ';	
		nt5='<strong style="font-family : \'sans-serif\'\; font-size : 12px\; font-weight : bold\;">El soporte proporcionado por Linux Empresa en redes y servidores Linux con estaciones de<br>trabajo en otra plataforma, es de gran valor para nuestra empresa.<br><u>Ing. Miguel Godinez<br>Gerente de sistemas de <a href="http://www.sakata.com.mx" target="_blank">Sakata Seed de m&eacute;xico S.A. de C.V.</a></u></strong> ';	
		nt6='<strong style="font-family : \'sans-serif\'\; font-size : 12px\; font-weight : bold\;">Tenemos una trayectoria de 19 a&ntilde\;os, 11 de los cuales proporcionando <br>consultor&iacute\;a y soporte t&eacute\;cnico Linux<br>en toda la Rep&uacute\;blica Mexicana.</strong> ';
		
		var ntd; axt= document.f.n.value;
		
		switch (axt){ 
			case '1':  axt++; document.f.n.value=axt; ntd= nt1; document.getElementById('tdh').bgColor= '#99FF66'; break;
			case '2':  axt++; document.f.n.value=axt; ntd= nt2; document.getElementById('tdh').bgColor= 'white'; break;
			case '3':  axt++; document.f.n.value=axt; ntd= nt3; document.getElementById('tdh').bgColor= 'cyan'; break;
			case '4':  axt++; document.f.n.value=axt; ntd= nt4; document.getElementById('tdh').bgColor= 'orange'; break;
			case '5':  axt++; document.f.n.value=axt; ntd= nt5; document.getElementById('tdh').bgColor= 'silver'; break;
			case '6':  axt=1; document.f.n.value=axt; ntd= nt6; document.getElementById('tdh').bgColor= 'gold'; break;
		}
		
		document.getElementById('tdh').innerHTML = ntd;
	}

	function setTextT(){
			setTimeout("setText(); setTextT();",20000);
	}

	function valida(){
		b=0; 
		men='';
		
		if (document.mensaje.nombre.value == ''){
			b++;
			men= 'Falta \'NOMBRE\'.\n';
		}
		if (document.mensaje.ciudad.value == ''){
			b++;
			men= men + 'Falta \'CIUDAD\'.\n';
		}

		if (document.mensaje.estado.value == '0'){
			b++;
			men= men + 'Falta \'ESTADO\'.\n';
		}

		if (document.mensaje.email.value == ''){
			b++;
			men= men + 'Falta su direccion de \'CORREO\'.\n';
		}

		if (document.mensaje.comentarios.value == ''){
			b++;
			men= men + 'Faltan su \'COMENTARIO\'.\n';
		}

		if (b > 0){
			alert ('   ' + b + ' error(es):\n\n' + men);
		}
		else{
			document.mensaje.submit();
		}
	}
	
	function gp(){
		gpa= document.ctrimg.gpc.value;

		if (gpa == 0){
			document.getElementById('diag').height="324";
			document.getElementById('diag').width="427";
			document.ctrimg.gpc.value= 1;
		}
		else{
			document.getElementById('diag').height="254";
			document.getElementById('diag').width="357";
			document.ctrimg.gpc.value= 0;
		}
	}



/* Inicia script para control de tabber */
document.write('<style type="text/css">.tabber{display:none;}<\/style>');

var tabberOptions = {

  'manualStartup':true,

  'onLoad': function(argsObj) {
    if (argsObj.tabber.id == 'tab2') {
      alert('Finished loading tab2!');
    }
  },

  'onClick': function(argsObj) {

    var t = argsObj.tabber;
    var id = t.id;
    var i = argsObj.index;
    var e = argsObj.event;

    if (id == 'raid') {
      return confirm('Swtich to '+t.tabs[i].headingText+'?\nEvent type: '+e.type);
    }
  },

  'addLinkId': true

};
/* Termina script para control de tabber */