var fDesc=new Array(); fDesc[0] = "Generate some lucky numbers at a celebration, at a party or any other situation needing prize draw, The Gift Software is just you want..The Gift is a shareware, if you think it is useful for you, Please register it! Before you register it, The Gift will pop up register window randomly. After you register it, you will get a Purchase_ID and a Register_Code online immediately. When you get the Purchase_ID and Register_Code, please run the gift, right click the mouse on the screen , choose "About", type your Purchase_ID and the Register_Code in the pop up window, then click the "Decrypt" button, finish the register process. If you success in the register, the Purchase_ID, Register_Code and Decrypt button will be grayed."; 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 = ''; } }