function mo(src)
{
  if (!src.contains(event.fromElement))
  {
    src.style.cursor = 'hand';
    src.bgColor = '3984DE';
	src.id = 'hh';
	
	
  }
}
function mu(src)
{
  if (!src.contains(event.toElement))
  {
    src.style.cursor = 'default';
    src.bgColor = '1643AA';
	src.id = 'menu';
	
   
  }
}
