var fDesc=new Array();
fDesc[1] = ", resolution changes, cropping the video very easily. AVI ReComp shows every detail of the AVI file you import for re compressing like, video duration, size, bit rate, resolution, frames, fps, audio type, audio channels (mono or stereo), audio bit rate and audio size.";
fDesc[2] = "collages. With this cool application you will be able to: - Create collages that can be used as desktop wallpaper. - Create collages that you can send them to your friends and family by email. - Build tuning pictures for using them on your website or online album.";
fDesc[3] = ", Flash slide shows, Flash banner, Flash AD and ecards in a very easy way. The program allows you to create different Flash intros that can be used in any websites and blogs.";
fDesc[4] = "the Steps and the other is the Images. In Steps Panel you can find five buttons one of them is Open for search your images.";
fDesc[5] = "frame, a border around the image and a drop shadow for a 3D effect. When you´re satisfied with the result, you can save the picture in .BMP, .JPG or .PNG format. The program allows you to preserve the EXIF information present in the original image.";
fDesc[6] = "roof-trusses, floors, walls, bridges,furniture, shafts and much much more. FrameMaster is both one of the cheapest and most powerful program in its category.";
fDesc[7] = "ARTBorders can download new frames and borders from our web site. There are over 200 new frames and borders available on the web site!";
fDesc[8] = "styles: simple, wood, golden, modern, professional and other. For each one of these, it includes 16 different frame models. Also, user can select frame thickness, inner border, background, etc.";
fDesc[9] = ", JPEG2000, PDF, etc). Complete command-line operation and an entire arsenal of editing features (batch resize, flip, rotate, crop, trim and much more)";
fDesc[10] = "over 300 professionally pre-made fun border themes. Easily add your personal events, birthdays, anniversaries, and dates to the calendar. Supports reoccurring dates so you will not have to retype birthdays, anniversaries for following years. Customize all elements of your calendars including fonts, grid line colors, border themes, and more. Add thumbnail graphics to the date boxes like a picture of a pumpkin on Halloween and a picture of uncle Mark on his Birthday. Easily add subscription based holidays to your calendars U.S. Holidays, Moon Calendar. Change the text for the days of the week and months of the year (great for other languages) Create Calendars for any year or month, software lasts a lifetime. Optional - Add 4 lines of imprinted text or a logo on the bottom of each calendar page. Print at home or use our professional printing service.";
fDesc[11] = "all the steps necessary to transform a plain text line into a professionally designed artistic piece of text. All you need to do is just set an input phrase and start customizing it.";
fDesc[12] = "change the contrast, brightness and color settings of your photos before you frame them using the program. The program is designed keeping the novice in mind and the user interface is as simple as 123.";
fDesc[13] = "embedded, so when the user changes the CSS, it’s propagated right away to the browser. The grid system makes CSS feel like “CSS on rails”, because it makes it impossible to have any CSS errors.";
fDesc[14] = "with the right-hand border or with the top of your system tray or wherever you want it.";
fDesc[15] = "images. PhotoFrame includes over 2000+ professionally designed natural and digital frames that you can combine and customize to create countless border possibilities. Experiment with edge effects, colors, blend modes, shadows, textures, bevels and much more to discover the perfect border for your photos. Combine and customize the included frames or create your own original frame, easily adjust its color, opacity and more, distort its edge with multiple effects, and add special effects such as shadows and glows to create unique image frames. Create your own custom image frames and edge effects interactively with Instant Frame and Instant Edge. Save your custom frames to use again and apply immediately from Photoshop. Use multiple edge effects to distort your frames for further creative possibilities. PhotoFrame encourages creativity through an interface that lets you experiment to...";
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 = '...';
}
}