window.addEvent('domready', function() {

var myTips = new Tips($$('.toolTipElement'), {
	timeOut: 700,
	maxTitleChars: 50,
	maxOpacity: .9
});

});
