/* the next line is an example of how you can override default options globally (currently commented out) ... */

 // $.fn.cluetip.defaults.tracking = true;
  // $.fn.cluetip.defaults.width = 'auto';
$(document).ready(function() {

 // $.cluetip.setup({insertionType: 'insertBefore', insertionElement: 'div:first'});
 // $.fn.cluetip.defaults.ajaxSettings.beforeSend = function(ct) {
 //     console.log(this);
 // };

//    /*<img src="../graphics/cluetip/cross.png" alt="close" />',*/
//default theme
  $('a.title').cluetip({
    tracking:false, 
    width:600, 
    cluetipClass: 'default',
    clickThrough: false,
    activation: 'click',
    arrows: true, 
    sticky: true,
    closePosition: 'title',
    closeText: 'ZAVŘÍT', 
    dropShadow: true,
    mouseOutClose: false,
    hoverIntent: false
    
  });

  $('a.titlemail').cluetip({
    tracking:false, 
    width:1000, 
    cluetipClass: 'default',
    clickThrough: false,
    activation: 'click',
    arrows: true, 
    sticky: true,
    closePosition: 'title',
    closeText: 'ZAVŘÍT', 
    dropShadow: true,
    mouseOutClose: false,
    hoverIntent: false
  });

  $('a.titlehelp').cluetip({
    tracking:false, 
    width:450, 
    cluetipClass: 'default',
    clickThrough: false,
    activation: 'click',
    arrows: true, 
    sticky: false,
    closePosition: 'bottom',
    closeText: 'ZAVŘÍT', 
    dropShadow: true,
    mouseOutClose: false,
    hoverIntent: false
    
  });

  $('a.titleon').cluetip({
    splitTitle: '|', 
    tracking:false, 
    width:600, 
    cluetipClass: 'default',
    cursor: 'pointer', 
    clickThrough: true,
    sticky: true,
    closePosition: 'bottom',
    closeText: '<img src="cross.png" alt="close" width="16" height="16">'
  });




  $('a.otaznik').cluetip({
    splitTitle: '|', 
    tracking:false, 
    width:250, 
    cluetipClass: 'clue_otaznik',
    cursor: 'pointer', 
    clickThrough: false,
    sticky: false,
    closePosition: 'title',
    closeText: '<img src="/graphics/cluetip/cross_dark.png" alt="close" width="16" height="16">'
  });

  $('a.admindetail').cluetip({
    tracking:false, 
    width:1000, 
    cluetipClass: 'default',
    clickThrough: false,
    activation: 'click',
    arrows: true, 
    sticky: true,
    closePosition: 'title',
    closeText: 'ZAVŘÍT', 
    dropShadow: true,
    mouseOutClose: false,
    hoverIntent: false
  });


});
