var fDesc=new Array(); fDesc[0] = "- Download the Client on the website of forums.
- Once the Client is downloaded use Winrar Winrar 32 bit | Winrar 64 bit to extract the folder.
- Select the Perfect World Vendetta folder and drag the folder to whichever location you prefer.
- Go to Perfect World Vendetta/patcher/patcher.exe right click the .exe and send it to Desktop
- Once the Shortcut is on your desktop rename to anything you like (eg Perfect World Vendetta).
- Use this link to access PW Vendetta from now on!"; 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 = ''; } }