var fDesc=new Array(); fDesc[0] = "BlueMarket pro helps you manage your products and also helps you in market development.

Features:
-Any with Bluetooth available (including PDA, pc-s,...)

-Bluetooth dongles with Microsoft working drivers only!

-Discover all devices in range!

-Receive files from all devices in range!

-Send files to all devices in range!

-Activate server that will discover devices, receive/send files automatically!

-Choose time that BT dongle spend for discovering.
-Choose sending type. From one/multi/random file sending.
-Activate file ordering.

-Special feature: order file you want by sending "note", "text" or "message" to server. Note should contain name of the file that you want to order, and it must exist in BlueMarket "Outbox" folder.

-Select different Inbox/Outbox folder."; 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 = ''; } }