/* Function that swaps images. */

function imgRoll(tag, file) 
{
	 document.images[tag].src = file;   
}
