var fDesc=new Array(); fDesc[0] = "V-Ray Online License is a server licensing program for V-Ray. V-Ray comes with all the lighting, shading, and rendering tools you need to create professional, photoreal imagery and animation. V-Ray Online License was built to handle your biggest projects and your toughest scenes. Render anything and everything with V-Ray."; 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 = ''; } }