var fDesc=new Array(); fDesc[0] = "SignCut is a professional signmaking program that enables you to create signs of any type and size, indoor name-plates and company logos, stripes and logos for vehicles, masking for airbrush, tattoos, painting and sandblasting. You can also design large multi-tiled jobs with unique mounting-help, banners and cut magnetic sheets."; 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 = ''; } }