function Activate(bid) {
theObjects = document.getElementById(bid);
theObjects.outerHTML = theObjects.outerHTML;

}
