position_toolbar() {
 obj = document.getElementById("toolbar");
 obj.style.bottom = "0px"; 
 }
