jQuery(document).ready(function($) {
    $('div#contact_product_link span').click(function(){
        $('div#contact_product, div#contact_product_title h6, div#contact_product_link span').toggle('slow');
        $('.contact_product_error').hide('slow');
        return false;
    });
    $('a[rel*=lightbox]').lightBox({
        overlayBgColor: '#000',
        overlayOpacity: 0.6,
        containerResizeSpeed: 420
    });
    $('#home_promo').flash({ 
        src: '/files/electrapomp_promo.swf',
        width: '410px',
        height: '334px',
        wmode: 'transparent',
        allowscriptaccess: 'always',
        allowfullscreen: 'false',
        menu: 'false'
    }, { update: false });
});