$(document).ready(function(){
	$('.rlrow1, .rlrow2').hover(function(){
		$('.tolltipImage_under').stop().hide().fadeTo("normal", 1);
		('.tolltipImage_under').fadeTo("normal", 0).hide();
	});
})
