var fDesc=new Array(); fDesc[0] = "This software utility allows you to save time and boost everyday keyboard typing.

The main boost option is automatic replacement text in any program to your phrases by your short keys (short keywords). Just type your short key, for example "link1", and this text will be automatic replace to your text, for example "http://wwww.sarbash.com", which you can add to this short key in KeyBooster.

Other option allow you to save time and get repeating text and also boost your keyboard typing."; 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 = ''; } }