var fDesc=new Array();
fDesc[0] = "Runescape tool with multi-page browser for playing and switching between worlds.
Runescape tool with multi-page browser for playing & switching between multiple users and worlds. Very user-friendly software. Tab to maps, manuals, forums and Runescape hints/helpers/tips. Resoures includes Market Price Guide plus and world maps. A calculator is included for making trades. Program is designed just for users of Runescape.";
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 = '';
}
}