$(document).ready(function () {
      $('#link1').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/s/Stanley_Kubrick/popup.shtml',2,e);});
$('#link2').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/t/Tom_Cruise/popup.shtml',2,e);});
$('#link3').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/n/Nicole_Kidman/popup.shtml',2,e);});
$('#link4').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/l/Leelee_Sobieski/popup.shtml',2,e);});
$('#link5').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/a/Alan_Cumming/popup.shtml',2,e);});
$('#link6').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/s/sydney_pollack/popup.shtml',2,e);});
$('#link7').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/s/Stanley_Kubrick/popup.shtml',2,e);});
});