function dw(url, width, height, t , description) { width += 20; height += 20; // generowanie losowej nazwy okna: var name; name = Math.round (Math.random() * 1000000 ); NewWindow = window.open ('', name, 'width='+width+', height='+height+', resizable=0, status=0, scrollbars=0, menubar=0 toolbar=0'); NewWindow.document.writeln(''); NewWindow.document.writeln(''); NewWindow.document.writeln(''); NewWindow.document.writeln(''+t+''); NewWindow.document.writeln(''); NewWindow.document.writeln(''); NewWindow.document.writeln(''+description+''); NewWindow.document.writeln(''); NewWindow.document.writeln(''); } function menu_poz() { var Link_back = '| Wstecz '; var Links = '| Strona główna |'; var Map = ' Mapa serwisu |'; document.writeln(''); document.writeln(''+Link_back+Links+Map+''); document.writeln(''); } function menu_poz_mapa() { var Link_back = '| Wstecz '; var Links = '| Strona główna |'; document.writeln(''); document.writeln(''+Link_back+Links+''); document.writeln(''); } function menu_poz_start() { var Map = '| Mapa serwisu |'; document.writeln(''); document.writeln(''+Map+''); document.writeln(''); } function dw1(url, width, height, t , description) { width += 20; height += 20; // generowanie losowej nazwy okna: var name; name = Math.round (Math.random() * 1000000 ); NewWindow = window.open ('', name, 'width='+width+', height='+height+', resizable=1, status=0, scrollbars=1, menubar=0 toolbar=0'); NewWindow.document.writeln(''); NewWindow.document.writeln(''); NewWindow.document.writeln(''); NewWindow.document.writeln(''+t+''); NewWindow.document.writeln(''); NewWindow.document.writeln(''); NewWindow.document.writeln(''+description+''); NewWindow.document.writeln(''); NewWindow.document.writeln(''); } (238,155,106);