<!--

function menuImgSwap(el, evType)
{
	eval('document.' + el + '.src= "/images/' + el + '_' + evType + '.gif"');
}


//-->

