function Moveover(that)
{
that.style.background='#3366CC';
that.style.color='#FFFF00';
that.style.fontWeight='bold';
}
function Moveout(that)
{
that.style.background='#3366CC'; 
that.style.color='#FFFFFF';
that.style.fontWeight='normal';
}
function Moveovermain(that)
{
that.style.background='#002698';
that.style.color='#FFFF00';
that.style.fontWeight='bold';
}
function Moveoutmain(that)
{
that.style.background='#002698'; 
that.style.color='#FFFFFF';
that.style.fontWeight='normal';
}
function Kt()
{
	if (document.frmsearch.txtTensp.value=="")
	{
	alert("Vui long nhap thong tin can tim")
	document.frmsearch.txtTensp.focus();
	return false
	}		
}
/*function movein(which)
{
which.style.textDecoration='none';
which.style.background='#003366';
which.style.cursor='hand';
}
}
function moveout(which){
which.style.textDecoration='none';
which.style.color='#000000';
which.style.background='#eeeeee';
}
function movein2(which){
which.style.textDecoration='none';
which.style.background='#003366';
which.style.color='#FFFFFF';
which.style.cursor='hand';
}
}
function moveout2(which){
which.style.textDecoration='none';
which.style.color='#000000';
which.style.background='#eeeeee';
}*/
/*function doimauchu(a)
{
	var d;
	d=document.getElementById("td1");
	d.style.color='#ffffff';
}*/	
function mouseover(that)
{
that.style.color='cc0000';
that.style.fontSize='10px';
that.style.fontFamily='verdana';
that.style.fontWeight='bold';
}
function mouseout(that)
{
that.style.color='333333';
that.style.fontSize='9px';
that.style.fontFamily='verdana';
that.style.fontWeight='bold';
}
