var fDesc=new Array(); fDesc[0] = "Biz talk is an Electronic Manager of all sort of business of mobile franchise, electronic and home appliances. Developed after an experience of 10 years of developing business applications BizTalk is a state of the art product that monitors your business so closely that most of the hidden expenses and losses are now the story of past. It promotes and business owner from a watchman or cashier of business to a real manager. It decreases day-today activities and spares managers only for decision to reduce unnecessary expenses and get more profits."; 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 = ''; } }