function on(img)
{
	if (document.getElementById)
		document.getElementById(img).src = '/images/' + 'boxon.gif';
}

function off(img)
{
	if (document.getElementById)
		document.getElementById(img).src = '/images/' + 'boxoff.gif';
}
