$(function(){
    $('.wtop_container').bind('click', function(){
        $('.wcontainer').toggle();
    });
});