var fDesc=new Array(); fDesc[0] = "The Little Calorie Deluxe is a health and fitness program for people that want to take control of their weight and training. The Little Calorie is an excellent program for people that want to lose weight in a controlled speed and in a fun way. A very helpful and fun feature in this calorie counter is the "Diet Diary Notes" that helps you remember special occasions. The Little Calorie Deluxe has features for exporting diet data to a spreadsheet, export diet diary text to HTML and a year diet calculation function. Make your own dieting plan and let The Little Calorie Deluxe help you reach your goals. This workes much better than a calorie counter spreadsheet"; 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 = ''; } }