//************meniu************//
function on(img)
{	document.getElementById(img).src='img/meniu/' + img + '-on.gif';	}
function off(img)
{	document.getElementById(img).src='img/meniu/' + img + '.gif';	}
//************meniu************//
