$(document).ready(function(){
	$('.topcategory ul li').mouseenter(function(){
	      a=$('.imgsrc',this).html();
	     if(a=="Make &amp; Dress Up Girl") a=('Make & Dress Up Girl');
	     
	      cat=$('.catcal',this).html();
      // alert(cat);
     $save=$('#'+cat+' img').attr('src');
     $('#'+cat+' img').attr('src','http://immagini.giochiapalla.com/img/'+a+'.png');
	});
	
	$('.tooltip').tooltip();	
	$('.itooltip').tooltip({width: '350px'});
	
	

});


