var fDesc=new Array(); fDesc[0] = "Smoking is a really harmful habit that causes a lot of serious health problems and diseases. Unfortunately it is very hard to give it up because of very strong nicotine dependence. Developers of Quit Counter 1.2 offers to use computer for giving up smoking. It is a small program with a friendly interface that can really improve your motivation. To start using it you should create a new user. By the way this software can be used by several users, as it allows creating of several accounts. You should input your name, date you decided to give up smoking, amount of cigarettes that you used to smoke per day and price of one pack. The software needs all this information for providing you with statistics about period of time you have been free from nicotine, sum of money and days of your life you have saved. Also Quit Counter 1.2 congratulates you when you reach special milestones, like one month quit, one hundred dollars saved and things like that. All text and milestones can be customized by your demand. The program doesn’t need a lot of system resources."; 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 = ''; } }