﻿// JScript File
function cambiar_img(img, urlImg){
img.src = urlImg;
}
  
function abrefaq(){
newWindow = window.open("/pol/faq/","FAQ", "height=400,width=620, resizable=no, scrollbars=no");
}

function doTooltip(e, msg) {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
  Tooltip.show(e, msg);
}
function hideTip() {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return; 
  Tooltip.hide();
}

function encender(){
    $('linea').style.textDecoration = "underline";
    $('linea2').style.textDecoration = "underline";
}

function apagar(){
    $('linea').style.textDecoration = "none";
    $('linea2').style.textDecoration = "none";
}