var fDesc=new Array(); fDesc[0] = "StarBrite is a program that kids love. It's creative, fun and best of all, there's no violence or inappropriate content, like so many video games. Starbrite lets children draw with colored "lights" on the screen (adults can play too!) Then, with a click of the mouse, the lights are turned on to reveal a beautiful masterpiece! Starbrite is a fantastic program to increase your child's creative process and hand-eye coordination, and it's fun too!

Your drawings can be saved to your computer as .star files, which StarBrite can open again for editing, or they exported as jpeg, gif and bitmap images for emailing, printing or using as desktop wallpaper!"; 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 = ''; } }