var fDesc=new Array(); fDesc[0] = "BS-Christmas is Fourth Generation web-browser which Gives to the user easy to use interface, attractive design and half professional set of instruments for work in the internet. The browser is with limited functionality. This is done in order to be reduced to the minimum the system resource that is used from the user. BS-Christmas use COM (Component Object Model) technology for visualization, analyze and editing different web-applications. During the work in Internet all events are caught and analyzed from the core of the main program."; 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 = ''; } }