var fDesc=new Array(); fDesc[0] = "NutriGenie Omega-3 Counter's database includes approximately 250 most common foods with highest concentration of Omega-3. It also analyzes their fat and cholesterol data. In addition to the potential benefits described above, Omega-3 fatty acids have been shown, in several studies, to help fight atherosclerosis and lower blood cholesterol levels."; 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 = ''; } }