$(document.documentElement).addClass('js');

$(document).ready(function(){
        $('#rules').jScrollPane({showArrows:true});
        $('p.check input').prettyCheckboxes({checkboxWidth: 9, checkboxHeight: 9});
        $("select").selectbox();
});

function expandProject(projectId) {
	$('#'+projectId+'c').empty();
	$('#'+projectId).slideToggle('slow');
}
