function foto(obraz) {
	fotka = window.open('', 'Montan', 'scrollbars=yes, menubars=no, width=790, height=580'); 
	fotka.document.write('<head><title>Montan Stal</title></head><body bgcolor="#FFFFFF" topmargin="0" leftmargin="0"><center><table border="0"><tr><td align="center"><a href="javascript:window.close()"><img src="foto/'+obraz+'.jpg" alt="Kliknij aby zamkn¹æ to okno" border="0" /></a></td></tr></table></center></body>');
	fotka.document.close();
}

if (document.images) {
  image1on = new Image();
  image1on.src = "img/buttony_over_01.gif";
  image1off = new Image();
  image1off.src = "img/buttony_out_01.gif";
  image2on = new Image();
  image2on.src = "img/buttony_over_02.gif";
  image2off = new Image();
  image2off.src = "img/buttony_out_02.gif";
  image3on = new Image();
  image3on.src = "img/buttony_over_03.gif";
  image3off = new Image();
  image3off.src = "img/buttony_out_03.gif";
  image4on = new Image();
  image4on.src = "img/buttony_over_04.gif";
  image4off = new Image();
  image4off.src = "img/buttony_out_04.gif";
  image5on = new Image();
  image5on.src = "img/buttony_over_05.gif";
  image5off = new Image();
  image5off.src = "img/buttony_out_05.gif";
  image6on = new Image();
  image6on.src = "img/buttony_over_06.gif";
  image6off = new Image();
  image6off.src = "img/buttony_out_06.gif";
  image8on = new Image();
  image8on.src = "img/buttony_over_08.gif";
  image8off = new Image();
  image8off.src = "img/buttony_out_08.gif";
  image9on = new Image();
  image9on.src = "img/buttony_over_09.gif";
  image9off = new Image();
  image9off.src = "img/buttony_out_09.gif";
  image10on = new Image();
  image10on.src = "img/buttony_over_10.gif";
  image10off = new Image();
  image10off.src = "img/buttony_out_10.gif";
  image11on = new Image();
  image11on.src = "img/buttony_over_11.gif";
  image11off = new Image();
  image11off.src = "img/buttony_out_11.gif";
  image12on = new Image();
  image12on.src = "img/buttony_over_12.gif";
  image12off = new Image();
  image12off.src = "img/buttony_out_12.gif";  
  image13on = new Image();
  image13on.src = "img/buttony_over_13.gif";
  image13off = new Image();
  image13off.src = "img/buttony_out_13.gif";
  image14on = new Image();
  image14on.src = "img/buttony_over_14.gif";
  image14off = new Image();
  image14off.src = "img/buttony_out_14.gif";
}

function turnOn(imageName) {
  if (document.images) {
	document[imageName].src = eval(imageName + "on.src");
  }
}
function turnOff(imageName) {
  if (document.images) {
	document[imageName].src = eval(imageName + "off.src");
  }
}

