document.observe('dom:loaded', function(){
	$('btm_content').hide();
});

function showbar() {
	Effect.BlindDown('btm_content');
}