function rl(psx){
location.href = psx
}
function opf(ble,x,y,serv) {

var scro = 0
if(x > (screen.width - 100)) {var xz = (screen.width - 20); scro = 1}
else xz = x + 60
if(y > (screen.height - 333)) {var yz = (screen.height - 30); scro = 1}
else yz = y + 70
abre = window.open('','abre','scrollbars='+scro);
abre.document.open()
abre.document.write("<style>body{margin:0 0 0 0;}</style><html><head><title>Gifs Animados</title><body onclick='return window.close();'><div id='abs'></div><table width=100% height=100%><td align=center valign=middle><img src='"+ble+"' height='"+y+"' width='"+x+"' ></td></table></body></html>");
abre.document.close()
abre.moveTo(screen.width/4,screen.height/4);
abre.resizeTo(xz,yz)
abre.focus();
abre.abs.style.position = 'absolute'
abre.abs.style.top = document.body.clientHeight/2.7
abre.abs.style.left = '30'
abre.abs.style.backgroundColor = "#f6473e"
abre.abs.style.fontFamily = "arial"
abre.abs.style.fontSize = "26px"
abre.abs.style.fontWeight = "bold"
abre.abs.innerHTML = "</b>"+serv+"</b>"
setTimeout("abre.abs.innerHTML = 'Click sobre documento para cerrar ventana'",1200)
setTimeout("abre.abs.innerHTML = ''",2900)

}


