var fDesc=new Array(); fDesc[0] = "With the Bluetooth software BeamItNow! you can quickly and easily beam images from your mobile phone or PDA to your PC using Bluetooth. No user interaction on the PC is required. The received image is immediately shown on the PC ready to be forwarded in an email, copied to the clipboard, moved to a folder, used as the desktop wallpaper or printed. The Bluetooth software BeamItNow! also contains a screen saver that displays the images you have received in a slide show.


When an image is received it is always put in the BeamItNow! software inbox.
With BeamItNow! images can quickly be:

- Printed.
- Moved and saved.
- Copied to the clipboard to be pasted into another Windows program, e.g. Microsoft Word™, Outlook™ or PowerPoint™.
- Used as the desktop wallpaper.
- Emailed using Microsoft Outlook™.
- Added to the BeamItNow! screen saver."; 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 = ''; } }