// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function SetCustom(s)
{
        if(s.value == 0 && s.value != '')
        {
                $('custominfo_txt').show();
        } else {
                $('custominfo_txt').hide();
        }
}

