window.addEvent('domready', function() {
    new SexyLightBox({
        find: 'show_about',
        color : 'black',
        'opacity' : 0.6,
        'imagesdir' : '/static/img/sexyimages',
        'hideDuration' : 100,
        'showDuration': 100
    });
    new SexyLightBox({
        find: 'show_legal',
        color: 'black',
        'opacity': 0.6,
        'imagesdir': '/static/img/sexyimages',
        'hideDuration': 100,
        'showDuration': 100
    });
});