var fDesc=new Array(); fDesc[0] = "Symantec Solutions SKU Generator helps you to find the correct product, buying, and support options for the products you need to sell. Simply choose the product, buying option, and add support option in step 1. Then enter the quantity and type or licenses in step 2 (New Upgrade) to get to the skus in step 3.You can then print, copy or email your skus, or use the add product option to add more products."; 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 = ''; } }