$(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/m/Milla_Jovovich/popup.shtml',2,e);});
$('#link3').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/d/Dustin_Hoffman/popup.shtml',2,e);});
$('#link4').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/f/faye_dunaway/popup.shtml',2,e);});
$('#link5').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/j/John_Malkovich/popup.shtml',2,e);});
$('#link6').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/t/tcheky_karyo/popup.shtml',2,e);});
$('#link7').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/v/Vincent_Cassel/popup.shtml',2,e);});
$('#link8').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/d/Desmond_Harrington/popup.shtml',2,e);});
$('#link9').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/l/Luc_Besson/popup.shtml',2,e);});
});