function link_01(s) {
	var gourl = s.options[s.selectedIndex].value;
	if (gourl!="none") {
		window.top.location.href = gourl;
	}
}
function okno(kat, lang, url, width, height, left, top){
var tyt = lang + 'jj' + url + 'ww' + width + 'hh' + height + 'll' + left + 'tt' + top;
	var Win1 = window.open('../../graf_01/'+kat+'/okno.htm', tyt, 'width=' + width + ',height=' + height + ',left=' + left +',top=' + top +',resizable=0,scrollbars=auto,menubar=no').focus();
}
function zamowienie(url, width, height, left, top){
	var Win1 = window.open(url, '', 'width=' + width + ',height=' + height + ',left=' + left +',top=' + top +',resizable=no, scrollbars=auto, menubar=no').focus();
}
function okno2(kat, lang, url, width, height, left, top){
var tyt = lang + 'jj' + url + 'ww' + width + 'hh' + height + 'll' + left + 'tt' + top;
	var Win1 = window.open(kat+'/okno.htm', tyt, 'width=' + width + ',height=' + height + ',left=' + left +',top=' + top +',resizable=0,scrollbars=auto,menubar=no').focus();
}

