var fDesc=new Array();
fDesc[0] = "How to make your photo be miracle, try Kaleido Flash! You do not need a specialized camera lens, Kaleido Flash will make your digital photos have dynamic kaleidoscopic effects. Moreover, the effect is changing with the moving of the mouse. That should be a great gift for you friends.
Full features list:
1. One picture with several mouse clicks to create a Flash kaleidoscope;
2. Setting the size of Flash kaleidoscope;
3. Various shapes of kaleidoscope;
4. Save as Flash file format;
5. Can be imported to Flash Mixer in safe mode;
6. Flash 8 technology";
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 = '';
}
}