function show_sidebar() { document.getElementById('sidebar').animate({right:'200px'}); } function hide_sidebar() { document.getElementById('sidebar').animate({right:'-200px'}; }