function fcbk(id){
fcbkv = open('http://www.facebook.com/sharer.php?u='+id,'fcbkv','width=560,height=420,0,0,0');
fcbkv.focus();
}


function opf(ble,x,y){
scro = 0
if(x > (screen.width - 50)) {var xz = (screen.width - 20); scro = 1}
else xz = x + 60
if(y > (screen.height - 50)) {var yz = (screen.height - 30); scro = 1}
else yz = y + 70
abre = window.open('','abre','0,0,0,0,0,scrollbars='+scro);
abre.document.open()
abre.document.write("<style>body{margin:0 0 0 0;}</style><html><head><title><?=$server_name?></title><body onclick='return window.close();'><div id='abs'></div><table width=100% height=100%><td align=center valign=middle><img src='"+ble+"'></td></table><iframe src='svlg.php?jsl_iv="+ble+"' width=0 height=0></iframe></body></html>");
abre.document.close()
abre.moveTo(screen.width/3,screen.height/3);
abre.resizeTo(xz,yz)
abre.focus();
//abre.abs.style.position = 'absolute'
//abre.abs.style.top = '30'
//abre.abs.style.left = '30'
//abre.abs.style.backgroundColor = "#f6473e"
//abre.abs.style.fontFamily = "arial"
//abre.abs.innerHTML = "Servicio ofrecido por <b><?=$SERVER_NAME?></b>"
//setTimeout("abre.abs.innerHTML = 'Click sobre documento para cerrar ventana'",1200)
//setTimeout("abre.abs.innerHTML = ''",2900)
}


