var fDesc=new Array(); fDesc[0] = "Novelty Pro 8 is an application for dye-sublimation and heat transfer printing. It supports over 160 products, has monitor resolution feature (800x600, 1024x768, & 1280x960), and you can preview the product before printing and create custom templates. It is a multi-line text tool with alignment and line spacing controls with black & white conversion. It also has an RGB adjustment function. Also you can customize the brightness, contrast, and sharpness . Novelty Pro 8 combines all of the ease of use, flexibility, and features of Novelty Pro 7 with the best recommendations from its users."; 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 = ''; } }