var fDesc=new Array(); fDesc[1] = "will be able to select among cats, dogs, birds, tropical fish and hamsters. But there are not only animals in this expansion: it also brings new objects as houses for dog, cages for parrots, pictures and more."; fDesc[2] = "individually and directly. The game consists of creating Sims characters and building them a life, to satisfy their aspirations, to comply their dreams, etc."; fDesc[3] = "with their friends. You can also have your seems wearing the latest teen fashions including track suits, designer jeans, and yoga outfits. In addition, The Sims 2 Teen Style Stuff is the first stuff pack to feature a The Sims contest winner!"; fDesc[4] = "introduced the corrupts, better known as the Zann Consortium, a faction leaded by a strange, dark and twisted character named Tyber Zann."; fDesc[5] = "the entities in PDF to corresponding DWG entities easily."; fDesc[6] = "connect, visualize details, explore the structure, execute SQL statements and perdform many other operations in database servers. DbVisualizer uses JDBC drivers to connect to all major relational databases, including MySQL, Oracle, PostgreSQL, SQL Server, SAP DB and more."; fDesc[7] = "together. The program features user-controlled points of connection, color shadows, graphics import and export, curves."; fDesc[8] = "and DWG file versions (R2.5-R2008)."; fDesc[9] = "DWG entities easily. It supports the DWF layers, multi-page specification and all entity types."; fDesc[10] = "and connect them with lines of various types. Full zoom, OLE, graphics import and export, curves, flow symbols."; fDesc[11] = "DeZign for Databases uses entity relationship diagrams (ERDs) to graphically design databases and automatically generates the most popular SQL and desktop databases."; fDesc[12] = "facilitating the users. It integrates programs right from MEandYOU, N_Interp, YOUandME, Transits, down to Keywords, a versatile application for helping the user become better at general astrological analysis."; fDesc[13] = "auto-update of HTML character-set Meta Tag and converting HTML character and numeric entity to unicode character."; fDesc[14] = "allowing you to work both with logical and physical data models in the form of an entity-relationship diagram."; fDesc[15] = "DXF/DWG import and export facilities. Its unique fill capibilities make mixing bitmaps and mathematically defined entities easy. It has one of the easiest symbol catalog capabilities available, and has both a full macro and scripting language and 3rd party XP add-on support. It is completely written in x86 assembler language for speed and low memory use. Ideal for architecture,mechanica l design, and layout."; 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 = '...'; } }