function photo(foto,p,noret){ if(!foto)return false a=window.open((p?p:'')+'/p.php?'+foto,'', 'width=150,height=100,directories=no,location=no,menubar=no,resizable=yes,status=no,titlebar=no,toolbar=no,scrollbars=no');a.focus();if(!noret)return false} pup=function(u,w,h){ if(!w)w='600';if(!h)h=480 var win=window.open(u,'','width='+w+',height='+h+',directories=no,location=no,menubar=no,resizable=yes,status=no,titlebar=no,toolbar=no,scrollbars=yes') win.moveTo(screen.width/2-w/2,screen.height/2-h/2) } function sendurl(){ var r=document.location.href,a='' if(r.indexOf('?')==-1)a=r+'?sendurl='+escape(r) else a=r+'&sendurl='+escape(r) pup(a) } function $(el){if(typeof el=='string')el=document.getElementById(el);return el} try{document.execCommand("BackgroundImageCache",false,true)}catch(e){}