
function openNonscrolledWindow(theURL,winName,myWidth, myHeight, isCenter) {
  if(window.screen)
	if(isCenter)
		if(isCenter=="true")
		{	var myLeft = (screen.width-myWidth)/2;
    			var myTop = (screen.height-myHeight)/2;
		window.open(theURL,winName,'location=0,directories=0,scrollbars=no,toolbar=0,menubar=0,resizable=0,status=1,width='+myWidth+',height='+myHeight+',left=' + myLeft+ ',top=' + myTop)
  }
}

function openscrolledWindow(theURL,winName,myWidth, myHeight, isCenter) {
  if(window.screen)
	if(isCenter)
		if(isCenter=="true")
		{	var myLeft = (screen.width-myWidth)/2;
    			var myTop = (screen.height-myHeight)/2;
		window.open(theURL,winName,'location=0,directories=0,scrollbars=yes,toolbar=0,menubar=0,resizable=1,status=1,width='+myWidth+',height='+myHeight+',left=' + myLeft+ ',top=' + myTop)
  }
}


function okno_kategoria(nazwa_pola,nazwa_pola2,lang){
	openscrolledWindow('index.php?GOTO=kategorie_link&LANG='+lang+'&np='+nazwa_pola+'&np2='+nazwa_pola2,'okno_01', 700, 550, 'true')
}

function okno_adresy(nazwa_pola,nazwa_pola2,lang){
	openscrolledWindow('index.php?GOTO=adresy_link&LANG='+lang+'&np='+nazwa_pola+'&np2='+nazwa_pola2,'okno_01', 700, 550, 'true')
}

function okno_zdjecia(nazwa_pola){
	openscrolledWindow('index.php?GOTO=galeria_lista&np='+nazwa_pola,'okno_01', 800, 650, 'true')
}

function okno_pliki(nazwa_pola){
	openscrolledWindow('index.php?GOTO=pliki_link&np='+nazwa_pola,'okno_01', 800, 450, 'true')
}


function okno_zdjecia_2(nazwa_pola,ramka){
	openscrolledWindow('../index.php?GOTO=galeria_lista&ramka='+ramka+'&np='+nazwa_pola,'okno_01', 800, 650, 'true')
}

function dokumentacja(nazwa){
	openscrolledWindow('dokumentacja/'+nazwa,'doc', 800, 650, 'true')
}

function przypisanie(lang, menu, txt, gdzie){
	openscrolledWindow('index.php?LANG='+lang+'&MENU='+menu+'&GOTO=struktura_frame&TXT='+txt+'&zwrot='+gdzie,'txt', 200, 400, 'true')
}

function przypisanie_src(nazwa_pola, nazwa_pola2, lang){
	openscrolledWindow('index.php?LANG='+lang+'&GOTO=struktura_frame&np='+nazwa_pola+'&np2='+nazwa_pola2+'&TXT=txt_search','txt', 200, 400, 'true')
}

function przypisanie_do_tekstu(lang, txt, gdzie){
	openscrolledWindow('index.php?LANG='+lang+'&GOTO=teksty_pokrewne_link&TXT='+txt+'&zwrot='+gdzie,'txt', 800, 650, 'true')
}

function przypisanie_tekstu_do_str(lang, txt, gdzie, np2){
	openscrolledWindow('index.php?LANG='+lang+'&GOTO=struktura_frame&TXT='+txt+'&zwrot='+gdzie+'&np2='+np2,'txt', 200, 400, 'true')
}

function przypisanie_graf(nazwa_pola, lang){
	openscrolledWindow('index.php?GOTO=struktura_frame&TXT=graf_link&LANG='+lang+'&MENU=pion&np='+nazwa_pola,'txt', 200, 400, 'true')
}

function zaznAll(the_form, nazwa_pola, akcja) {
	for (var i=0; i<document.forms[the_form].elements[nazwa_pola].length; i++)  {
		document.forms[the_form].elements[nazwa_pola][i].checked = akcja;			
	}
}
