$(function(){
	$("a.topicName").cluetip({activation: 'click', arrows: true, local:true, cursor: 'pointer', width: 500, sticky: true, closePosition: 'title', closeText: '<img src="../images/red_close_x.gif" alt="Close" style="margin-bottom:-2px;margin-right:-10px" />'});
});	 