$(function(){
    $('#bookmark .openBtn').click(function(){			
        $('#bookmark .inner').slideToggle();
        return false;
    });
});
