$.fn.cluetip.defaults.dropShadow = false;
$.fn.cluetip.defaults.clickThrough = true;
$.fn.cluetip.defaults.showTitle = false;
$.fn.cluetip.defaults.sticky = true;
$.fn.cluetip.defaults.mouseOutClose = true;
$.fn.cluetip.defaults.closePosition = 'title';
$(document).ready(function() {
	$('a.ttkkep').cluetip({width:'120px'});
	$('a.tttkkep').cluetip({width:'188px'});
	$('a.tttnkep').cluetip({width:'720px'});
});
