window.addEvent('domready', function() {	 
	
	var myTips = new Tips($$('.toolTipElement'), {
		timeOut: 700,
		maxTitleChars: 50, 
		maxOpacity: .9 
   });
    
   myTips.addEvents({
        'show': function(tip) {
		 tip.fade('in');
		 },
		 'hide': function(tip) {
		 tip.fade('out');
		 }
   });
   
   window.___gcfg = {lang: 'de'};

   (function() {
     var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
     po.src = 'https://apis.google.com/js/plusone.js';
     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
   })();

});

