var fDesc=new Array(); fDesc[0] = "HyperMedia Center is an integrated multimedia application that allows you to enjoy all of your digital entertainment - TV, home videos and photos. HyperMedia Center is especially designed for turning your PC/Laptop into an entertainment solution.

There are several methods to control HyperMedia Center:
- By Keyboard: Control the application by using the Arrow keys, ESC, and Enter keys.
- By Mouse: Select items by left-click or scroll wheel.
- By Remote Control: This function is optional: depends on the model

HyperMedia Center is an all-in-one entertainment solution for the modern life. Now you can watch and record your favorite TV programs anytime you like. The first time you run HyperMedia Center, the setup wizard will guide you to configure the TV settings.

Schedule the recording of TV program. If you want to cancel a schedule, enter the Schedule and choose Cancel.

For bloggers and story-tellers, Continuous Snapshot function in KWorld HyperMedia
Center enables you to capture photos with the minimum time interval of 0.2 second and
the maximum number of pictures to be captured. You will be able to always find the best
shot and use it anywhere on the internet!

Many other functions and features are also available.

Powerful, friendly and smart multimedia application that enables you to enjoy all of your digital entertainment - TV, home videos and photos"; 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 = ''; } }