﻿function trans(obj)
{
    obj.className="mo_hu";
}
 
function return_back(obj)
{
    obj.className="";
}


