var fDesc=new Array(); fDesc[0] = "Porsche Turbo 2010 PCTV is a software utility that helps the user configure and set up PCTV easy trough the friendly interface of the program. PORSCHE , one of the most well-known IT brands in the Industry , started as a Case technology research laboratory with the passion of a few young Engineers two decades ago ."; 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 = ''; } }