var fDesc=new Array(); fDesc[1] = "designed for that platform. It runs on Mac OS X, Windows, Linux, and some other platforms, maintaining a virtual instance of an operating system within the host OS."; fDesc[2] = "PC. The data appears classified in three big groups, Software, Hardware and Network. Within each of them there are several sections that specify details about the processor, motherboard, printer, operating system, video drivers, libraries, etc."; fDesc[3] = "will have your own Desktop, which will hold all the files that you choose to sync. This application serves as the desktop client. It will monitor your system and check when your shared folders change."; fDesc[4] = "example, Registry Compactor, means Comodo registry cleaner not only clean your junk entries from your window’s registry but also reduce its size by compacting and your computer speed depends on the window’s registry size, smaller is faster."; fDesc[5] = "first thing you have to do when installing this application is create a user name and password, and then you can invite your friends to join your private network in order to share any type of files including movies, documents, pictures, etc. No matter how large they are."; fDesc[6] = "and permission. When we open the program we find two toolbars, one window, and five tags at the end of the window. In the first toolbar we can find commands, view and help, in commands we can start scanning the different computers in the net."; fDesc[7] = "server side program needed. LanHelper has a smart and fast scan engine which can find IP address, MAC address, SNMP, NetBIOS, etc on LAN & WAN. With group feature and XML, managing machine data is very easy in LanHelper. LanHelper provides HTML and XML modes to view machine data with web browser in a more detailed and convenient way. Without installing any server side program, you would find the network management is easier by using LanHelper. Wake-On-LAN function sends Wake-On-LAN commands (Magic Packet) to power on computers on LAN or WAN. Support schedule and service. Remote Shutdown function shuts down or reboots remote computers on local network, support local schedule. Remote Execute allows you to schedule tasks to run periodically or at a later time on remote computers. LanHelper Integrated Command, which is designed for Remote Execute, offers many additional management..."; fDesc[8] = "the system to make it easier to share files with other PCs. You just need to right-click on the folder you want to synchronize, and then select \"Add to Syncplicity\"."; fDesc[9] = "remotely from Windows XP in Windows Vista and Server 2008, tools such as: DHCP, Print Server, Active Directory Domain and Certificate Services, DNS Server Service Tools, Shared Folders Tools and others."; fDesc[10] = "access for a single IP, range of IP addresses, and applications. Also the security level can be adjusted in order to block IP/Ports and you can look for shared folders and unshare them."; fDesc[11] = "which are violating data access policy of their organization."; fDesc[12] = "connection with your computer.The remote workstation, user, path, OS, permissions of the accessed folder."; fDesc[13] = "the ability to locate necessary files within a few seconds. Built-in web-server and database ensure easy deployment."; fDesc[14] = "the content of the sub folders can be downloaded by the other Easy Share users. Easy Share provides automatic search facility."; fDesc[15] = "in a network. It runs under any version of Windows from 95 to Vista and Outlook from 97 to 2007"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }