var fDesc=new Array(); fDesc[0] = "Free Cinepan Player gently rotates high-resolution, artistic panoramas on your screen in real-time, giving you a feeling of immersion, bringing you into the moving and rotating image.

Unlike a still image, moving panoramas feel more like a video camera panning while giving you a 'you are there' feeling. High-resolution, colorful panoramas slowly reveal on your desktop in Virtual Reality that feels more like 3 dimensions.

CInepan Player is free! Just download it and run it as a standalone program or as a screensaver. You can then download more Cinepan Panoramas, or create your own Cinepan Panoramas from your own panorama images."; 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 = ''; } }