// JavaScript Document
function over(img)
{
document.getElementById(img).src="images/" + img + "Orange.gif";
}
function out(img)
{
document.getElementById(img).src="images/" + img + "White.gif";
}

