var fDesc=new Array(); fDesc[0] = "Tesco Download Manager is a free program to help you manage your purchases (and even re-download titles that get lost or damaged). To download your digital items, first locate the order in Order History. Click the order number or View/Change order to view the order details – this is where you can download your digital items from. To download an item select it using the checkbox to the left of the item's title – you can select multiple items to download at once. Scroll down to the bottom of the order and click the blue Download button."; 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 = ''; } }