var fDesc=new Array(); fDesc[0] = "World of Kung Fu is a 3D Massively Multiplayer Online Role-Playing Game (MMORPG).
The World of Kung Fu (WOKF) is for the PC. Based on traditional Chinese culture, the game takes place in a mythical land founded on the ancient Kung Fu moral values of justice and heroism.
Breaking away from the limits imposed by 'professions', each player starts the game as a martial artist of old, studying Kung Fu in a remote village. Having perfected certain chosen skills by completing extensive training and undergoing numerous tests, players set out to take part in the creation of the Wulin, a classic Kung Fu society. As they travel throughout the various territories of ancient China (Zhong Guo; literally "Middle Kingdom") players will be able to demonstrate their valor and bravery as they strive to become martial arts legends.
Its installation is very easy and simple to perform and it requires 1.2GB free space on disk. There is no documentation with the client but on its website there are some information however is lack of detailed regarding installation or troubleshooting.
In fact it sends an error and the application terminates it in an unusual way when you click on the Enter button to start playing and it can’t be tested further. I installed in Windows 2000 and XP editions.
WOKF runs on Windows platforms."; 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 = ''; } }