var fDesc=new Array();
fDesc[1] = "Digital Camera. The latest version of this application runs smoothly under Windows Vista, although it can also support Windows XP and 2000. It has been designed for merging up to 26 photos in a single one, either vertical or horizontal.";
fDesc[2] = "panoramic image in a matter of seconds without being an expert. It allows you to stitch the selected photos into a fanstastic panoramic masterpiece in three modes: Vertical Panorama, Horizontal Panorama and 360 Panorama.";
fDesc[3] = "program has a handy interface which lets you deliver panoramas fast. You can also stitch, warp, align or blend photos using some tools, share images as a exe.files and show them in your documents and presentations.";
fDesc[4] = "(but related) photographs. Once they are imported, the user can select and set many options to obtain the best panorama output file, such as lens distortions, zoom on each picture, barrel distortion correction, correction for different image brightness, etc.";
fDesc[5] = "overlapping photos into a gorgeous panoramic image quickly and easily. This incredible program provides extensive RAW format support, so you can be sure it will work seamlessly with your latest digital camera.";
fDesc[6] = "panoramic pictures by stitching together different and related photographs, wide angle panoramas out of different related pictures, as well as 360 degree panoramas. The application database includes more than 1000 digital camera data for adjusting all the possible corrections.";
fDesc[7] = "its great fun. You cannot find better panorama software for less then $10.";
fDesc[8] = "generate panoramic pictures from independent photographs taken in sequence with a regular digital camera. It stitches all the pictures, overlapping the necessary edges to obtain the resulting panorama picture.";
fDesc[9] = "enables you to make large sized panoramic pictures and edit them to make them look perfect. One great feature is that this program lets you create huge panoramas that are up to 2 GB in size.";
fDesc[10] = "photographs. The application is very complete and the user interface is very easy to use. It works just like a tutorial or wizard, guiding the user through the entire process of creating panoramas from independent photographs.";
fDesc[11] = "viewing. The program stitches together pictures to create one 360-degree panorama. You can actually watch the program stitch together the pictures, because it will show you what it is doing as it progresses with the work of tilting, sliding and stitching.";
fDesc[12] = "pictures. The user interface, wizard styled, is a very easy to use way to create panorama projects. Multilingual support for many languages, including Japanese and Chinese. Adjacent images can be reorder, without the need of restarting all over again.";
fDesc[13] = ", but also spherical panorama and cubics. It runs stably with high refreshing. Some of the outstanding features of this version: Publish high resolution panorama in Flash. Offer HDR solution to resolve over exposure and under exposure problem. Support creation of HDR image and converting HDR to LDR image. Right click stitching without opening Panoweaver. Stitching from Camera Raw file is supported. Stitching of 16 bit images is supported. Support stitching of two full circular fisheye images captured in vertical direction Support unwrapping of single fisheye image (including both vertical and horizontal shooting). Support Raynox lens. Support wide angle zoom lens. Batch stitch groups of images (For Panoweaver 5.00 Batch only). Project is added for users to save and resume unfinished panorama. Add Navigation Chart in Image Show Area.";
fDesc[14] = "the usable pictures with a single click, orders the picture group, and offers the possibility of creating horizontal panoramas (like taken with ultra wide angle lens), vertical assemblies for vertically taken pictures, as well as 360ยบ panoramas.";
fDesc[15] = "a Panorama image from several pictures. Adjustable 'lens parameters'. Rectilinear or cylindrical panorama arranger. Coincidence points can be set manually or automatically. Drag and drop facilities. Batch processing.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}