$(document).ready(function () {
      $('#link1').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/l/Luc_Besson/popup.shtml',2,e);});
$('#link2').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/b/Bruce_Willis/popup.shtml',2,e);});
$('#link3').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/g/Gary_Oldman/popup.shtml',2,e);});
$('#link4').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/m/Milla_Jovovich/popup.shtml',2,e);});
$('#link5').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/c/Chris_Tucker/popup.shtml',2,e);});
$('#link6').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/l/lee_evans/popup.shtml',2,e);});
$('#link7').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/i/Ian_Holm/popup.shtml',2,e);});
$('#link8').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/l/Luke_Perry/popup.shtml',2,e);});
$('#link9').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/b/brion_james/popup.shtml',2,e);});
$('#link10').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/m/Mathieu_Kassovitz/popup.shtml',2,e);});
$('#link11').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/l/Luc_Besson/popup.shtml',2,e);});
});