function flipImage(obj, image)
{
	obj.src = "images/"+image;	
}