var fDesc=new Array();
fDesc[0] = "STOIK PanoramaMaker software (Windows) will create a stunning panorama in just a few clicks. Enjoy making cool panoramic images with Stoik Panorama Maker program! Taking care of overlapping and camera tilt and improve/enhance wrong exposure and colors, STOIK Panorama offers both fully automated and advanced manual panorama stitching. STOIK panorama editor has a rich set of panotools, such as zoom compensation, lens distortion correction, stitching. STOIK panorama maker program is the best panoramic software for stitching excellent multi-row panoramas.
Features:
-Easy 3-step panorama making
-Panorama creation: making horizontal, vertical, and 360° panorama pictures
-Making tiled (multiple raw) panoramas
-Photo stitching at different zoom levels. Automatic analyze and stitching photos
-Cylindrical and Spherical projections to compensate for geometric distortions
-Viewpoint correction
-Fully automatic tile ordering
-Supports both automatic and manual panorama stitching
-Built-in image browser
-Multi-page printing with automatic overlap and borderless printing
-Smart blending detects and rectifies moving objects
-Works with JPG and RAW image formats
-Add any message or colored frame to your panorama
-Photo editor for post-processing of final panoramic image";
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 = '';
}
}