var fDesc=new Array(); fDesc[0] = "Weight Wizard gives you everything that you need to take control of your own weight loss goals, without the expense and inconvenience of diet clinics and prepackaged meal plans.

Weight Wizard is a weight management and nutrition software that allows you to easily and inexpensively keep track of your own nutrition, exercise and weight loss progress. Weight Wizard turns your computer into your own personal weight loss clinic."; 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 = ''; } }