var fDesc=new Array(); fDesc[0] = "When a new item is recorded as being on the Chainlove website, it automatically alerts you and you don't even need to open a browser in order to see that . The sound of a bell will be heard and a screen will pop up from the menu bar which will inform you about the item added and all of it's description such as price link, photo, name. You need to know that this software has regular updates and it's spyware free."; 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 = ''; } }