jQuery(document).ready(function(){
 

jQuery(".open2").click(function () {
jQuery(".searched2 > div").toggle()
});

jQuery(".details_a").click(function () {
jQuery(this).next().toggle()
});
});

