var fDesc=new Array();
fDesc[0] = "JewelDrops Deluxe is a super enhanced and stylish tetris-style arcade game. During play, you manipulate triplets of jewels to form horizontal, vertical and diagonal runs as they drop down the gamefield.
JewelDrops Deluxe sets a new standard with gorgeous graphics by artist Jason Rainbows, a hypnotic score and professional sound effects. Whether you're a novice or a dedicated gamer, the well-crafted and strategic gameplay will have you instantly addicted!
Download a fully functional copy of JewelDrops Deluxe now and start playing immediately. It will quickly become one of your favorite games and when you register your copy for only $20, all registration reminders will go away.
Enjoy JewelDrops Deluxe!";
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 = '';
}
}