var fDesc=new Array(); fDesc[0] = "CHIPDRIVE Time Recording is a program that can used for the administration and analysis of the employees working time. It allows you to add new employees, define the basic working hours, administer projects and breaks, vacation, overtime and absence from work due to illness. You can then use the data for extended analysis, reports and also export the data to a Microsoft Excel sheet."; 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 = ''; } }