function MostrarTopM (terminal) {
var numtelefonos = 5
for (a=1; a<=numtelefonos; a++)
{eval("document.getElementById('TLF"+a+"').style.display = 'none';")}
document.getElementById(terminal).style.display = "block";}

function MostrarOV (terminal) {
var numtelefonos = 5
for (a=1; a<=numtelefonos; a++)
{eval("document.getElementById('TEL"+a+"').style.display = 'none';")}
document.getElementById(terminal).style.display = "block";}

function MostrarPrecio (terminal) {
var numtelefonos = 5
for (a=1; a<=numtelefonos; a++)
{eval("document.getElementById('PRECIO"+a+"').style.display = 'none';")}
document.getElementById(terminal).style.display = "block";}

function MostrarUrl (terminal) {
var numtelefonos = 5
for (a=1; a<=numtelefonos; a++)
{eval("document.getElementById('URL"+a+"').style.display = 'none';")}
document.getElementById(terminal).style.display = "block";}

//$(document).ready(function(){
//    $("#FormularioADSL").validate({});
//    $("#ProcesoCompra").validate({});
//	$('.Tooltip, .Tooltip2').cluetip({
//		activation: 'click',
//		sticky: true,
//		width: 400,
//    	closePosition: 'top',
//    	closeText: '<img src="img/close.gif" alt="cerrar" width="14" height="14" />',
//		topOffset:        15,       
//    	leftOffset:       15,
//		showTitle:        false,
//		dropShadow:       false
//	});						  
//  });








