function NGC_RollOver(Obj,Show_Image)
{
    Obj.src = Show_Image; 
}

