var fDesc=new Array(); fDesc[0] = "Bluemagnet is a program that enables you to advertise your products/services for free via bluetooth. To be able to use this application, you need to have a Windows computer with a bluetooth device. This program lets you send advertisements to people which are located near you, providing that they have their mobile phones with the bluetooth option activated and they have agreed to receive your message. The advertisement can include games, images, texts, multimedia, etc. There is a free trial version that can be used for up to 6 days."; 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 = ''; } }