﻿
function pageLoad() {
    $('#fact_v1').qtip({
        content: $get('tip_v1').innerHTML,
        show: 'mouseover',
        hide: 'mouseout',
        style: {
            width: 300,
            tip: 'leftBottom',
            padding: 5,
            background: '#fefefe',
            color: 'black',
            textAlign: 'left',
            border: {
                width: 3,
                radius: 8,
                color: '#6699CC'
            }
        },
        position: {
            corner: {
                target: 'rightMiddle',
                tooltip: 'leftBottom'
            }
        }
    });

    $('#fact_v2').qtip({
        content: $get('tip_v2').innerHTML,
        show: 'mouseover',
        hide: 'mouseout',
        style: {
            width: 300,
            tip: 'leftBottom',
            padding: 5,
            background: '#fefefe',
            color: 'black',
            textAlign: 'left',
            border: {
                width: 3,
                radius: 8,
                color: '#6699CC'
            }
        },
        position: {
            corner: {
                target: 'rightMiddle',
                tooltip: 'leftBottom'
            }
        }
    });

    $('#fact_v3').qtip({
        content: $get('tip_v3').innerHTML,
        show: 'mouseover',
        hide: 'mouseout',
        style: {
            width: 300,
            tip: 'leftBottom',
            padding: 5,
            background: '#fefefe',
            color: 'black',
            textAlign: 'left',
            border: {
                width: 3,
                radius: 8,
                color: '#6699CC'
            }
        },
        position: {
            corner: {
                target: 'rightMiddle',
                tooltip: 'leftBottom'
            }
        }
    });

    $('#fact_v4').qtip({
        content: $get('tip_v4').innerHTML,
        show: 'mouseover',
        hide: 'mouseout',
        style: {
            width: 300,
            tip: 'leftBottom',
            padding: 5,
            background: '#fefefe',
            color: 'black',
            textAlign: 'left',
            border: {
                width: 3,
                radius: 8,
                color: '#6699CC'
            }
        },
        position: {
            corner: {
                target: 'rightMiddle',
                tooltip: 'leftBottom'
            }
        }
    });


    $('#fact_v5').qtip({
        content: $get('tip_v5').innerHTML,
        show: 'mouseover',
        hide: 'mouseout',
        style: {
            width: 300,
            tip: 'leftBottom',
            padding: 5,
            background: '#fefefe',
            color: 'black',
            textAlign: 'left',
            border: {
                width: 3,
                radius: 8,
                color: '#6699CC'
            }
        },
        position: {
            corner: {
                target: 'rightMiddle',
                tooltip: 'leftBottom'
            }
        }
    });

}
