var fDesc=new Array(); fDesc[0] = "It is a PC-specific application program that enables your PC to run in service as WOON-dedicated Cloud server.

Main features:

- Sharing the multimedia folder:
- Share the multimedia folder in the PC
- Share the multimedia files stored in DLNA-compliant devices that are connected to the home network
- Share options for each shared folder:
- Specify the WOON ID and password
- Read/write permission
- Create a WOON ID and share the multimedia folder with friends"; 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 = ''; } }