var fDesc=new Array(); fDesc[0] = "TigerII Tools is a HTML toolbox. You will find here advanced wizards that will help to create several parts of your website eg. complex tables and forms, galleries. You will also find these tools usefull while creating image maps and cutting images into parts. In addition TigerII MiniPad HTML Editor is added to package."; 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 = ''; } }