if (document.images)  {
topfirma = new Image
topoferta = new Image
topkontakt = new Image
topmenu = new Image
topfirma.src = 'grafika/topfirma.jpg'
topoferta.src = 'grafika/topoferta.jpg'
topkontakt.src = 'grafika/topkontakt.jpg'
topmenu.src = 'grafika/topmenu_index.jpg'
}  else  {
topfirma = ""
topoferta = ""
topkontakt = ""
topmenu = ""
document.topIndex = ""
}

function zmienRys (poleMenu, nowyRys)  {
     if (document.images)   {
	     document[poleMenu].src = eval (nowyRys + ".src")
		 }
	 }

//uzupełniać jak poniżej
//<area shape="rect" alt="" coords="540,37,630,60" href="kontakt.php" onmouseover="zmienRys('topMenu',  'gtopKontakt')" onmouseout="zmienRys('topMenu',  'gtopMain')" />

