function section_onload()
{
    document.getElementById('crs_index').onsubmit = function()
    {
        //if (/@/.test(document.getElementById('shop_acid').value))
        if (document.getElementById('shop_acid').value.indexOf('@') == -1)
        {
            return (true)
        }

        window.alert("You may have entered your Shop email instead of Shop ID.")

        return (false)
    }
}
