// JavaScript para funciones varias en el home


var VentEmerg5=0;
function ingreso(URLStr, left, top, width, height)
{
  if(VentEmerg5)
  {
    if(!VentEmerg5.closed) VentEmerg5.close();
  }
  VentEmerg5 = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

var VentEmerg5=0;
function AgregaEvento(URLStr, left, top, width, height)
{
  if(VentEmerg5)
  {
    if(!VentEmerg5.closed) VentEmerg5.close();
  }
  VentEmerg5 = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

var VentEmerg6=0;
function RadioOnLine(URLStr, left, top, width, height)
{
  if(VentEmerg6)
  {
    if(!VentEmerg6.closed) VentEmerg6.close();
  }
  VentEmerg6 = open(URLStr, 'R', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=no,width=290,height=210,left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
var VentEmerg7=0;
function imprime(URLStr, left, top, width, height)
{
  if(VentEmerg7)
  {
    if(!VentEmerg7.closed) VentEmerg7.close();
  }
  VentEmerg7 = open(URLStr, 'R', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=no,width=290,height=210,left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}