$(function()
{
    if ($('input[@id*=IconBar.ascx_optMode_0]').attr('checked') == true)
        $('.radmenu').hide();
});
