$(function(){
	$("#test").jHelperTip({
		trigger: "click",
		dC:"#tip1", 
		autoClose: true, 
		opacity: 0.9
	});
});