var fDesc=new Array();
fDesc[0] = "Munnin is probably the fastest and easiest way to uncover the hidden bargains. Advanced features allow you to conduct in-depth market research.
Main features:
- Works with any English and German-language
- Faster than any standard web browser
- Simple interface
- An unlimited number of items and search favourites can easily be organised into custom folder
- Supports all listing formats: Chinese Auctions, Dutch Auctions, Fixed Price Items, Shop Items, Classified Adverts and Best Offer
- The bargain search and powersearch offer many more options
- Watch as many items as you want
- You always see up-to-date information thanks to the automatic data synchronisation
- Multiple item descriptions can be viewed simultaneously at the click of a button.";
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 = '';
}
}