/*#################### PRODUKTE #################### */
var Product = function(name, preis, streichpreis, zusatzinfo, css){
	return {
		name: name,
		preis: preis,
		streichpreis: streichpreis,
		zusatzinfo: zusatzinfo,
		css: css
	}
}

/*
		1. Stelle: Name des Systems in ""
		2. Stelle: Aktueller Preis des Systems (wenn Kommastelle, dann 66,66 für 66€ 66cent)(ohne "")
		3. Stelle: Vorheriger Preis / Streichpreis (. statt ,)(ohne "")
		4. Stelle: Zusatzangabe in englisch!: ab = "from", Einzelpreis = "single price"
		5. Stelle: CSS-Klassensuffix in "" 
*/

var produktpreis = new Array();
produktpreis[1] = new Product("CEMPE", 199, 0, "", 'CEMPE');
produktpreis[0] = new Product("Decoderstation_3", 129, 0, "", 'decoderstation3');
produktpreis[2] = new Product("Concept F", 229, 0, "", 'Concept_F');
produktpreis[3] = new Product("Motiv 2", 329, 0, "", 'Motiv_2');
produktpreis[4] = new Product("Motiv 5", 499, 0, "", 'Motiv_5');
produktpreis[5] = new Product("Kompakt 30", 149, 199, "", 'kompaq30');
produktpreis[6] = new Product("Concept M", 222, 295, "", 'conceptm');
produktpreis[7] = new Product("Concept P", 249, 375,  "", 'conceptp');
produktpreis[8] = new Product("Concept R2", 399, 0,  "", 'r2');
produktpreis[9] = new Product("Concept S", 499, 0, "from", 'concepts');
produktpreis[10] = new Product("Theater 1", 599, 0, "", 'theater1');
produktpreis[11] = new Product("Motiv 6", 649, 0, "from", 'motiv6');
produktpreis[12] = new Product("LT 2", 749, 0,  "from", 'LT2');
produktpreis[13] = new Product("Theater 2", 799, 0, "", 'Theater2');
produktpreis[14] = new Product("System 4", 599, 799,  "from", 'system4');	//concert/cinema
produktpreis[15] = new Product("Theater 3 Hybrid", 899, 0,  "", 'theater3h');
produktpreis[16] = new Product("Theater 4 Hybrid", 1099, 0, "", 'theater4h');
produktpreis[17] = new Product("Motiv 10", 899, 1199,  "", 'motiv10');
produktpreis[18] = new Product("LT 4", 1199, 0,  "", 'lt4', 'lt4');
produktpreis[19] = new Product("Ultima 5 Surround", 899, 1299, "", 'ultima5');
produktpreis[20] = new Product("Theater 5 Hybrid", 1499, 0,  "", 'Theater5h');
produktpreis[21] = new Product("LT 4 Wireless", 1499, 0,  "", 'lt4w');
produktpreis[22] = new Product("Impaq 6000", 1399, 0,  "", 'Impaq6000');
produktpreis[23] = new Product("LT 5", 1995, 0,  "from", 'lt5');
produktpreis[24] = new Product("iTeufel Dock", 49, 0,  "", 'iTeufelDock');
produktpreis[25] = new Product("iTeufel Clock", 99, 0,  "", 'iTeufelClock');
produktpreis[26] = new Product("iTeufel", 279, 0, "", 'iTeufel');
produktpreis[27] = new Product("Impaq 4000", 769, 1099,  "", 'Impaq4000');
produktpreis[28] = new Product("iTeufel Box", 329, 0, "", 'iTeufelBox');
produktpreis[29] = new Product("CEMPED", 309, 0,  "", 'CEMPED');
produktpreis[30] = new Product("Motiv5 digital", 599, 713, "", 'Motiv5');
produktpreis[31] = new Product("Impaq 400", 599, 0,  "", 'Impaq400'); 
produktpreis[32] = new Product("ConceptS+R", 699, 0, "from", 'ConceptSR');
produktpreis[33] = new Product("LT2+R", 949, 0,  "from", 'LT2R');
produktpreis[34] = new Product("Impaq 500", 999, 0, "", 'Impaq500');
produktpreis[35] = new Product("System 4 Stereo", 575, 0,  "", 'system4_stereo');
produktpreis[36] = new Product("M320 F", 598, 0,  "", 'M320F');
produktpreis[37] = new Product("Ultima 5", 698, 998, "", 'ultima5');
produktpreis[38] = new Product("System 5", 745, 0,  "", 'system5'); 
produktpreis[39] = new Product("M420 F", 798, 0, "", 'M420F');
produktpreis[40] = new Product("Ultima 7", 649, 0,  "single price", 'ultima7');
produktpreis[41] = new Product("System 6", 985, 0,  "", 'system6');	//stereo
produktpreis[42] = new Product("M520 F", 1098, 0,  "", 'M520F');
produktpreis[43] = new Product("M900SW", 129, 195, "", 'M900SW');
produktpreis[44] = new Product("Concept S Woofer", 225, 0,  "", 'CSW');
produktpreis[45] = new Product("A610SW", 325, 0,  "", 'A610SW');
produktpreis[46] = new Product("M4500SW", 345, 0,  "", 'M4500SW');
produktpreis[47] = new Product("Concept S SW+R", 425, 0,  "", 'CSSW');
produktpreis[48] = new Product("M5500 SW THX Select", 445, 0,  "", 'M5500SW');
produktpreis[49] = new Product("L5200SW", 495, 0,  "", 'L5200SW');
produktpreis[50] = new Product("M6200SW", 595, 0,  "", 'M6200SW');
produktpreis[51] = new Product("M11000SW", 1199, 0,  "", 'M11000SW');
produktpreis[52] = new Product("M9500SW", 1599, 0,  "", 'M9500SW');
produktpreis[53] = new Product("M12000SW", 1799, 0,  "", 'M12000SW');
produktpreis[54] = new Product("M7200SW", 2990, 0,  "", 'M7200SW');
produktpreis[55] = new Product("System 5 Concert 5.1", 999, 0,  "from", 's5c51');
produktpreis[56] = new Product("System 5 Cinema 5.1", 1049, 0, "from" ,'s5ci51');
produktpreis[57] = new Product("System 6 Concert 5.1", 1395, 0,  "", 's6co51');
produktpreis[58] = new Product("System 6 Cinema 5.1", 1395, 0,  "", 's6ci51');
produktpreis[59] = new Product("System 6 Cinema 7.1", 1775, 0,  "", 's6ci71');
produktpreis[60] = new Product("Theater 8 Cinema 5.1", 2495, 0,  "from", 't8ci51');
produktpreis[61] = new Product("Theater 8 Concert 5.1", 2645, 0,  "", 't8co51');
produktpreis[62] = new Product("Theater 8 Cinema 7.1", 3285, 0,  "", 't8ci71');
produktpreis[63] = new Product("LT 6 THX Select", 3299, 0,  "from", 'lt6co51');
produktpreis[64] = new Product("LT 7 Concert 5.1", 4499, 0,  "", 'lt7co51');
produktpreis[65] = new Product("LT 7 Concert 5.1 WD", 4499, 0,  "", 'lt7co51w');
produktpreis[66] = new Product("System 9 THX Ultra Cinema 5.1", 3999, 0,  "", 's9ci51');
produktpreis[67] = new Product("System 9 THX Ultra Concert 5.1", 3999, 0,  "", 's9co51');
produktpreis[68] = new Product("System_9_THX_Ultra_Cinema_7_1", 4990, 0,  "", 's9ci71');
produktpreis[69] = new Product("Theater 10 Cinema Set 5.1", 5999, 0,  "", 't10ci51');
produktpreis[70] = new Product("Theater 10 Concert Set_5.1", 6999, 0,  "", 't10co51');
produktpreis[71] = new Product("Theater_10_Cinema_Set_7_1", 7999, 0,  "", 't10ci71');
produktpreis[72] = new Product("System 5 Übersichtsseite", 999, 0,  "from", 's5us');
produktpreis[73] = new Product("System 6 Übersichtsseite", 1395, 0,  "from", 's6us');
produktpreis[74] = new Product("Theater 8 Übersichtsseite", 2495, 0, "", 't8us');
produktpreis[75] = new Product("System 9 Übersichtsseite", 3999, 0,  "from", 's9us');
produktpreis[76] = new Product("LT 7 Übersichtsseite", 4499, 0,  "from", 'lt7us');
produktpreis[77] = new Product("Theater 10 Übersichtsseite", 5999, 0,  "", 't10us');
produktpreis[78] = new Product("LT 6 Übersichtsseite", 3299, 0,  "", 'lt6us');
produktpreis[79] = new Product("Motiv 3", 499, 0,  "", 'motiv3');
produktpreis[80] = new Product("LT 3", 999, 0,  "", 'lt3');
produktpreis[81] = new Product("Columa 700", 799, 1149,  "", 'columa700');
produktpreis[82] = new Product("Columa 900", 979, 1399,  "", 'columa900');
produktpreis[83] = new Product("Columa 700R", 1099, 1299,  "", 'columa700r');
produktpreis[84] = new Product("Concept C 100", 119, 149, "", 'concept_c_100');
produktpreis[85] = new Product("Theater 200", 899, 0,  "", 'theater200');
produktpreis[86] = new Product("Concept E 100", 179, 0, "", 'concept_e_100');
produktpreis[87] = new Product("Concept E 200", 219, 0,  "", 'concept_e_200');
produktpreis[88] = new Product("Concept E 300", 269, 0,  "", 'concept_e_300');
produktpreis[89] = new Product("Concept E 400", 329, 0,  "", 'concept_e_400');
produktpreis[91] = new Product("System 5 THX Select 2", 1599, 0,  "", 'sys5sel2');
produktpreis[90] = new Product("Decoderstation 5", 179, 0, "",  "decoderstation5");
produktpreis[92] = new Product("Cinebar 50", 519, 749, "", 'cinebar50');
produktpreis[93] = new Product("Concept E 200 Digital", 359, 410.90, "", 'ce_200_digital'); /* alter Normalpreis 359 */
produktpreis[94] = new Product("Concept E 300 Digital", 399, 483,  "", 'ce_300_digital');
produktpreis[95] = new Product("Ultima 60", 398, 0,  "", 'Ultima60');
produktpreis[96] = new Product("Theater 80", 499, 0, "", 'theater80');
produktpreis[97] = new Product("Impaq 40", 349, 0, "", 'impaq40');
produktpreis[98] = new Product("System 8 THX Ultra 2", 3499, 0,  "from", 'System8thx');
produktpreis[99] = new Product("System 5", 1099, 0, "from", 'System5');
produktpreis[100] = new Product("iTeufel Radio", 129, 149,  "", 'iTeufelRadio');
produktpreis[101] = new Product("Omniton 202", 169, 194.90,  "", 'Omniton202');
produktpreis[102] = new Product("Ultima 800", 3000, 0,  "", 'Ultima800');
produktpreis[103] = new Product("Theater 100", 649, 0,  "", 'theater100');
produktpreis[104] = new Product("DVD Receiver CP 5100 DR", 799, 0,  "", 'CP5100DR');
produktpreis[105] = new Product("Concept E 500 Digital", 449, 0,  "", 'ce_500_digital');
produktpreis[106] = new Product("Concept B 200 USB", 249, 0,  "", 'concept_b_200');
produktpreis[107] = new Product("Concept C 200 USB", 199, 0,  "", 'concept_c_200');
produktpreis[108] = new Product("Motiv 2 iT", 359, 394.70,  "", 'Motiv2-iT');
produktpreis[109] = new Product("Concept E 400 Digital", 449, 543,  "", 'ce_400_digital');
produktpreis[110] = new Product("System 5 THX Select 2 Cinema", 1599, 0,  "", 'sys5sel2cinema');
produktpreis[111] = new Product("System 5 THX Select 2 Übersichtsseite", 1599, 0,  "from", 's5sel2us'); 
produktpreis[112] = new Product("Cinepaq6900", 1999, 2228,  "", 'Cinepaq6900'); //originalpreis: 1999
produktpreis[113] = new Product("Cinepaq4400", 1399, 1628,  "", 'Cinepaq4400');
produktpreis[114] = new Product("Cinepaq5100", 1499, 2028,  "", 'Cinepaq5100');
produktpreis[115] = new Product("Cinepaq6300", 1599, 1828,  "", 'Cinepaq6300');
produktpreis[116] = new Product("Cinepaq6400", 1799, 2028,  "", 'Cinepaq6400');
produktpreis[117] = new Product("ControlStation", 79, 0,  "", 'ControlStation');
produktpreis[118] = new Product("Concept E 100 Control", 229, 293,  "", 'concept_e_100_control');
produktpreis[119] = new Product("Concept E 200 Control", 269, 333,  "", 'concept_e_200_control');
produktpreis[120] = new Product("Motiv 10", 799, 1199,  "", 'motiv10_bware');
produktpreis[121] = new Product("s8000sw", 1699, 0,  "", 's8000sw');
produktpreis[122] = new Product("m900sw", 89, 195,  "", 'm900sw');

