var fDesc=new Array(); fDesc[0] = "Skymate Pro: The Navigator's Almanac is a computerized Nautical Almanac. Using an internal almanac for the years 1900-2100, Skymate Pro will provide Mariners the accurate information needed for celestial navigation at sea.

To maximize the full potential of Skymate Pro, the user should be proficient in the terminology and skills of celestial navigation, working experience is also required."; 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 = ''; } }