function showBg(object)
{

    if(object)
    {
        object.style.backgroundImage="url(images/cpgq_bg160.jpg)";
    } 
}
function disShowBg(object)
{
    if(object)
    {
         object.style.backgroundImage="";
    }
}
