var fDesc=new Array(); fDesc[0] = "BLM-Shipping is free shipping software which helps you calculate port distance, design routes, plan voyage, manage voyage, track vessels, and communicate with colleague or business partners.
1.BLM-Shipping port distance table contains more than 50,000,000 distances from a port to other ports all over the world, when you get the distance between ports, ETA is calculated automatically, and the voyage route is drawn on the map.
2.BLM-Shipping comprehensive voyage management enables you to plan voyage and manage them during the entire process. You can design a proper route by accurate routing algorithm, edit it with position book, and monitor it with bunker management and noon report.
3.BLM-Shipping vessel tracking is based on live AIS data, which makes you can monitor vessels exact position and real-time status including course, speed or mooring on the map. It can also draw historical vessel movements for you to retrieve and view where and when the ship was.
4.BLM-Shipping port directory provides you with detailed information at over 10,000 ports around the world. Within it, you can also get the relative companies contact information according to the services which you need, and chat with contact persons point to point.
5.With BLM-Shipping ship database, you will be able to search for a specific vessel by name, IMO, call sign or MMSI, the entire vessel details are all available to you, and the related company profiles such as owner, manager, and builder will be displayed automatically."; 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 = ''; } }