dw_Tooltip.defaultProps = {
    wrapFn: dw_Tooltip.wrapImageToWidth
}

dw_Tooltip.content_vars = {
    L1: {
        img: 'images/partners/1_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L2: {
        img: 'images/partners/2_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L3: {
        img: 'images/partners/3_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L4: {
        img: 'images/partners/4_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L5: {
        img: 'images/partners/5_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L6: {
        img: 'images/partners/6_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
	L7: {
        img: 'images/partners/7_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L8: {
        img: 'images/partners/8_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L9: {
        img: 'images/partners/9_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L10: {
        img: 'images/partners/10_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L11: {
        img: 'images/partners/11_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L12: {
        img: 'images/partners/12_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
	L13: {
        img: 'images/partners/13_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L14: {
        img: 'images/partners/14_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L15: {
        img: 'images/partners/15_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L16: {
        img: 'images/partners/16_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L17: {
        img: 'images/partners/17_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L18: {
        img: 'images/partners/18_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L19: {
        img: 'images/partners/19_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L20: {
        img: 'images/partners/20_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
	L21: {
        img: '../images/partners/1_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L22: {
        img: '../images/partners/2_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L23: {
        img: '../images/partners/3_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L24: {
        img: '../images/partners/4_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L25: {
        img: '../images/partners/5_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L26: {
        img: '../images/partners/6_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
	L27: {
        img: '../images/partners/7_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L28: {
        img: '../images/partners/8_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L29: {
        img: '../images/partners/9_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L30: {
        img: '../images/partners/10_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L31: {
        img: '../images/partners/11_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L32: {
        img: '../images/partners/12_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
	L33: {
        img: '../images/partners/13_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L34: {
        img: '../images/partners/14_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L35: {
        img: '../images/partners/15_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L36: {
        img: '../images/partners/16_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L37: {
        img: '../images/partners/17_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L38: {
        img: '../images/partners/18_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L39: {
        img: '../images/partners/19_full.png',
        w: 150, // width of image
        h: 75 // height of image

    },
    L40: {
        img: '../images/partners/20_full.png',
        w: 150, // width of image
        h: 75 // height of image
    }
}

function ChangeClass(idbutton, classname) {
    document.getElementById(idbutton).className = classname;
}
