function $(e){if(typeof e=='string')e=document.getElementById(e);return e};
function collect(a,f){var n=[];for(var i=0;i
'; var img = new Image(); img.src = src; var leftPos = (screen.availWidth - img.width) / 2; var topPos = (screen.availHeight - img.height) / 2; popup=window.open('','image','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1,width=' + img.width + ',height=' + img.height + ',left=' + leftPos + ',top=' + topPos); popup.document.open(); popup.document.write(html); popup.document.body.focus(); popup.document.close(); }; //POPUPS function popImage(imageURL,imageTitle){ PositionX = 10; PositionY = 10; defaultWidth = 1; defaultHeight = 1; //kinda important var AutoClose = true; var imgWin = window.open('','_blank','scrollbars=no,resizable=1,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY); if( !imgWin ) { return true; } //popup blockers should not cause errors imgWin.document.write('