function popup(URL,lAncho,lAlto)
{
var y0=screen.height
var x0=screen.width

var xx=(x0-lAncho)/2
var yy=(y0-lAlto)/2
var Complemento1="width="+lAncho+",height="+lAlto+",top="+yy+",left="+xx

window.open(URL,"_blank","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,"+Complemento1)
}


function irPagina(Nombre,URL,lAncho,lAlto)
{
var x0=screen.width
var y0=screen.height

var xx=(x0-lAncho)/2
var yy=(y0-lAlto)/2
var Complemento1="width="+lAncho+",height="+lAlto+",top="+yy+",left="+xx

window.open(URL,Nombre,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,"+Complemento1)
}


function ir2Pagina(Nombre,URL,lAncho,lAlto)
{
var x0=screen.width
var y0=screen.height

var xx=(x0-lAncho)/2
var yy=(y0-lAlto)/2
var Complemento1="width="+lAncho+",height="+lAlto+",top="+yy+",left="+xx

window.open(URL,Nombre,"toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,"+Complemento1)
}


function ir3Pagina(Nombre,URL,lAncho,lAlto)
{
var x0=screen.width
var y0=screen.height

var xx=(x0-lAncho)/2
var yy=(y0-lAlto)/2
var Complemento1="width="+lAncho+",height="+lAlto+",top="+yy+",left="+xx

window.open(URL,Nombre,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,"+Complemento1)
}


function SwpImg(objeto,imagen3)
{
objeto.src='/ufg/themes/t2007/images/btnMenu/' + imagen3
}
