//--------------------------------------------------------------------
<!--
var src;
function vercapa(src){	
//	src.style.visibility="visible";
	document.getElementById(src).style.visibility="visible";
}
//-->
// --------------------------------------------
<!--
function ocultarcapa(src){	
	document.getElementById(src).style.visibility="hidden";
//	src.style.visibility="hidden";
}
//-->
<!-- 
function negative(id) { 
ocultarcapa(id);
document.getElementById(id).style.display='none';
}
//-->
<!-- 
function positive(id) { 
vercapa(id);
document.getElementById(id).style.display='';
}
//-->
<!-- 
function favoritos(){
if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4))
window.external.AddFavorite("http://www.empitel.com/","EMPITEL. Telecomunicaciones");
else
if(navigator.appName == "Netscape")
window.sidebar.addPanel("EMPITEL. Telecomunicaciones", "http://www.empitel.com/","");
}
//-->
<!--
function centrarcapa(src){	
	document.getElementById(src).style.width=(screen.width)/2;
	document.getElementById(src).style.left=((screen.width)/4);
//	document.getElementById(src).style.top=((screen.width)/3)+200;
//	document.getElementById(src).style.left=((screen.width)/3)+200;
}
//-->
<!--
function reajustarcapa(src){	
	document.getElementById(src).style.width='';
	document.getElementById(src).style.left='';
//	document.getElementById(src).style.top=((screen.width)/3)+200;
//	document.getElementById(src).style.left=((screen.width)/3)+200;
}
//-->
<!--
var popUpWin=0;
function popUp(direccion,anchura,altura,titol){
	if (popUpWin){
		if (!popUpWin.closed) popUpWin.close();
	}
	popUpWin=window.open(direccion,titol,"width=" + anchura + ",left=" + (((screen.availWidth)/2)-(anchura)/2) + ",height=" + altura + ",top=" + (((screen.availHeight)/2)-(altura)/2) + 'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no');
}
//-->

//--------------------------------------------------------------------
<!--
function imprSelec(nombre)
{
var ficha = document.getElementById(nombre);
  var ventimp = window.open(' ', 'EMPITEL');
  ventimp.document.write( '<link href="CSS/estilo.css" rel="stylesheet" type="text/css">' );
/*
  ventimp.document.write( '<script language="JavaScript" type="text/javascript" src="scripts/sorttable.js"></script>' );
  ventimp.document.write( '<HR><div class="titulo">EMPITEL</div><HR><div class="subtitulo">EMPITEL. Telecomunicaciones</div><HR><br>' );
*/
  ventimp.document.write( ficha.innerHTML );
  ventimp.document.write( '<hr><div class=justificado><span class="txnegro">EMPITEL. Telecomunicacines S.L</span><br><a class="txnegro" href=http://www.empitel.com>www.empitel.com</a></div><hr>' );
  ventimp.document.close();
  ventimp.print( );
//  ventimp.close();
} 
//-->
function onestilo(src){
	src.className='navON';
}
function ofestilo(src){
	src.className='navOFF';
}
function pestaņa(cadena) {
//alert(cadena.length*10+50 );
this.style.width=(cadena.length*10)+50;
}
//--------------------------------------------------------------------
//--------------------------------------------------------------------
<!--
function cuantoTardo(){
var elFinal=new Date();//capturamos el momento actual en milisegundos
var despues=elFinal.getTime();
var diferencia=despues-antes;

var total;
if (((despues-antes)/1000)<=2) {
total="<span class=txazul>Tiempo de carga en el Navegador: "+(diferencia/1000)+" sg.</span>";//sin redondear
}else{total="<span class=txrojo>Tiempo de carga en el Navegador: "+(diferencia/1000)+" sg.</span>";}//sin redondear

//var total="T. Navegador: "+Math.round(diferencia/1000)+" sg";//redondeamos
MM_setTextOfLayer('cronometro','',total);//lo escribimos en la capa "cronometro"
}
//-->
//--------------------------------------------------------------------

//--------------------------------------------------------------------
<!--
var foco = new Object();
function sumar(valor){
	total=parseInt(valor) + parseInt(1)
	foco.value=total;
}
function restar(valor){
	total=valor;
	if (total>0) {
		total=parseInt(valor) - parseInt(1)
	}
	foco.value=total;
}
function validar(objeto){
	total=objeto.value;
	if (total<=0) {
		this.value=parseInt(1);
		foco.value=parseInt(1);
	}
}

//-->
//--------------------------------------------------------------------
<!--
function noenviar(objeto){
//	alert(objeto.checked);
	if (objeto.checked==true){
	document.getElementById('aceptar').disabled=false;
//		contacto.aceptar.disabled=false;
//		document.forms['contacto']['aceptar'].disabled=false;
	}else{
	document.getElementById('aceptar').disabled=true;
//		contacto.aceptar.disabled=true;
//		document.forms['contacto']['aceptar'].disabled=true;
	}

}
//-->
//--------------------------------------------------------------------
<!--



//-->
//--------------------------------------------------------------------

