//<!-- Begin JavaScript 
if (document.images){
   roll = 1; 
}
else{
   roll = 0; 
}

if (roll){
// begin circlebar rollovers
menu01a = new Image() ;
menu01a.src = "/Content/img/przycisk_motoryzacja.gif";
menu01b = new Image() ;
menu01b.src = "/Content/img/przycisk_motoryzacja_on.gif";

menu02a = new Image() ;
menu02a.src = "/Content/img/przycisk_nieruchomosci.gif";
menu02b = new Image() ;
menu02b.src = "/Content/img/przycisk_nieruchomosci_on.gif";

menu03a = new Image() ;
menu03a.src = "/Content/img/przycisk_jachty.gif";
menu03b = new Image() ;
menu03b.src = "/Content/img/przycisk_jachty_on.gif";

menu04a = new Image() ;
menu04a.src = "/Content/img/przycisk_pozostale.gif";
menu04b = new Image() ;
menu04b.src = "/Content/img/przycisk_pozostale_on.gif";

// end circlebar rollovers
}

function hiLite(imgDocID,imgObjName){   
	if (roll) { 
		document.images[imgDocID].src = eval(imgObjName + ".src"); 
	} 
}

// End JavaScript -->
