function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} }

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; }

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x; }

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} }



function wydruk(wydanie, dzial, artykul, grupa, art) {

wydruk_adres = 'funkcje/wydruk.php?wydanie=' + wydanie;
if (dzial==''&&artykul=='') {
wydruk_adres = wydruk_adres + '&grupa=' + grupa + '&art=' + art;}
else {wydruk_adres = wydruk_adres + '&dzial=' + dzial + '&artykul=' + artykul;}

window.open (wydruk_adres, 'wydruk', 'width=650, height=520, top=20, left=70, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no');
}



function polec(wydanie, dzial, artykul, grupa, art) {

wydruk_adres = 'funkcje/polec.php?wydanie=' + wydanie;
if (dzial==''&&artykul=='') {
wydruk_adres = wydruk_adres + '&grupa=' + grupa + '&art=' + art;}
else {wydruk_adres = wydruk_adres + '&dzial=' + dzial + '&artykul=' + artykul;}

window.open (wydruk_adres, 'polec', 'width=500, height=520, top=20, left=145, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no');
}



noweOkienko = null;
function foto(plik, szer, wys, tyta, tytf){
if(window.screen){
 aw=screen.availWidth;
 ah=screen.availHeight;}
 else{aw=800; ah=600;}

if(noweOkienko==null || noweOkienko.closed){ }
else {noweOkienko.close(); }

//noweOkienko.resizeTo(szer,wys);
//noweOkienko.moveTo((aw-szer)/2,(ah-wys)/2);

 ustawienia=
 "left=" + (aw-szer)/2 + ","
 +"top=" + (ah-wys)/2 + ","
 +"screenX=" + (aw-szer)/2 + ","
 +"screenY=" + (ah-wys)/2 + ","
 +"width="+szer+",height="+wys+","
 +"innerWidth="+szer+",innerHeight="+wys+","
 +"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no"
 noweOkienko = window.open("",'glos_zdjecie',ustawienia);//}




if (tytf==''||tytf==' ') {var tytfe = '';}
else {var tytfe = ': ' + tytf;}

var poznapis = wys - 44;

tyt_licz = tyta + tytf;
if (tyt_licz.length>((szer-30)/7)) {poznapis -= 17;}


 
noweOkienko.document.open();
noweOkienko.document.clear();
noweOkienko.document.write(
"<html><head>\n"
+"<title>Głos Radzionkowski - "+tyta+tytfe+"</title>\n"
+"</head>\n"
+"<body style=\"background-repeat:no-repeat; background-position:center; background-image:url('grafika/uniw/pieczec_foto.jpg')\" bgcolor=#F3F3F3 topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>\n"
+"<img src="+plik+" width="+szer+" height="+wys+" border=0>\n"
+"<div style=\"background-color: white; position: absolute; left: 20px; top: "+poznapis+"; padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 4px; filter: alpha(opacity=60); opacity: 0.6; border: solid black 1px\"><font face=Verdana size=2><i><span style=\"font-size: 11px\">"+tyta+"</i></span>"+tytfe+"</font></div>\n"
+"</body></html>");
noweOkienko.document.close();
noweOkienko.focus();}


function zmien_art (s) {
document.location.href = 'index.php?' + s.options[s.selectedIndex].value;}


function display (id, wartosc)
{
  if (document.getElementById)
    if (document.getElementById(id).style.display)
      document.getElementById(id).style.display = wartosc;

  else
    if (document.all)
      if (document.all[id].style.display)
        document.all[id].style.display = wartosc;
}



function okladka (plik, szer, wys)
{
if (window.screen) {aw=screen.availWidth; ah=screen.availHeight}
else {aw=800; ah=600}
if (noweOkienko==null || noweOkienko.closed) {
ustawienia="left=" + (aw-szer)/2 + ", top=" + (ah-wys)/2 + ", width=" + szer + ", height=" + wys + ", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no"
noweOkienko = window.open("",'okladka',ustawienia) }
noweOkienko.document.open();
noweOkienko.document.clear();
noweOkienko.document.write(
"<html><head>\n"
+"<title>Głos Radzionkowski - okładka</title>\n"
+"</head>\n"
+"<body bgcolor=#F3F3F3 topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>\n"
+"<img src=" + plik + " width=szer height=wys border=0 style=\"cursor: pointer\" onclick=\"window.close()\">\n"
+"</body></html>");
noweOkienko.document.close();
noweOkienko.focus();
}