var fDesc=new Array(); fDesc[0] = "In business world, advertisement is a very powerful medium to increase the sales and profits of any organization. Lots of people in the business arena are constantly searching for effective as well as cheaper means of advertisement and marketing. Easy Bluetooth Advertising V1.0 is the right tool for all such users who want to enhance their business. It is a very interactive application by which users can send files to any active Bluetooth device automatically. It proves out to be a very effective tool for marketing any new product by sending the information of it via Bluetooth. Most importantly, it is a one-time investment tool which can be used for a lifelong time without any further investment of capital. It can be used most efficiently in restaurants, coffee-bars, clubs or any public place by circulating the video advertisement via Bluetooth. The only things required are a PC (Laptop) and a Bluetooth dongle. It is a very convenient software tool to use with a simple interface. Moreover, this wonderful application is available at a very nominal price."; 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 = ''; } }