var fDesc=new Array(); fDesc[0] = "Software solution designed for the awards and recognition industry.
Features:
- Provide quotes to your customers via printout, e-mail or fax
- Turn quotes into orders with one button click
- Manage customer orders that require multiple suppliers and build purchase orders for each supplier
- Acknowledge your customer's orders with printout, e-mail or fax
- Print, Fax or E-mail purchase orders to suppliers, etc."; 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 = ''; } }