function detectscreen(){return(screen.width<=1024)?"big_1":(screen.width>1024&&screen.width<1600)?"big_2":"big_3"}function detectwinsize(){return(screen.width<=1024)?{w:800,h:600}:(screen.width>1024&&screen.width<1600)?{w:1024,h:768}:{w:1600,h:1200}}function getBodyScrollTop(){return self.pageYOffset||(document.documentElement&&document.documentElement.scrollTop)||(document.body&&document.body.scrollTop)}function getBodyScrollLeft(){return self.pageXOffset||(document.documentElement&&document.documentElement.scrollLeft)||(document.body&&document.body.scrollLeft)}function findPos(a){var d=a.offsetLeft;var c=a.offsetTop;for(var b=a.offsetParent;b;b=b.offsetParent){d+=b.offsetLeft-b.scrollLeft;c+=b.offsetTop-b.scrollTop}return{left:d,top:c,width:a.offsetWidth,height:a.offsetHeight}}function setCoordPromt(e,b,a){var c=findPos(document.getElementById(b));var d=document.getElementById(a);if(c.left+document.body.scrollLeft+15+d.width>screen.width){document.getElementById(e).style.left=c.left+document.body.scrollLeft+c.width-15-d.width+"px";document.getElementById(e).style.top=c.top+document.body.scrollTop+30+"px"}else{document.getElementById(e).style.left=c.left+document.body.scrollLeft+15+"px";document.getElementById(e).style.top=c.top+document.body.scrollTop+30+"px"}}function nWin(a){var c=detectwinsize();var b=window.open("","_blank","height="+c.h+", width="+c.w+", scrollbars=1");b.document.write("<html><title>Deleu</title><body style='margin: 0; padding: 0; background-color: #aaa; text-align: center; vertical-align: middle;'><table style='margin:0; padding: 0;' width='100%' height='100%'><tr><td align='center'><img src='/photo/upload/"+detectscreen()+"/"+a+"' border=0 /></td></tr></table></body></html>");b.document.close()};
