/* Js for , Version=1775195452 */
 v.theme = {"template":"mobile","theme":"colorful","device":"mobile"};;v.agreement = "close";;$().ready(function() { $('#execIcon').click(function(){ $('#execInfoBar').toggle();});}); ;$(function()
{
    if(v.agreement == 'open')
    {
        $('#submit').attr("disabled",true);
        $("input[name=agreement]").change(function()
        {
            if($('input[name=agreement]').prop('checked'))
            {
                $('#submit').removeAttr("disabled");
            }
            if(!$('input[name=agreement]').prop('checked'))
            {
                $('#submit').attr("disabled", true);
            }
        });
    }
});

