// JavaScript Document

function over(obj, img)
{
	obj.src = img;
}

function out(obj, img)
{
	obj.src = img;
}
