// JavaScript Document

function john(obj)
{
	obj.className = 'infoboxhover';
}

function james(obj)
{
	obj.className = 'infobox';
}
