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