\n'); } function popWin(loc) { leftPos = 100; topPos = 200; if (screen){ leftPos = screen.width-700; topPos = screen.heigth+2; } loc='htm/'+loc; popWindow =window.open(loc, 'bigImg','width=540,height=430,scrollbars=no,left='+leftPos+',top='+topPos); if (popWindow.opener == null) popWindow.opener = self; popWindow.Location popWindow.focus(); } //-->