<!--// hide from old browsers
function swapImage( imgRef, imgSrc )
{
	eval( "document." + imgRef + ".src = '" + imgSrc + "'" );
}
//-->