// JavaScript Document
function changea(a)
{
		a.bgColor='#eeeeee';
}
	
function changeb(b)
{
		b.bgColor='#ffffff';
}
