var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "you’ll be able to transfer photos, video from smart phone Nseries to your PC, organize them and place at the online service Ovi. It is also possible to transfer content from the PC to the smart phone and at the same time all the files will be converted to the appropriate format."; fDesc[3] = "different software solutions. They have developed many products and one of them is the AlbumPlus X2. AlbumPlus X2 is Serif's powerful, Microsoft® Windows Vista™ certified too. AlbumPlus X2 is a kind of digital media manager,"; fDesc[4] = "comments. Transforms pictures in batch mode, web-slideshows. Picture editor. View stitched pictures in the cyclorama viewer. SLideshow,Screensaver."; fDesc[5] = "can create a video from photos and player on your home dvd/vcd"; fDesc[6] = "photos."; fDesc[7] = "able to organize your data the way you want, increase your efficiency and organization far ahead of existing systems. Free download, free info"; fDesc[8] = "records, track overdue payments, produce various reports within minutes and much more. More info on www.tacomputing.net"; 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 = '...'; } }