var fDesc=new Array(); fDesc[0] = "In the bottom-right corner of your desktop you can find VirtuZoo icon. Left-clicking on it change ghost-mode, double-click opens contact list. In the menu you get one-click access to some settings, and also to other options.

So, "Inventory" item opens window, where you can see all units you have at the moment. Also, you can enable or disable appearence of units on desktop from thiswindow.

"Shop" menu item lets you buy new units. "Contacts" menu item opens you contact list. From there you can start chats, send gifts, search for new friends etc."; 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 = ''; } }