window.addEvent('load', function(){
            new MooTooltips({
                hovered:'.tipper',		// the element that when hovered shows the tip
                extra:{  
                    0: {
                        'id':'logo1',
                        'text':'Water-soluble dyes for food &amp; pharmaceuticals. Products meet appropriate food legislation as applicable, namely - that of European Community, JECFA/CODEX, Japan or India.',
                        'position':-1,
                        'sticky':false
                    },					
					1: {
                        'id':'logo2',
                        'text':'US FDA certified FD&amp;C dyes and lakes for food and pharmaceuticals, meeting specifications as per US FDA-CFR Title 21',
                        'position':-1,
                        'sticky':false
                    },					
					2: {
                        'id':'logo3',
                        'text':'Water-soluble dyes for food and pharmaceuticals, available in dust-less form. Products meet appropriate food legislation as applicable, namely - that of European Community, JECFA/CODEX, Japan or India.',
                        'position':-1,
                        'sticky':false
                    },					
					3: {
                        'id':'logo4',
                        'text':'These are a water-insoluble from of water-soluble dyes used in food and pharmaceuticals applications, producing brighter and more vivid colours. These are suitable for products containing oils and fats, or products lacking sufficient moisture to dissolve water-soluble dyes. Products meet appropriate food legislation as applicable, namely - that of European Community, JECFA/CODEX, Japan or India.',
                        'position':-1,
                        'sticky':false
                    },					
					4: {
                        'id':'logo5',
                        'text':'A range of low salt, water-soluble colours, confirming to EN 71/3. The main applications are for making stationery inks for Sketch Pens, Highlighters / Markers & Inkjet Inks',
                        'position':-1,
                        'sticky':false
                    },					
					5: {
                        'id':'logo6',
                        'text':'Solvent and water soluble fluorescent dyes for manufacturing of Daylight Fluorescent Resin Pigments and for other specialty industrial applications.',
                        'position':-1,
                        'sticky':false 
                    },					
					6: {
                        'id':'logo7',
                        'text':'A wide range of dyes & pigments for decorative cosmetics, personal care, toiletries & home care applications. The products meet appropriate cosmetic legislation as applicable, namely that of US FDA, European Community, Japan or India',
                        'position':-1,
                        'sticky':false
                    },
					7: {
                        'id':'event5',
                        'text':'<b>CHINA INTERDYE 2012</b><br/>11–13 April 2012<br/>Stand No - A271 <br />Shanghai World Expo Exhibition &amp;<br />Convention Center<br />Shanghai, China',
                        'position':-1,
                        'sticky':false
                    },
									
               	},
                ToolTipClass:'ToolTips',	// tooltip display class
                toolTipPosition:-1, // -1 top; 1: bottom - set this as a default position value if none is set on the element
                sticky:false,		// remove tooltip if closed
                fromTop: 0,		// distance from mouse or object
                fromLeft: -55,	// distance from left
                duration: 300,		// fade effect transition duration
                fadeDistance: 40    // the distance the tooltip starts the morph
            });		
        });
