var fDesc=new Array(); fDesc[0] = "This project was registered on SourceForge.net on May 16, 2006, and is described by the project team as follows:

This is a simple Weight Watchers points calculator for use on your personal PC or laptop. Following the rules of Weight Watchers, you can calculate the point value of the food item in question."; 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 = ''; } }