var fDesc=new Array(); fDesc[0] = "CruisePak is a suite of software programs that helps you run your travel agency. It tracks your cruise, tour, and all general travel bookings. In addition, it helps you in the marketing and financial aspects of your travel agency. Whether you are a single home based agent, or a multi-user 20 million plus a year agency, CruisePak provides the technical foundation needed to grow."; 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 = ''; } }