﻿
function MouseOver(move)
{ if (!move.contains(event.fromElement))
{ move.bgColor="#dcdbdc";}}

function MouseOut(move)
{ if (!move.contains(event.toElement))
	{ move.bgColor="#ebe8eb";}}

