var fDesc=new Array();
fDesc[0] = "Multi-Browser Viewer is the leading Cross Browser Compatibility Testing software Application. Test your web and mobile web pages using:
1. Virtualized Standalone Web Browsers - Run REAL web browsers in a virtualized environment to cross test your web applications.
2. Mobile Browser Emulators - incl iPhone & iPad
3. Screenshot Browser Images - A reliable alternative to Browsershots for "traditional" cross browser tests.";
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 = '';
}
}