var fDesc=new Array(); fDesc[0] = "Minutes Matter Studio is an interior graphic design software which maximizes the design process, saves hours of time during consultations, and eliminates costly communication errors. This graphic design software allows you to begin with an easy-to-use template instead of a blank screen. The drag and drop functionality lets your client easily visualize the art, appliances, furniture, window treatments, or anything else you wish to add to the design. Professionally designed 2D CAD illustrations make the entire process as easy as clicking a mouse. With a digital representation, alterations and design concepts can be quickly developed without the costly expense of redrawing the proposal by hand."; 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 = ''; } }