<!--
//o firmie
ofirmie= new Image(176,24)
ofirmie.src="../../img/eng/ofirmie-M.gif"
ofirmieUP= new Image(176,24)
ofirmieUP.src="../../img/eng/ofirmie-M_up.gif"
//oferta 
oferta= new Image(176,24)
oferta.src="../../img/eng/oferta-M.gif"
ofertaUP= new Image(176,24)
ofertaUP.src="../../img/eng/oferta-M_up.gif"
//kontakt
kontakt= new Image(176,24)
kontakt.src="../../img/eng/kontakt-M.gif"
kontaktUP= new Image(176,24)
kontaktUP.src="../../img/eng/kontakt-M_up.gif"

function rollover(imagename, newsrc){
document.images[imagename].src=newsrc.src
}
//-->