var fDesc=new Array(); fDesc[0] = "Makeupbario Toolbar is a great search engine tool, that allows you to easily browse over the Internet for images, applications, videos, dictionaries, etc.
This tool brings you the latest news about the weather and allows you to watch online TV.
Makeupbario Toolbar is compatible with Microsoft Internet Explorer and Mozilla Firefox."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }