var fDesc=new Array();
fDesc[0] = "Make intensive web search operations more productive.
FirstStop WebSearch Busines Edition is a fast, easy to use software that leverages the power of search engines and minimizes their drawbacks by doing the things that you wish search engines could do.
* Search multiple selected engines all at once. - This is a fast way to get comprehensive search results.
* Save and export search results to office and web applications. - Supported formats: XML, HTML, RSS, CSV, MS Word, MS Excel, plain text.
* Get all available search results in a single list instead of only 10 or 20 per page. - Save the time you would spend browsing multiple search result pages and copying results to your list 10 or 20 at a time.
* Automatically conduct batch searches. - You don't have to wait until one search is finished to start the next search. To save time, you can create a batch search and have FirstStop automatically retrieve and save search results for every search in the batch.
* Customize FirstStop WebSearch. Almost any search sources can be added, whether it is your favorite web search engine or disparate search sources on your enterprise Intranet.";
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 = '';
}
}