function iZoom(path, obj) { var xwin = parseInt(screen.availWidth / 2)-150; var ywin = parseInt(screen.availHeight / 2)-100; zwin = window.open("http://www.dorma-usa.com:80/popup/popup.php?url="+path,"","left="+xwin+",top="+ywin+",scrollbars=no"); zwin.moveTo(xwin,ywin); } function imageZoom(maxWidth, maxHeight) { this.maxWidth = maxWidth || 100; this.maxHeight = maxHeight || 100; this.winRef = false; this.zoom = function(imgSource) { var x = parseInt( (screen.availWidth / 2) - (this.maxWidth / 2) ); var y = parseInt( (screen.availHeight / 2) - (this.maxHeight / 2) ); this.winRef = window.open("", "", "resizable=no,left="+x+",top="+y+",width="+this.maxWidth+",height="+this.maxHeight+",scrollbars=no"); this.winRef.moveTo(x, y); this.html = ''; this.html += '
'; this.html += '