var fDesc=new Array();
fDesc[0] = "This is a nice pack that contains two fun mini-games Color Confusion and Demolition Math.
Professor Cornelius has created two minigames for you: Color Confusion and Demolition Math. Play with your friends or your family and get the best score. The games can get pretty hard...
Main Features:
- Two fun mini-games
- High Score Tables
- Get the best score
- Perfect for the kids and the adults
- 24X7 Support
Requirements:
- OS: Windows 2000/ME/98/95/XP/Vista/7
- DirectX: 7.0
Bullet Free updates for life";
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 = '';
}
}