// CLUETIP ////////////////////////////////////////////////


// caratteristiche
$(document).ready(function() {
  $('a#butn04').cluetip({
    hoverClass: 'highlight',
	showTitle: false,
    sticky: true,
    closePosition: 'top',
    closeText: '<img src="./img/ico-chiudi.gif" alt="close" width="9" height="9" onclick="rimuovi_current_2(this)"/>',
	activation: 'click', 
	width: 680,
   	topOffset: 50,
	leftOffset: -328,
	positionBy: 'fixed'
  });



//nome

  $('a#butn05').cluetip({
    hoverClass: 'highlight',
	showTitle: false,
    sticky: true,
    closePosition: 'top',
    closeText: '<img src="./img/ico-chiudi.gif" alt="close" width="9" height="9" onclick="rimuovi_current_2(this)"/>',
	activation: 'click', 
	width: 660,
   	topOffset: 50,
	leftOffset: -389,
	positionBy: 'fixed'
  });


//composizione

  $('a#butn03').cluetip({
    hoverClass: 'highlight',
	showTitle: false,
	cluezIndex: 99999, 
    sticky: true,
	hideLocal: false,
    closePosition: 'top',
    closeText: '<img src="./img/ico-chiudi.gif" alt="close" width="9" height="9" onclick="rimuovi_current_2(this)"/>',
	activation: 'click', 
	width: 660,		
   	topOffset: 50,
	leftOffset: -225,
	positionBy: 'fixed',
	onShow: function(ct, c){
	   inizializzaSlider();
	},
	ajaxCache: false
	
  });


// impiego

  $('a#butn02').cluetip({
    hoverClass: 'highlight',
	showTitle: false,
	cluezIndex: 99999,
    sticky: true,
	hideLocal: false, //
    closePosition: 'top',
    closeText: '<img src="./img/ico-chiudi.gif" alt="close" width="9" height="9" onclick="rimuovi_current_2(this)"/>',
	activation: 'click', 
	width: 680,
   	topOffset: 50,
	leftOffset: -129,
	positionBy: 'fixed',
	onShow: function(ct, c){
	   inizializzaImpiego();
	},
	ajaxCache: false
	
  });

  
//tipologia

  $('a#butn01').cluetip({
    hoverClass: 'highlight',
	showTitle: false,
    sticky: true,
    closePosition: 'top',
    closeText: '<img src="./img/ico-chiudi.gif" alt="close" width="9" height="9" onclick="rimuovi_current_2(this)"/>',
	activation: 'click', 
	width: 660,
   	topOffset: 50,
	leftOffset: -63,
	positionBy: 'fixed'
  });

  
 //peso

  $('a#butn07').cluetip({
    hoverClass: 'highlight',
	showTitle: false,
    sticky: true,
    closePosition: 'top',
    closeText: '<img src="./img/ico-chiudi.gif" alt="close" width="9" height="9" onclick="rimuovi_current(this)"/>',
	activation: 'click', 
	width: 400,
   	topOffset: 50,
	leftOffset: -54,
	positionBy: 'fixed'
  }); 
 
  
// famiglie

  $('a#butn06').cluetip({
    hoverClass: 'highlight',
	showTitle: false,
    sticky: true,
    closePosition: 'top',
    closeText: '<img src="./img/ico-chiudi.gif" alt="close" width="9" height="9" onclick="rimuovi_current(this)"/>',
	activation: 'click', 
	width: 600,
   	topOffset: 50,
	leftOffset: -60,
	positionBy: 'fixed'
	
  });
  
  $('#menuRicerca-tessuto a').click(function(){
		$.scrollTo( $('#menuRicerca-tessuto'),500, '');
  	});
  
});






