var fDesc=new Array(); fDesc[0] = "Universe Image Creater (UIC) Plug-ins 2E allows you to create realistic images of deep space right in your favorite image editing program. Any program which supports the Adobe Photoshop 4.0 Filter Plug-in specification will work.

The current effects of the pre-release version are Cluster, Distant Star, Nebula, Planet Map (Planets using texture maps), Stars, and Uranus (1-color gas giants). All effects are rendered in 3D and can be oriented in any position and on transparent backgrounds. This combined with the power of your image editing program yields fantastic deep space scenes."; 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 = ''; } }