var fDesc=new Array(); fDesc[1] = "Sony VAIO VGN-CR260A notebook model. In case we need to reinstall the program again or want to upgrade to Microsoft Windows Vista Home Premium, we can download the original drivers for free from the official Sony website."; fDesc[4] = "computers, and allows maintaining maximum productivity and saving maximum of electric power. This utility adds the possibility to switch off some components for power saving in that way."; fDesc[6] = "allows you to cut and paste video and images, modify video volume, create PowerPoint like presentations on video which means that you can choose transition animations and background music for each \"slide\"."; fDesc[7] = "on a colored background with a soft curved design. In this case, we are talking about an aqua blue background with different shades forming hill-like shapes."; fDesc[8] = "colored background with a soft curved design. In this case, we are talking about an orange background with waves in different shades of orange and red."; fDesc[9] = "on a colored background with a soft curved design. In this case, we are talking about a blue background with tree leaves in different shades of blue."; fDesc[10] = "fancy stuff or complicated animations. The wallpaper consists of the VAIO logo on a colored background with a soft curved design. In this case, we are talking about a lilac background with white delictae flowers."; fDesc[11] = "colored background with a soft curved design. In this case, we are talking about a light blue background with white flowers. The different colors are just beautiful and they are out of the ordinary, very bright and neon-like."; fDesc[12] = "background with a soft curved design. In this case, we are talking about a green background with waves in different shades of blue and green."; fDesc[13] = "background with a soft curved design. In this case, we are talking about an electric yellow background with waves that look like a hole or something.."; fDesc[14] = "background with a soft curved design. In this case, we are talking about a white background with waves in different shades of blue and green."; 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 = '...'; } }