function Over(currobj, theNumber) {
	currobj.src = "/images/nav_0" + theNumber + "r.gif";	
}				
function Out(currobj, theNumber) {
	currobj.src = "/images/nav_0" + theNumber + ".gif";
}

function btnOver(theImage)
				{
					theImage.src = "/images/" + theImage.name + "_2.png";
				}
			
function btnOut(theImage)
				{
					theImage.src = "/images/" + theImage.name + ".png";
				}