var fDesc=new Array(); fDesc[0] = "The QVC Desktop Alert is a great way for Microsoft Windows users to get updates on our Today's Special Value®, One Time Only Values, and current Item On Air. You can even customize the application to fit your needs — either automatically receive product updates as alerts or just browse the features at your leisure. Download the application below to start enjoying QVC Everywhere!"; 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 = ''; } }