function HITSLsetAction(obj,URL)
{
    obj.form.action = URL;
}

function HITSLsetInput(obj,val)
{
    document.getElementById(obj).value = val;
}


