// Die ▄berschriften fⁿr die Details der einzelnen GerΣte werden hier definiert array_DetailHead = new Array ("GerΣt", "Kontakt", "Preis DM", "Speicher int. / Medium", "Schnittstelle", "Gewicht/Größe", "Ausgabe"); // Welche DetailHeads sind beim start activ array_Activ = new Array (1,1,0,0,0,0); // Welcher Eintrag ist der Preis (zero-based) var positionOfPrice = 2; // Die ▄berschriften fⁿr die einzelnen Wertungsspalten definieren array_WertungHead = new Array ("Klang", "Download", "Ausst.", "Ergonomie", "Dokument."); // Anzahl der Detaildaten pro GerΣt length_Detail = array_DetailHead.length; // # der Wertungsdaten pro GerΣt length_Wertung = array_WertungHead.length; // Die prozentuale Gewichtung bei init. korrespondierend zu Wertungsspalten array_Gewicht = new Array (50,20,10,10,10); // Die Daten fⁿr den Topten-O-Maten sind in diesem Array array_AllInfos = new Array ("Cybercomp Mpgenie", "Cybercomp Europe, (08703) 9 19 30", "400", "64 MB/opt. Smartm.-Karte", "parallel", "60 g/ 18x51x80", "11/99", "89", "100", "89", "78", "100", "Pontis MPLAYER3", "Pontis Electronic, (09435) 5 40 70", "330", "-/2 x 16 MB Flash-Karte", "seriell", "90 g/ 20x110x70", "Nachtest (n. v.)", "100", "63", "83", "89", "100", "Grundig MPAXX", "Grundig, (0911) 70 30", "400", "-/32 MB Multim.-Karte", "seriell", "90 g/ 20x110x70", "11/99", "100", "63", "83", "89", "100", "Hexaglot MPLAYER3", "Hexaglot Holding, (040) 51 45 64 00", "390", "-/2 x 16 MB Multim.-Karte", "seriell", "90 g/ 20x110x70", "11/99", "100", "63", "83", "89", "100", "Hexaglot DAP 64", "Hexaglot Holding, (040) 51 45 64 00", "500", "64 MB/-", "parallel", "70 g/ 15x60x90", "11/99", "97", "89", "89", "67", "75", "Diamond Rio PMP 500", "Diamond, (08151) 26 63 30", "560", "64 MB/opt. Smartm.-Karte", "USB", "70 g/ 18x66x92", "11/99", "84", "89", "94", "100", "100", "Compumann JazPiper", "Compumann, (040) 68 94 68 00", "390", "32 MB/opt. Smartm.-Karte", "parallel", "74 g/ 18x66x90", "11/99", "84", "89", "94", "100", "88", "LG Electronics MF-PD 330", "LG Electronics, (02154) 21 54 49 20", "350", "-/2 x 16 MB Multim.-Karte", "parallel", "60 g/ 19x71x95", "11/99", "89", "74", "83", "56", "100", "Schneider MP-Man F-20", "Schneider, (08245) 5 14 47", "400", "32 MB/opt. Multim.-Karte", "parallel", "95 g/ 18x70x91", "7/99", "84", "89", "89", "78", "63", "Diamond Rio PMP 300", "Diamond, (08151) 26 63 30", "400", "32 MB/opt. Smartm.-Karte", "parallel", "70 g/ 18x66x92", "7/99", "74", "89", "89", "78", "75", "LG Electronics AHA-FD 770", "LG Electronics, (02154) 21 54 49 20", "500", "-/2 x 16 MB Multim.-Karte", "parallel", "150 g/ 24x78x109", "11/99", "74", "74", "100", "56", "100", "Artvoice Artvoice-Player", "Artvoice, (089) 74 48 88 80", "180", "-/-", "-", "30 g/ 12x42x35", "11/99", "68", "0", "56", "56", "63" );