function przycisk(myszOut, myszOn)
{
  if (document.images)
  { this.name = "obrazek" + menu2.length; if (myszOut) { this.normal = new Image(); this.normal.src = myszOut }
    if (myszOn) { this.over = new Image(); this.over.src = myszOn }}
  
  this.zwykly = zwykly;
  this.podswietlony = podswietlony;

  return this;
     
  function zwykly() { if (document.images) document.images[this.name].src = this.normal.src; window.status = "" }
  function podswietlony() { if (document.images && this.over) document.images[this.name].src = this.over.src; if (this.opis) window.status = this.opis }
}

menu2 = new Array("");
if (document.images)
{
  menu2[1] = new przycisk("omalarstwie1.gif", "omalarstwie2.gif");
  menu2[2] = new przycisk("galeria1.gif", "galeria2.gif");
  menu2[3] = new przycisk("kontakt1.gif", "kontakt2.gif");
  menu2[4] = new przycisk("aboutpainting1.gif", "aboutpainting2.gif");
  menu2[5] = new przycisk("gallery1.gif", "gallery2.gif");
  menu2[6] = new przycisk("contact1.gif", "contact2.gif");
}

document.write('<p class="menu"><img src="menubocznepoczatek.gif" alt="" /><br/>')
document.write('<img src="omalarstwie2a.gif" alt="" /><br/>')
document.write('<img src="menuboczneprzerwa.gif" alt="" /><br/>')
document.write('<a onfocus="blur()" href="galeria1.htm" onMouseOver="menu2[2].podswietlony()" onMouseOut="menu2[2].zwykly()"><img src="galeria1.gif" id="obrazek2" alt="" /></a><br/>')
document.write('<img src="menuboczneprzerwa.gif" alt="" /><br/>')
document.write('<a onfocus="blur()" href="kontakt.htm" onMouseOver="menu2[3].podswietlony()" onMouseOut="menu2[3].zwykly()"><img src="kontakt1.gif" id="obrazek3" alt="" /></a><br/>')
document.write('<img src="menuboczneprzerwa2.gif" alt="" /><br/>')
document.write('<img src="aboutpainting2a.gif" alt="" /></a><br/>')
document.write('<img src="menuboczneprzerwa.gif" alt="" /><br/>')
document.write('<a onfocus="blur()" href="galeria1.htm" onMouseOver="menu2[5].podswietlony()" onMouseOut="menu2[5].zwykly()"><img src="gallery1.gif" id="obrazek5" alt="" /></a><br/>')
document.write('<img src="menuboczneprzerwa.gif" alt="" /><br/>')
document.write('<a onfocus="blur()" href="kontakt.htm" onMouseOver="menu2[6].podswietlony()" onMouseOut="menu2[6].zwykly()"><img src="contact1.gif" id="obrazek6" alt="" /></a><br/>')
document.write('<img src="menubocznedol.gif" alt="" /></p>')

