menu_act = new Image();
menu_act.src = "/www/img/mp_bact.gif";

var revert = new Array();
var inames = new Array('r4_k1_menu_','r4_k2_menu_','r4_k3_menu_','r4_k4_menu_','r4_k5_menu_','r4_k1_menu_en_','r4_k2_menu_en_','r4_k3_menu_en_','r4_k4_menu_en_','r4_k5_menu_en_');

// Preload
if (document.images) {
  var flipped = new Array();
  for(i=0; i< inames.length; i++) {
    flipped[i] = new Image();
    flipped[i].src = "/www/img/"+inames[i]+"act.gif";
  }
}

function over(num) {
  if(document.images) {
    revert[num] = document.images[inames[num]].src;
    document.images[inames[num]].src = flipped[num].src;
  }
}
function out(num) {
  if(document.images) document.images[inames[num]].src = revert[num];
}

op=0

function zobacz(adres,podpis)
 {
  var szer=200;
  var wys=200;
  var posx=(screen.width/2)-(szer/2);
  var posy=(screen.height/2)-(wys/2)-50;
  var par='resizable=0,scrollbars=0,menubar=0,status=0,top='+posy+',left='+posx+',width='+szer+',height='+wys;
  postep=new Image();
  postep.src="/www/img/postep.gif";
  if(op)okno.close();
  okno=window.open('','',par);
  okno.document.open();
  okno.document.write('<html><head><title>IQCST - '+podpis+'</title><script>opener.op=1</script></head>')
  okno.document.write('<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>')
  okno.document.write('<table width="100%" height="100%"><tr><td align="center" valign="middle">')
  okno.document.write('<p style="font-size: 8pt; font-family: Verdana, Arial, sans-serif">Proszę czekać<br>obrazek się ładuje...</p>')
  okno.document.write('<img src='+postep.src+'></td></tr></table>')
  okno.document.write('</body></html>');
  okno.document.close();
  okno.focus();
  
  foto=new Image();
  foto.onload=show;
  foto.src=adres;
  function show()
   {
    var szer=this.width;
    var wys=this.height;
    var posx=(screen.width/2)-(szer/2);
    var posy=(screen.height/2)-(wys/2)-50;
    if(!op)okno=window.open('','',par);
    okno.document.open();
    okno.document.write('<html><head><title>IQCST - '+podpis+'</title><script>opener.op=1</script></head>')
    okno.document.write('<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>')
    okno.document.write('<table width="100%" cellspacing="0" cellpadding="0">')
    okno.document.write('<tr><td height="20px" align="center"style="font-size: 8pt; font-family: Verdana, Arial, sans-serif">'+podpis+'</td></tr>')
    okno.document.write('<tr><td align="center"><img src='+foto.src+' style="cursor:hand;cursor:pointer;" onclick="self.close()"></td></tr>')
    okno.document.write('</table></body></html>');
    okno.document.close();
    okno.moveTo(posx,posy);
    (navigator.appName=="Netscape")?(okno.innerWidth=szer,okno.innerHeight=wys+20):(okno.resizeTo(szer,wys+48));
    okno.focus();
   }
 }

function new_win(url)
 {
  var okno = window.open(url,"new_win",'width=620, height=500, top=50, left=50, resizable=0, scrollbars=yes, menubar=no');
 }
