var fDesc=new Array(); fDesc[0] = "Representing a new concept in the field of Ham Maps, the Global Overlay Mapping System is packed full of features for all Ham Radio enthusiasts, including : 1 World Map, with specialised satellite images and world region-boundaries. 8 Continental Maps - Europe, Asia, Africa, North and South America, Oceania, Arctic, Antarctica. 29 Sub Continental Maps, with Single Click Navigation for easy loading."; 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 = ''; } }