function on (id, img)
{
	img.src = '/images/bot'+id+'.gif';
}
function out (id, img)
{
	img.src = '/images/bot'+id+'.gif';
}

