// JavaScript Document
function changebgc(obj,obj2)
{
obj.style.background="url(/imgml/2.png)";
obj2.style.display="block";
}
function reparebgc(obj,obj2)
{
obj.style.background="url(/imgml/one.gif) no-repeat right 22px";
obj2.style.display="none";
}
function small_changebgc1(obj,obj2)
{
obj.style.background="url(/imgml/2.png)";
obj2.style.display="block";
}
function small_reparebgc1(obj,obj2)
{
obj.style.background="url(/imgml/one.gif) no-repeat right 22px";
obj2.style.display="none";
}