<!--

function swap(id,img)
{
	document.images[id].src=img;
}

//-->