//otwórz stronę function loaddoc(link) { var link; window.location.href=link; } //otwarcie zdjęcia w nowym oknie function new_img(link, width, height) { var link; var width; var height; window.open('window.php?bimage='+link+'', 'foto' ,'left=20,top=20, width='+width+' , height='+height+', menubar=0, resizable=1, scrollbars=1'); } //otwarcie strony w nowym oknie function new_win(link, width, height) { var link; var width; var height; window.open(link, 'noweokno' ,'left=20,top=20, width='+width+' , height='+height+', menubar=0, resizable=1, scrollbars=1'); } //sprawdzenie czy login istnieje function check_login() { var p_log = document.getElementById('log').value; new_win('window.php?page=register&run=check&login='+p_log,'550','120'); } //w zależnosci od wybranej wartosci pola select 1 pokaz odpowiedni select 2 function subsel(sel1) { if (!subtab) { alert ('Nie ma tablicy subtab ! Wstaw do index.php $tab[3]'); } else { main = document.getElementById(sel1).value; //glowny select for (i=0; i