function swapOn(obj, title)
{
	obj.src = "images/"+title+"_on.jpg";
}	

function swapOff(obj, title)
{
	obj.src = "images/"+title+"_off.jpg";
}

