$(document).ready(function() {
   $('#navfa').find('ul').hide().end().find('div').click(function() {
     $(this).next().slideToggle();
   });
 });

$(document).ready(function() {
   $('#navpr').find('ul').hide().end().find('div').click(function() {
     $(this).next().slideToggle();
   });
 });


$(document).ready(function() {
   $('#navre').find('ul').end().find('div').click(function() {
     $(this).next().slideToggle();
   });
 });

$(document).ready(function() {
   $('#navrepr').find('ul').end().find('div').click(function() {
     $(this).next().slideToggle();
   });
 });
