function hideBar()
{
$('#bottomfull').hide('fast');
}

