var fDesc=new Array(); fDesc[2] = "Aperture and Capture NX 2. It is a full-featured editor that allows you to enhance your digital photos, correct colors, retouch, apply various effects and many others."; fDesc[3] = "Jojo Cruz and her daughter Rosalind to make stylish outfits for female and male models as you showcase your fashion sense on runways from L.A. to Berlin."; fDesc[4] = "will be able to become famous and to manage to get to the top of Studio City. The famous people that appear in this game are Avril Lavigne, Andy Warhol, Christina Aguilera."; fDesc[8] = "enjoy watching one of the sexiest women around at any time. You will be able to see high quality photos of this sexy lady wearing the most revealing outfits and lingerie that you can imagine. Every picture will surely make you open your eyes wide in order to capture every detail."; fDesc[12] = "out of a glamour magazine look without the fancy, expensive studio equipment."; fDesc[15] = "portraits, wedding photos and magazine covers. It makes skin smoother and softens the harsh edges in digital photos."; 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 = '...'; } }