var fDesc=new Array();
fDesc[0] = "Find yourself in the King’s well-guarded treasure vault filled with gold, silver, jewelry and various artifacts. Be careful not to awaken the sleeping dragon though or you may join some of the brave treasure hunters whose bodies serve as a grave reminder of what greed leads to. This screensaver will turn your desktop into a secret teleport gateway to the most sacred place in the kingdom of far far away.
The fascinating 3D graphics makes it so real that you can almost feel the presence of the giant guardian and sense the heat of his breath. Do not worry though, he is fast asleep.
FEATURES:
Full 3D environment
Relaxing fantasy music
Photo-realistic colourful graphics
Dual digital clock
FPS counter
A true atmosphere of fantasy tales
Find a secret passage into the King’s treasure vault
Explore the ancient treasures and artifacts";
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 = '';
}
}