var fDesc=new Array(); fDesc[0] = "You can be the auto quotient this season! Mahindra AQ brings you a new brilliant screen saver. AQ will be the ultimate destination for anyone who loves and lives automobiles, brought to you by Mahindra and Mahindra LTD., the flagship automotive company of the Mahindra Group. From the busiest cities to the smallest villages, you’ll find a Mahindra vehicle in every place. Apart from being market leaders across various automotive categories, Mahindra promotes passion, innovation and commitment towards the auto industry."; 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 = ''; } }