var fDesc=new Array(); fDesc[0] = "Enjoy a brand new and improved version of Days of Sail: Wind over Waters, Sail to the sunny Greek islands on the deck of a speedy and lavish sailboat and experience the tension-filled atmosphere of a racing regatta event in the tropical paradise of the Mediterranean Sea. It doesn't matter if you are an amateur or adept navigator. Whether it's admiring idyllic Greek islands or fighting against time, opponents and the blowing wind, you will experience your own personal sailing story."; 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 = ''; } }