function externalLinks() { if (document.getElementsByTagName) { an = document.getElementsByTagName("a"); for (i=0; i iMaxHeight) { iHeight = iMaxHeight; sScroll = 'yes'; } if (iWidth > iMaxWidth) { iWidth = iMaxWidth; sScroll = 'yes'; } controlWindow = window.open("/php/popup.php?img="+img+"&title="+escape(title), "new", "toolbar=no,height=" + iHeight + ",width=" + iWidth +" ,location=no,directories=no,status=no,menubar=no,scrollbars="+ sScroll +",resizable=no"); }