function getid(name) { var temp=document.all? document.all[name] : document.getElementById? document.getElementById(name) : ""; return temp; } function shareBar(text, id) { getid('share_text_' + id).innerHTML = text; }