/*****************************************************************************/ /* Скрипт галлереи */ /*****************************************************************************/ function gallery() { d=document for (n=0;n
'); if (photo[n][0] != "") { d.write('
'+photo[n][0]+'

'); } for (i=1;i
'); } d.write('

'); } }; function openindex(n,i) { var or = dir_or+photo[n][i]+".jpg"; var OpenWindow=window.open("","_blank","width=20,height=20,scrollbars=0",1); OpenWindow.focus(); OpenWindow.document.open(); OpenWindow.document.write(''+photo[n][i]+''); OpenWindow.document.write(''); OpenWindow.document.close(); OpenWindow.name="foto" self.name="main window" }