var fDesc=new Array(); fDesc[0] = "StreetFinder is one of software developed by DOLSOFT Ltd. This software helps the user to find streets, administrative places, tourist places… in big cities of Vietnam such as: Ho Chi Minh, HaNoi, Hue, Da Nang, Nha Trang, Da Lat, Bien Hoa, Can Tho, and especially users can find the travel route in entire territory of Vietnam (in Vietnam Map). It provides useful tools and is upgraded frequently in order to help user finding way simply, quickly and more conveniently.

Besides, there are some reference maps of Bangkok city, Singapore and World. User can use it as tourist maps.

Main Functions:
- Displaying map with traffic, administrative, cultural and tourist information
- Setting the street direction in the digital map
- Finding the best way through given nodes, the relation of given node(s)

StreetFinder has capability in the following domains:
- Ordinary traffic: finding the shortest way to the desired place(s)
- Tourist service: providing information about cultural, economic and tourist places
- Transportation: finding the best way in order to regulate the traffic effectively and economically
- Managing and distributing goods: defining the shortest way to certain area, regulating marketing staff and taxi…
- Managing the social security, defining the best way for medical aid, extinguishing and forecasting the relation of a fire, solving a traffic jam…
- Allowing adding new points, labels which stand for places on the map"; 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 = ''; } }