var fDesc=new Array(); fDesc[0] = "ShineOff is an Adobe® Photoshop® compatible Plug-In filter that automatically removes the shine from skin. The cold white light of the camera flash creates an unnatural shininess on skin. ShineOff automatically transforms faces and skin areas to a soft and natural looking appearance. This patent pending technology does not remove luster from the lips nor the sparkle from the teeth or eyes."; 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 = ''; } }