
      
      $(document).ready( function() { 
        $('area.CarinetMap').cluetip({
          local:			true,
          hideLocal:  false,
          attribute:	'alt',
					sticky: 		true,
					closePosition: 'title',
					closeText: 'X',
          			activation:       'hover',
         			cluetipClass:	'jtip',	
					dropShadow: 'false',
					//'jtip',   // class added to outermost clueTip div in the form of 'cluetip-' + clueTipClass. more info below [7]      
					fx: {             
						open: 'show', 			// can be 'show' or 'slideDown' or 'fadeIn'
						dropShadowSteps:  1,
						openSpeed:  '10'
					},
					width: 440
          //,onActivate: function(e) {alert('hallo'); return true;}
        })
      });

