// Fensterbreite
// sensomatic.com



  function WindowWidth(){
   
	 WinWidth = $(window).width();
	  
	 return WinWidth;
  
  }