// JavaScript Document


$(function(){
$("#nav02").click(function(){
$(".accordion").toggle('slow');
});
});
