var fDesc=new Array(); fDesc[0] = "Snowebs SMS Manager is ultimate Bulk SMS Software which sends bulk SMS using your NOKIA GSM/CDMA mobile phone or through Snowebs SMS Gateway. Snowebs is among the leaders in providing effective, efficient SMS text messaging software applications. You can connect your Nokia GSM/CDMA Mobile Phone using datawire, bluetooth or infrared. You can use any NOKIA mobile phone having bluetooth feature, even the phone can be connected through Datacable also but it must have bluetooth feature. Using Snowebs SMS Manager you can import mobile numbers from any file (Text/MS Word/MS Excel/Database/Web Page), even you don't need to put all mobile numbers in column - this feature put Snowebs SMS Manager on the top of the list in the SMS Software industry. Using Snowebs SMS Manager you can start sending SMS in seconds. This also allows you to send personalised SMS i.e. you can use name of the person in the message without typing the message individually."; 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 = ''; } }