DD_roundies.addRule('.rounded', '5px', true);
DD_roundies.addRule('.button', '10px', true);
DD_roundies.addRule('.pagetitle', '5px', true);

function goToByScroll(id){
     			$('html,body').animate({scrollTop: $("#"+id).offset().top},'slow');
		}

$(function(){	
$('#models').listnav({ 
    includeAll: false,
    includeNums: false,
    showCounts:false,  
    noMatchText: 'niets gevonden' 
  });	
});
		
