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)
}
if(window.attachEvent)document.execCommand("BackgroundImageCache",false,true)
