// JavaScript Document

function bo(ele)
{
	x = document.getElementById(ele);
	if(!(x.className=='aas'))
	{
	x.style.backgroundColor='#ffffff';
	x.style.color='#000000';
	}
}
function bu(ele)
{
	x = document.getElementById(ele);
	if(!(x.className=='aas'))
	{
	x.style.backgroundColor='#9999ff';	
	x.style.color='#ffffff';
	}
}