

var adv = 0;

function MoveAdv2Frame()
{
    adv++;   

    //getObject("adv2").style.top = 150-adv;

}

