$(document).ready(function() {// Bilderrondell$(".produktrondell ul").roundabout();// Mindesthöheif (($("#content").height() + 300) < $(window).height()) {	$("#content").height($(window).height() - 300);}// Navigation$("#navigation ul#nav1").superfish({	 autoArrows: false	    , delay: 10	, animation: { opacity:'show', height:'show'}	    , speed: 600});$("#navigation ul#nav2").superfish({	 autoArrows: false	    , delay: 10	, animation: { opacity:'show', height:'show'}	    , speed: 600});});
