$(document).ready(function(){
	$('.toltip1').click(function(){
		html = $(this).next();								  
		$(this).toolTipRvaz({inlineId:$(html),width:300,corner:5,border:{color:'#44699F',width:1}, pos:'al'});
		return false;
	});
	$('.toltip2').click(function(){
		html = $(this).next();								  
		$(this).toolTipRvaz({inlineId:$(html),width:300,corner:5,border:{color:'#44699F',width:1}, pos:'al'});
		return false;
	});
	$('.toltip3').click(function(){
		html = $(this).next();								  
		$(this).toolTipRvaz({inlineId:$(html),width:300,corner:5,border:{color:'#44699F',width:1}, pos:'al'});
		return false;
	});
});
