﻿// JScript File

function deplaceScroll(val)
{
    if(val > 6)
    {
        document.getElementById("Cadre_deroulant").style.marginLeft = "14px";
    }
}

