$(document).ready(function(){  $(".detail1").click(function () {  $(".showroomdaten_daten_wrap1").toggle('slow'); }); });
$(document).ready(function(){  $(".detail2").click(function () {  $(".showroomdaten_daten_wrap2").toggle('slow'); }); });
$(document).ready(function(){  $(".detail3").click(function () {  $(".showroomdaten_daten_wrap3").toggle('slow'); }); });
$(document).ready(function(){  $(".detail").click(function () {  $(".showroomdaten_daten_wrap").toggle('slow'); }); });
