
var ss = new color()

function changebgm(obj, clr)
{
  eval("document.all.m" + obj + ".style.background = ss["+ clr + "]")
}

function changebg(obj, clr)
{
	  eval("document.all.m" + obj + ".style.background = ss["+ clr + "]")
}

function color()
{
 this[0] = ""
 this[1] = ""
}
