// JavaScript Document
function topOver(topId)
{
	document.getElementById("top"+topId).src="images/top"+topId+"_1.jpg";
}
function topOut(topId)
{
	document.getElementById("top"+topId).src="images/top"+topId+".jpg";
}