/* FILE ARCHIVED ON 5:44:08 Jul 11, 2007 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 16:24:32 Aug 17, 2011. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ function ShowImageWindow(picname, width, height, title) { if(self && self.screen && self.screen.width) { pos=""; if(width>self.screen.width) { winwidth=self.screen.width-20; pos+=",left=0"; } else { winwidth=width+17; pos+=",left="+((self.screen.width-width+17)/2); } if(height>self.screen.height) { winheight=self.screen.height-60; pos+=",top=0"; } else { winheight=height; pos+=",top="+((self.screen.height-height)/2); } } var params='toolbar=no,height='+winheight+',width='+winwidth+',location=no,scrollbars=yes,status=no,menubar=no,resizable=yes'+pos; picwin=window.open("","_blank",params); picwin.document.write("