var fDesc=new Array(); fDesc[0] = "Ez-Mix is a free DIY mixing calculator for creating e-liquid recipes. It has been designed for ease of use, yet has many advanced features essential for accurate and error-free mixing. It works for both PG and VG Nic bases or PG-VG hybrids. You can modify an existing mix to change Nic level and/or PG-VG ratio; add up to 8 flavors, each with their own PG-VG or water/alcohol bases; calculate the cost of a mix and more."; 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 = ''; } }