/*
 * @name SplashHelp - for meitanteiconan.it
 * made with Beauty Tips & jQuery
 *
 * @author LucaLX - http://www.meitanteiconan.it
 * @version 0.5
 */

  $(document).ready(function()
 {$('a.b').bt('<img src="splash/pic/blog.png" height="120">',
  {showTip: function(box){$(box).fadeIn(500);},
  hideTip: function(box, callback){$(box).animate({opacity: 0}, 500, callback);},
  shrinkToFit: true, hoverIntentOpts: {interval: 0,timeout: 0},
  fill: '#FFF',
  strokeStyle: '#B7B7B7',
  width: 300,
  spikeLength: 10, 
  spikeGirth: 10, 
  cornerRadius: 5, 
  padding: 8,
});
});
 $(document).ready(function()
 {$('a.f').bt('<img src="splash/pic/forum.png" height="120">',
  {showTip: function(box){$(box).fadeIn(500);},
  hideTip: function(box, callback){$(box).animate({opacity: 0}, 500, callback);},
  shrinkToFit: true, hoverIntentOpts: {interval: 0,timeout: 0},
  fill: '#FFF',
  strokeStyle: '#B7B7B7',
  spikeLength: 10, 
  spikeGirth: 10, 
  cornerRadius: 5, 
  padding: 8,
});
});
 $(document).ready(function()
 {$('a.m').bt('<img src="splash/pic/magic.png" height="120">',
  {showTip: function(box){$(box).fadeIn(500);},
  hideTip: function(box, callback){$(box).animate({opacity: 0}, 500, callback);},
  shrinkToFit: true, hoverIntentOpts: {interval: 0,timeout: 0},
  fill: '#FFF',
  strokeStyle: '#B7B7B7',
  width: 300,
  spikeLength: 10, 
  spikeGirth: 10, 
  cornerRadius: 5, 
  padding: 8,
});
});
 $(document).ready(function()
 {$('a.s').bt('<img src="splash/pic/sito.png" height="120">',
  {showTip: function(box){$(box).fadeIn(500);},
  hideTip: function(box, callback){$(box).animate({opacity: 0}, 500, callback);},
  shrinkToFit: true, hoverIntentOpts: {interval: 0,timeout: 0},
  fill: '#FFF',
  strokeStyle: '#B7B7B7',
  width: 300,
  spikeLength: 10, 
  spikeGirth: 10, 
  cornerRadius: 5, 
  padding: 8,
});
});
