function rollover (obiekt, akcja) {
	
	
	if (akcja == true) 
		document[obiekt].src = 'gfx/m_'+obiekt+'_in.png';
	else
		document[obiekt].src = 'gfx/m_'+obiekt+'.png';
	
}