var fDesc=new Array(); fDesc[0] = "The program for conducting client base of the company.
" Card of the client " with the detailed information on the client, displaying all goods of the client and a condition of registration documents, a history of contacts.
Fast input of the order from the menu.
Search on client base, a conclusion to print of results of search.
Export of base of the goods in MS Excel."; 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 = ''; } }