var fDesc=new Array(); fDesc[0] = "Tumonz Tide Viewer is a free standalone application that provides tides, sun and moon, rise/set and best fishing times for all New Zealand coastline. The program has two main panels: the interactive ‘Tides panel’ showing the tide rise and fall set over a vertically shaded background representing day and night, and the right hand side ‘Locations panel’ with both a click sensitive view of New Zealand and a selectable tree list of major and minor ports and coastal locations. This app is perfect for all water activities like fishing, skiing, swimming, surfing."; 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 = ''; } }