var fDesc=new Array(); fDesc[0] = "The ArtistScope Web Browser is an integral component of the ArtistScope Site Protection System (ASPS) and is the only web browser custom designed for the copy protection of web page content and media. While displayed in the browser window, your information and page media is protected from all copy methods, unauthorized download and data leakage to the Internet."; 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 = ''; } }