var fDesc=new Array(); fDesc[0] = "iDo Wedding and Event Professional Edition is wedding planning software for wedding consultants and event planners. It comes with the power of iDo Wedding Couple Edition on an infinite scale. Plan as many weddings and events as necessary while keeping track of your company's finances.iDo Wedding and Event Professional Edition is network ready allowing you and your colleagues to connect to the same iDo database. Clients can be individuals, couples, families, organizations or companies requiring your services for planning their special event(s). iDo makes it easy to keep track of and filter your clients' contact information and their status--if they have contacted you about your services, if you are currently planning their event, or if their event has concluded. You can also store important notes concerning your conversations and/or meetings with your clients."; 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 = ''; } }