function showTip(str) {
	var content = new String();
	Tip('<div class="tooltipClass">' + str + '</div>');
}

function hideTip() {
	UnTip();
}

