$(function(){
$('#products_list').listnav({
	includeAll: false,
	includeNums: false,
	showCounts: false,
	flagDisabled: true,
	noMatchText: 'No matching products',
	initLetter: 'A',
	cookieName: 'products'
});
$('#manufs_list').listnav({
	includeAll: true,
	includeNums: true,
	showCounts: false,
	flagDisabled: true,
	noMatchText: 'No matching manufacturers',
	initLetter: 'ALL',
	cookieName: 'manufacturers'
});
});