
dw_Tooltip.defaultProps = {
    klass: 'tooltip2',
    showCloseBox: true, // when sticky true (below)
    wrapFn: dw_Tooltip.wrapToWidth,
    sticky: true,
    jumpLeft: true,
    jumpAbove: true,
    closeBoxImage: '/skin/frontend/default/default/images/close.gif'
}


dw_Tooltip.content_vars = {

    uv:  {
        caption: 'UV Light Technology<sup>&#153;</sup>',
        str: 'UV (ultraviolet) light is a form of electromagnetic radiation that can kill viruses and bacteria, providing an additional layer of protection for your water. Ultraviolet disinfection of water is a chemical-free process that utilizes radiation to inactivate microorganisms. The radiation destroys the genetic information contained in the DNA, so the bacteria lose their reproductive capability and are destroyed. Even parasites resistant to chemical disinfectants, such as Cryptosporidia or Giardia, are efficiently reduced by UV light.',
        
        },
    eft: {
        caption: 'Energy Frequency Technology<sup>&#153;</sup>',
        str: 'This proprietary technology generates and encodes 205 positive and healthy energy frequencies using techniques derived from the scientific discipline of quantum physics.',
        
        },
    mesh: {
        caption: 'MESH Technology',
        str: 'The method used to ionize and alkalize water is electrolysis, the process of passing an electrical current through water. Electrolysis divides the water into two streams - one with alkaline minerals for drinking and the other with acidic minerals for sanitizing. LIFE Ionizers<sup>&#153;</sup> delivers an electrical current to the water through an array of positively and negatively charged Platinum coated Titanium plates. <br /><br />The more the water passes in and out of the Titanium grid system (MESH) and the greater the electrical charge to the water (especially when powered by the newer SMPS power systems) - the higher the pH (potential of Hydrogen) and the ORP (Oxidation-Reduction Potential) of the drinking water.',
        
        },
    
   /* 
    hover: {
        hoverable: true,
        content: 'This tooltip can contain <a href="#">links</a> and will wait for you to hover over it. Documentation has information.'
        },
    
    img: {
        img: '/images/common/cranes.gif',
        w: 150,
        h: 150,
        wrapFn: dw_Tooltip.wrapImageToWidth
        },
     */
    
}
