var fDesc=new Array(); fDesc[0] = "Watching this scene is as close as it gets to a real scuba dive. You will explore the sunken ship, as well as the beautiful surroundings and the colorful fishes. But make sure you watch out for the octopus and sharks!!! Download this amazing screensaver from Vomba, and dive amongst the marine life filled with surprises!!!"; 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 = ''; } }