/*!
	mooToolTips v1.0 - Personnalized ToolTips for clients and productions parts
	(c) 2006-2009 Christophe PERSOZ - OGOON media <http://www.ogoon.fr>
	MIT-style license.
*/

var ToolTips=(function(){function a(b){$$(b).each(function(c){if($$(c).length>0){$$(c).each(function(f,e){if(f.getProperty("title")!=undefined){var g=f.get("title").split("||");f.store("tip:title",g[0].trim());f.store("tip:text",g[1].trim())}})}var d=new Tips($$(c),{className:"tip",fixed:false,hideDelay:100,offsets:{x:0,y:16},onShow:function(e){e.fade("in")},onHide:function(e){e.fade("out")}})})}return a})();