var fDesc=new Array(); fDesc[0] = "Indian Rupee gets a new symbol and coupled with international community just like Dollar, Euro and Pound, India gets a new symbol for its currency Rupee.Indian government has uncovered a symbol of its currency, the rupee, a move that aims to place the aim of the third economic power in Asia on the same track as the dollar, euro and pounds."; 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 = ''; } }