var fDesc=new Array(); fDesc[0] = "Ghalib Maghloob Calculator is a program that can be used to calculate compatibility between two persons or things. You can also use it for match making or seeing if a field of a study or place (City, Address, Country) are compatible. You will have to simply type a name of person in the upper textbox and a Send name of a person, thing or city and click OK. The program comes with Urdu and Arabic support."; 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 = ''; } }