﻿$(function() {
    $('#userAgent').html(navigator.userAgent);

    $('#partmenuselected').gradient({
        from: '667A83',
        to: '7995A1'
    });
    $('.partmenunotselected').gradient({
        from: 'E3E1D4',
        to: 'BDBBAE'
    });
});