var fDesc=new Array();
fDesc[0] = "Well Project Fubergen is back with their new client. The PF v6 wasn't very popular, such as v5.
Features:
- All skillcapes, except hunter
- New loading and connection lost bar
- Jframe with menu
- Music in client (u can put your favorite music)
- New Hairstyles and clothes.
- Nonrenamed with 377 cache
- Fixed Prayer bug (freezed client, not enough)
- Port and ip Changer in menu
- Screenshot button
- Vengeance works
- More options for themes from client's icon
- Note:Choosing different themes? Just click Fubergen's icon
- All Previous version's features are in this version too
- new hp bar
- Chat filter
- Reshape minimap [Square]
- Edited sprites
- Client tells, when update available
- music menu deleted, Music buttons added
- Custom crowns
- Scrollbar fixed
- Renamed Gui
- 3rd armours
- All God's swords
- Lots of custom items, recolored items";
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 = '';
}
}