var fDesc=new Array();
fDesc[0] = "Color plays a very important role within your daily lives shaping your inner and outer worlds. The practice of using color as a healing agent has been known for many thousands of years.
Color is the visual impulse that inspires you to realize the inner richness.
Ultra Color Clock screensaver is a new way of harmonizing your mind and soul while the PC is in idle state.
Main Features:
- Original Desktop Clock
- Tranquil face and hands
- Color Therapy
- Special Colours to harmonize our mind and soul
- Magical Features
- Positive magneto impulses
- Refreshing Environment";
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 = '';
}
}