function imageSwap(image, no)
{
	if (document.images)
	{
		document[image].src = "/images/new/" + image + "_" + no + ".gif"
	}
}