var fDesc=new Array(); fDesc[0] = "COLREG Tutor was created by Alistair Baillie, a merchant navy officer as a means of assisting cadets and deck officers studying for their MCA Orals Examinations to learn the practical side of the Collision Regulations. COLREG Tutor is compatible with both Mac OS X and Windows 10 with additional content added automatically through the auto-update feature."; 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 = ''; } }