[pal-cvs 2833] [578] added sample data

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 9月 23日 (日) 16:51:14 JST


Revision: 578
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=578
Author:   shinsuke
Date:     2007-09-23 16:51:14 +0900 (Sun, 23 Sep 2007)

Log Message:
-----------
added sample data

Modified Paths:
--------------
    pompei/portlets/pompei-core/trunk/src/main/webapp/WEB-INF/db/insert_sample_data.sql


-------------- next part --------------
Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/WEB-INF/db/insert_sample_data.sql
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/WEB-INF/db/insert_sample_data.sql	2007-09-23 07:48:26 UTC (rev 577)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/WEB-INF/db/insert_sample_data.sql	2007-09-23 07:51:14 UTC (rev 578)
@@ -1,470 +1,48 @@
-INSERT INTO languages VALUES (2,'Deutsch','de','icon.gif','german',2);
-INSERT INTO languages VALUES (3,'Espa�ol','es','icon.gif','espanol',3);
+INSERT INTO DELIVERY_METHOD VALUES (1,'POMEPIUNYU','defaultDeliveryMethodCalculator',1,1,'2007-09-20 03:32:13','2007-09-20 03:32:13');
+INSERT INTO DELIVERY_METHOD VALUES (2,'POMPEIKYUBIN','defaultDeliveryMethodCalculator',1,2,'2007-09-20 03:32:28','2007-09-20 03:32:28');
 
-INSERT INTO banners VALUES (1, 'Pomepi', 'http://sourceforge.jp/projects/pal/', 'banners/pompei.gif', '468x50', '', 0, null, null, '2007-01-01 00:00:00', null, 1);
+INSERT INTO DELIVERY_METHOD_DESCRIPTION VALUES (1,1,'ポンペイ運輸','一般消費者・企業向け小口貨物輸送サービスを提供');
+INSERT INTO DELIVERY_METHOD_DESCRIPTION VALUES (2,1,'ポンペイ急便','宅配便など各種輸送にかかわるサービスを提供');
 
-INSERT INTO categories VALUES (1, 'category_hardware.gif', 0, 1, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (2, 'category_software.gif', 0, 2, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (3, 'category_dvd_movies.gif', 0, 3, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (4, 'subcategory_graphic_cards.gif', 1, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (5, 'subcategory_printers.gif', 1, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (6, 'subcategory_monitors.gif', 1, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (7, 'subcategory_speakers.gif', 1, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (8, 'subcategory_keyboards.gif', 1, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (9, 'subcategory_mice.gif', 1, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (10, 'subcategory_action.gif', 3, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (11, 'subcategory_science_fiction.gif', 3, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (12, 'subcategory_comedy.gif', 3, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (13, 'subcategory_cartoons.gif', 3, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (14, 'subcategory_thriller.gif', 3, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (15, 'subcategory_drama.gif', 3, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (16, 'subcategory_memory.gif', 1, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (17, 'subcategory_cdrom_drives.gif', 1, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (18, 'subcategory_simulation.gif', 2, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (19, 'subcategory_action_games.gif', 2, 0, '2007-01-01 00:00:00', null);
-INSERT INTO categories VALUES (20, 'subcategory_strategy.gif', 2, 0, '2007-01-01 00:00:00', null);
+INSERT INTO PAYMENT_METHOD VALUES (1,'COD',1,'2007-09-20 03:32:13','2007-09-20 03:32:13');
+INSERT INTO PAYMENT_METHOD VALUES (2,'BANK',2,'2007-09-20 03:32:28','2007-09-20 03:32:28');
+INSERT INTO PAYMENT_METHOD VALUES (3,'CREDITCARD',3,'2007-09-20 03:32:28','2007-09-20 03:32:28');
 
-INSERT INTO categories_description VALUES ( 1, 1, 'Hardware');
-INSERT INTO categories_description VALUES ( 2, 1, 'Software');
-INSERT INTO categories_description VALUES ( 3, 1, 'DVD Movies');
-INSERT INTO categories_description VALUES ( 4, 1, 'Graphics Cards');
-INSERT INTO categories_description VALUES ( 5, 1, 'Printers');
-INSERT INTO categories_description VALUES ( 6, 1, 'Monitors');
-INSERT INTO categories_description VALUES ( 7, 1, 'Speakers');
-INSERT INTO categories_description VALUES ( 8, 1, 'Keyboards');
-INSERT INTO categories_description VALUES ( 9, 1, 'Mice');
-INSERT INTO categories_description VALUES ( 10, 1, 'Action');
-INSERT INTO categories_description VALUES ( 11, 1, 'Science Fiction');
-INSERT INTO categories_description VALUES ( 12, 1, 'Comedy');
-INSERT INTO categories_description VALUES ( 13, 1, 'Cartoons');
-INSERT INTO categories_description VALUES ( 14, 1, 'Thriller');
-INSERT INTO categories_description VALUES ( 15, 1, 'Drama');
-INSERT INTO categories_description VALUES ( 16, 1, 'Memory');
-INSERT INTO categories_description VALUES ( 17, 1, 'CDROM Drives');
-INSERT INTO categories_description VALUES ( 18, 1, 'Simulation');
-INSERT INTO categories_description VALUES ( 19, 1, 'Action');
-INSERT INTO categories_description VALUES ( 20, 1, 'Strategy');
-INSERT INTO categories_description VALUES ( 1, 2, 'Hardware');
-INSERT INTO categories_description VALUES ( 2, 2, 'Software');
-INSERT INTO categories_description VALUES ( 3, 2, 'DVD Filme');
-INSERT INTO categories_description VALUES ( 4, 2, 'Grafikkarten');
-INSERT INTO categories_description VALUES ( 5, 2, 'Drucker');
-INSERT INTO categories_description VALUES ( 6, 2, 'Bildschirme');
-INSERT INTO categories_description VALUES ( 7, 2, 'Lautsprecher');
-INSERT INTO categories_description VALUES ( 8, 2, 'Tastaturen');
-INSERT INTO categories_description VALUES ( 9, 2, 'M�use');
-INSERT INTO categories_description VALUES ( 10, 2, 'Action');
-INSERT INTO categories_description VALUES ( 11, 2, 'Science Fiction');
-INSERT INTO categories_description VALUES ( 12, 2, 'Kom�die');
-INSERT INTO categories_description VALUES ( 13, 2, 'Zeichentrick');
-INSERT INTO categories_description VALUES ( 14, 2, 'Thriller');
-INSERT INTO categories_description VALUES ( 15, 2, 'Drama');
-INSERT INTO categories_description VALUES ( 16, 2, 'Speicher');
-INSERT INTO categories_description VALUES ( 17, 2, 'CDROM Laufwerke');
-INSERT INTO categories_description VALUES ( 18, 2, 'Simulation');
-INSERT INTO categories_description VALUES ( 19, 2, 'Action');
-INSERT INTO categories_description VALUES ( 20, 2, 'Strategie');
-INSERT INTO categories_description VALUES ( 1, 3, 'Hardware');
-INSERT INTO categories_description VALUES ( 2, 3, 'Software');
-INSERT INTO categories_description VALUES ( 3, 3, 'Peliculas DVD');
-INSERT INTO categories_description VALUES ( 4, 3, 'Tarjetas Graficas');
-INSERT INTO categories_description VALUES ( 5, 3, 'Impresoras');
-INSERT INTO categories_description VALUES ( 6, 3, 'Monitores');
-INSERT INTO categories_description VALUES ( 7, 3, 'Altavoces');
-INSERT INTO categories_description VALUES ( 8, 3, 'Teclados');
-INSERT INTO categories_description VALUES ( 9, 3, 'Ratones');
-INSERT INTO categories_description VALUES ( 10, 3, 'Accion');
-INSERT INTO categories_description VALUES ( 11, 3, 'Ciencia Ficcion');
-INSERT INTO categories_description VALUES ( 12, 3, 'Comedia');
-INSERT INTO categories_description VALUES ( 13, 3, 'Dibujos Animados');
-INSERT INTO categories_description VALUES ( 14, 3, 'Suspense');
-INSERT INTO categories_description VALUES ( 15, 3, 'Drama');
-INSERT INTO categories_description VALUES ( 16, 3, 'Memoria');
-INSERT INTO categories_description VALUES ( 17, 3, 'Unidades CDROM');
-INSERT INTO categories_description VALUES ( 18, 3, 'Simulacion');
-INSERT INTO categories_description VALUES ( 19, 3, 'Accion');
-INSERT INTO categories_description VALUES ( 20, 3, 'Estrategia');
+INSERT INTO PAYMENT_METHOD_DESCRIPTION VALUES (1,1,'代金引換','業者:ポンペイ運輸<br/>備考:<br/><ul><li>代引手数料は300円(税込)となります。</li><li>商品が2つ以上に分かれて配送する場合、お届け明細やメールで表示されている消費税額と、実際に請求される消費税額に誤差が生じる場合がございます。</li><li>実際に請求される金額が正しい消費税額となりますので、ご了承ください。</li></ul>');
+INSERT INTO PAYMENT_METHOD_DESCRIPTION VALUES (2,1,'銀行振込','振込先: ポンペイ銀行 本店事業部 普通 1234567<br/><ul><li>振込手数料はお客様負担でお願い致します。</li><li>お申込後、お振り込み金額を記載したご案内メールをお送りしております。必ずメールをご確認の上お振込みください。</li><li>当店でご注文確認後三日以内にお振り込みがない場合は、ご注文を取り消させていただく場合があります。</li><li>振込伝票は無くさないように保管してください。</li><li>ご購入金額全てを楽天スーパーポイントで支払う場合(お支払金額がゼロ円になる場合)は、必ず銀行振替を選択してください。</li><li>他の支払い方法を選んだ場合、手数料か発生する場合があります(発生した手数料は返金できません)。</li></ul>');
+INSERT INTO PAYMENT_METHOD_DESCRIPTION VALUES (3,1,'クレジットカード','取扱カード: <br/>取り扱いカードは以下のとおりです。 すべてのカード会社で、一括払いが可能となっております。<br/><table><tr><th>カード会社</th><th>支払方法</th></tr><tr><td>VISA</td><td>一括払い、リボ</td></tr><tr><td>MASTER</td><td>一括払い、リボ</td></tr><tr><td>JCB</td><td>一括払い、リボ</td></tr></table><br/>備考:<br/><ul><li>お支払い回数は「1回払い」と「リボルビング払い(リボ払い)」とさせていただきます。</li><li>当店ではセキュリティ上の配慮から、クレジットカード利用控は原則としてお送りしておりません。カード会社から送付されますご利用明細をご確認ください。</li><li>お支払い日は、ご指定のカード会社の規約に基づいた指定日のお支払いとなります。</li></ul>');
 
-INSERT INTO configuration_group VALUES (1, 'My Store', 'General information about my store', 1, 1);
-INSERT INTO configuration_group VALUES (2, 'Minimum Values', 'The minimum values for functions / data', 2, 1);
-INSERT INTO configuration_group VALUES (3, 'Maximum Values', 'The maximum values for functions / data', 3, 1);
-INSERT INTO configuration_group VALUES (4, 'Images', 'Image parameters', 4, 1);
-INSERT INTO configuration_group VALUES (5, 'Customer Details', 'Customer account configuration', 5, 1);
-INSERT INTO configuration_group VALUES (6, 'Module Options', 'Hidden from configuration', 6, 0);
-INSERT INTO configuration_group VALUES (7, 'Shipping/Packaging', 'Shipping options available at my store', 7, 1);
-INSERT INTO configuration_group VALUES (8, 'Product Listing', 'Product Listing    configuration options', 8, 1);
-INSERT INTO configuration_group VALUES (9, 'Stock', 'Stock configuration options', 9, 1);
-INSERT INTO configuration_group VALUES (10, 'Logging', 'Logging configuration options', 10, 1);
-INSERT INTO configuration_group VALUES (11, 'Cache', 'Caching configuration options', 11, 1);
-INSERT INTO configuration_group VALUES (12, 'E-Mail Options', 'General setting for E-Mail transport and HTML E-Mails', 12, 1);
-INSERT INTO configuration_group VALUES (13, 'Download', 'Downloadable products options', 13, 1);
-INSERT INTO configuration_group VALUES (14, 'GZip Compression', 'GZip compression options', 14, 1);
-INSERT INTO configuration_group VALUES (15, 'Sessions', 'Session options', 15, 1);
+INSERT INTO CARD_TYPE VALUES (1,'VISA',1,'2007-09-20 03:32:13','2007-09-20 03:32:13');
+INSERT INTO CARD_TYPE VALUES (2,'MASTER',2,'2007-09-20 03:32:28','2007-09-20 03:32:28');
+INSERT INTO CARD_TYPE VALUES (3,'JCB',3,'2007-09-20 03:32:28','2007-09-20 03:32:28');
 
-INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Store Name', 'STORE_NAME', 'osCommerce', 'The name of my store', 1, 1, '2007-01-01 00:00:00');
-INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Store Owner', 'STORE_OWNER', 'Harald Ponce de Leon', 'The name of my store owner', 1, 2, '2007-01-01 00:00:00');
-INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('E-Mail Address', 'STORE_OWNER_EMAIL_ADDRESS', 'root @ localhost', 'The e-mail address of my store owner', 1, 3, '2007-01-01 00:00:00');
-INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('E-Mail From', 'EMAIL_FROM', 'osCommerce <root @ localhost>', 'The e-mail address used in (sent) e-mails', 1, 4, '2007-01-01 00:00:00');
+INSERT INTO CARD_TYPE_DESCRIPTION VALUES (1,1,'VISA','');
+INSERT INTO CARD_TYPE_DESCRIPTION VALUES (2,1,'MASTER','');
+INSERT INTO CARD_TYPE_DESCRIPTION VALUES (3,1,'JCB','');
 
-INSERT INTO customers VALUES ( 1, 'john', 'm', 'John', 'doe', '2001-01-01 00:00:00', 'root @ localhost', 1, '12345', '', '', '0');
+INSERT INTO CATEGORY VALUES (2,NULL,1,1,'2007-09-20 07:09:33','2007-09-20 07:09:33');
+INSERT INTO CATEGORY VALUES (3,NULL,1,2,'2007-09-20 06:30:11','2007-09-20 06:30:11');
 
-INSERT INTO customers_info VALUES(1, null, 0, '2007-01-01 00:00:00', null, 0);
+INSERT INTO CATEGORY_DESCRIPTION VALUES (2,1,'ハードウェア','パソコン関連のハードウェア');
+INSERT INTO CATEGORY_DESCRIPTION VALUES (3,1,'ソフトウェア','パソコン関連のソフトウェア');
 
-INSERT INTO manufacturers VALUES (1,'Matrox','manufacturer_matrox.gif', '2007-01-01 00:00:00', null);
-INSERT INTO manufacturers VALUES (2,'Microsoft','manufacturer_microsoft.gif', '2007-01-01 00:00:00', null);
-INSERT INTO manufacturers VALUES (3,'Warner','manufacturer_warner.gif', '2007-01-01 00:00:00', null);
-INSERT INTO manufacturers VALUES (4,'Fox','manufacturer_fox.gif', '2007-01-01 00:00:00', null);
-INSERT INTO manufacturers VALUES (5,'Logitech','manufacturer_logitech.gif', '2007-01-01 00:00:00', null);
-INSERT INTO manufacturers VALUES (6,'Canon','manufacturer_canon.gif', '2007-01-01 00:00:00', null);
-INSERT INTO manufacturers VALUES (7,'Sierra','manufacturer_sierra.gif', '2007-01-01 00:00:00', null);
-INSERT INTO manufacturers VALUES (8,'GT Interactive','manufacturer_gt_interactive.gif', '2007-01-01 00:00:00', null);
-INSERT INTO manufacturers VALUES (9,'Hewlett Packard','manufacturer_hewlett_packard.gif', '2007-01-01 00:00:00', null);
+INSERT INTO MANUFACTURER VALUES (1,'Matrox',NULL,'2007-09-20 08:40:13','2007-09-20 08:40:13');
+INSERT INTO MANUFACTURER VALUES (2,'Microsoft',NULL,'2007-09-20 08:40:47','2007-09-20 08:40:47');
+INSERT INTO MANUFACTURER VALUES (3,'Warner Bros.',NULL,'2007-09-20 08:41:02','2007-09-20 08:41:02');
 
-INSERT INTO manufacturers_info VALUES (1, 1, 'http://www.matrox.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (1, 2, 'http://www.matrox.de', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (1, 3, 'http://www.matrox.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (2, 1, 'http://www.microsoft.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (2, 2, 'http://www.microsoft.de', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (2, 3, 'http://www.microsoft.es', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (3, 1, 'http://www.warner.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (3, 2, 'http://www.warner.de', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (3, 3, 'http://www.warner.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (4, 1, 'http://www.fox.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (4, 2, 'http://www.fox.de', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (4, 3, 'http://www.fox.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (5, 1, 'http://www.logitech.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (5, 2, 'http://www.logitech.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (5, 3, 'http://www.logitech.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (6, 1, 'http://www.canon.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (6, 2, 'http://www.canon.de', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (6, 3, 'http://www.canon.es', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (7, 1, 'http://www.sierra.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (7, 2, 'http://www.sierra.de', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (7, 3, 'http://www.sierra.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (8, 1, 'http://www.infogrames.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (8, 2, 'http://www.infogrames.de', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (8, 3, 'http://www.infogrames.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (9, 1, 'http://www.hewlettpackard.com', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (9, 2, 'http://www.hewlettpackard.de', '', '', 0, null);
-INSERT INTO manufacturers_info VALUES (9, 3, 'http://welcome.hp.com/country/es/spa/welcome.htm', '', '', 0, null);
+INSERT INTO MANUFACTURER_DESCRIPTION VALUES (1,1,'http://www.matrox.com','ハードウェア会社',NULL);
+INSERT INTO MANUFACTURER_DESCRIPTION VALUES (2,1,'http://www.microsoft.com/','ソフトウェア会社',NULL);
+INSERT INTO MANUFACTURER_DESCRIPTION VALUES (3,1,'http://www.warner.com',NULL,NULL);
 
-INSERT INTO orders_status_description VALUES ( 1, 2, 'Offen');
-INSERT INTO orders_status_description VALUES ( 1, 3, 'Pendiente');
-INSERT INTO orders_status_description VALUES ( 2, 2, 'In Bearbeitung');
-INSERT INTO orders_status_description VALUES ( 2, 3, 'Proceso');
-INSERT INTO orders_status_description VALUES ( 3, 2, 'Versendet');
-INSERT INTO orders_status_description VALUES ( 3, 3, 'Entregado');
+INSERT INTO PRODUCT VALUES (1,'MG200MMS',1,'1000.0000','100.00',NULL,NULL,0,1,'2007-09-20 12:31:53','2007-09-20 12:31:53','0000-00-00 00:00:00',1,1);
+INSERT INTO PRODUCT VALUES (2,'MG400-32MB',1,'2000.0000','200.00',NULL,NULL,0,1,'2007-09-20 12:32:34','2007-09-20 12:32:34','0000-00-00 00:00:00',1,1);
+INSERT INTO PRODUCT VALUES (3,'WINDOWS-XP',1,'10000.0000','100.00',NULL,NULL,0,1,'2007-09-20 12:33:59','2007-09-20 12:33:59','0000-00-00 00:00:00',1,2);
 
--- Canada
-INSERT INTO zones VALUES (66,38,'AB','Alberta');
-INSERT INTO zones VALUES (67,38,'BC','British Columbia');
-INSERT INTO zones VALUES (68,38,'MB','Manitoba');
-INSERT INTO zones VALUES (69,38,'NF','Newfoundland');
-INSERT INTO zones VALUES (70,38,'NB','New Brunswick');
-INSERT INTO zones VALUES (71,38,'NS','Nova Scotia');
-INSERT INTO zones VALUES (72,38,'NT','Northwest Territories');
-INSERT INTO zones VALUES (73,38,'NU','Nunavut');
-INSERT INTO zones VALUES (74,38,'ON','Ontario');
-INSERT INTO zones VALUES (75,38,'PE','Prince Edward Island');
-INSERT INTO zones VALUES (76,38,'QC','Quebec');
-INSERT INTO zones VALUES (77,38,'SK','Saskatchewan');
-INSERT INTO zones VALUES (78,38,'YT','Yukon Territory');
+INSERT INTO PRODUCT_DESCRIPTION VALUES (1,1,'Matrox G200 MMS',NULL,NULL,0);
+INSERT INTO PRODUCT_DESCRIPTION VALUES (2,1,'Matrox G400 32MB',NULL,NULL,0);
+INSERT INTO PRODUCT_DESCRIPTION VALUES (3,1,'Windows XP',NULL,NULL,0);
 
--- Germany
-INSERT INTO zones VALUES (79,81,'NDS','Niedersachsen');
-INSERT INTO zones VALUES (80,81,'BAW','Baden-W�rttemberg');
-INSERT INTO zones VALUES (81,81,'BAY','Bayern');
-INSERT INTO zones VALUES (82,81,'BER','Berlin');
-INSERT INTO zones VALUES (83,81,'BRG','Brandenburg');
-INSERT INTO zones VALUES (84,81,'BRE','Bremen');
-INSERT INTO zones VALUES (85,81,'HAM','Hamburg');
-INSERT INTO zones VALUES (86,81,'HES','Hessen');
-INSERT INTO zones VALUES (87,81,'MEC','Mecklenburg-Vorpommern');
-INSERT INTO zones VALUES (88,81,'NRW','Nordrhein-Westfalen');
-INSERT INTO zones VALUES (89,81,'RHE','Rheinland-Pfalz');
-INSERT INTO zones VALUES (90,81,'SAR','Saarland');
-INSERT INTO zones VALUES (91,81,'SAS','Sachsen');
-INSERT INTO zones VALUES (92,81,'SAC','Sachsen-Anhalt');
-INSERT INTO zones VALUES (93,81,'SCN','Schleswig-Holstein');
-INSERT INTO zones VALUES (94,81,'THE','Th�ringen');
+INSERT INTO PRODUCT_TO_CATEGORY VALUES (1,2,NULL);
+INSERT INTO PRODUCT_TO_CATEGORY VALUES (2,2,NULL);
+INSERT INTO PRODUCT_TO_CATEGORY VALUES (3,3,NULL);
 
--- Austria
-INSERT INTO zones VALUES (95,14,'WI','Wien');
-INSERT INTO zones VALUES (96,14,'NO','Nieder�sterreich');
-INSERT INTO zones VALUES (97,14,'OO','Ober�sterreich');
-INSERT INTO zones VALUES (98,14,'SB','Salzburg');
-INSERT INTO zones VALUES (99,14,'KN','K�rnten');
-INSERT INTO zones VALUES (100,14,'ST','Steiermark');
-INSERT INTO zones VALUES (101,14,'TI','Tirol');
-INSERT INTO zones VALUES (102,14,'BL','Burgenland');
-INSERT INTO zones VALUES (103,14,'VB','Voralberg');
-
--- Swizterland
-INSERT INTO zones VALUES (104,204,'AG','Aargau');
-INSERT INTO zones VALUES (105,204,'AI','Appenzell Innerrhoden');
-INSERT INTO zones VALUES (106,204,'AR','Appenzell Ausserrhoden');
-INSERT INTO zones VALUES (107,204,'BE','Bern');
-INSERT INTO zones VALUES (108,204,'BL','Basel-Landschaft');
-INSERT INTO zones VALUES (109,204,'BS','Basel-Stadt');
-INSERT INTO zones VALUES (110,204,'FR','Freiburg');
-INSERT INTO zones VALUES (111,204,'GE','Genf');
-INSERT INTO zones VALUES (112,204,'GL','Glarus');
-INSERT INTO zones VALUES (113,204,'JU','Graub�nden');
-INSERT INTO zones VALUES (114,204,'JU','Jura');
-INSERT INTO zones VALUES (115,204,'LU','Luzern');
-INSERT INTO zones VALUES (116,204,'NE','Neuenburg');
-INSERT INTO zones VALUES (117,204,'NW','Nidwalden');
-INSERT INTO zones VALUES (118,204,'OW','Obwalden');
-INSERT INTO zones VALUES (119,204,'SG','St. Gallen');
-INSERT INTO zones VALUES (120,204,'SH','Schaffhausen');
-INSERT INTO zones VALUES (121,204,'SO','Solothurn');
-INSERT INTO zones VALUES (122,204,'SZ','Schwyz');
-INSERT INTO zones VALUES (123,204,'TG','Thurgau');
-INSERT INTO zones VALUES (124,204,'TI','Tessin');
-INSERT INTO zones VALUES (125,204,'UR','Uri');
-INSERT INTO zones VALUES (126,204,'VD','Waadt');
-INSERT INTO zones VALUES (127,204,'VS','Wallis');
-INSERT INTO zones VALUES (128,204,'ZG','Zug');
-INSERT INTO zones VALUES (129,204,'ZH','Z�rich');
-
-INSERT INTO products VALUES (1,32,'MG200MMS','matrox/mg200mms.gif',299.99, '2007-01-01 00:00:00',null,null,23.00,1,1,1,0);
-INSERT INTO products VALUES (2,32,'MG400-32MB','matrox/mg400-32mb.gif',499.99, '2007-01-01 00:00:00',null,null,23.00,1,1,1,0);
-INSERT INTO products VALUES (3,2,'MSIMPRO','microsoft/msimpro.gif',49.99, '2007-01-01 00:00:00',null,null,7.00,1,1,3,0);
-INSERT INTO products VALUES (4,13,'DVD-RPMK','dvd/replacement_killers.gif',42.00, '2007-01-01 00:00:00',null,null,23.00,1,1,2,0);
-INSERT INTO products VALUES (5,17,'DVD-BLDRNDC','dvd/blade_runner.gif',35.99, '2007-01-01 00:00:00',null,null,7.00,1,1,3,0);
-INSERT INTO products VALUES (6,10,'DVD-MATR','dvd/the_matrix.gif',39.99, '2007-01-01 00:00:00',null,null,7.00,1,1,3,0);
-INSERT INTO products VALUES (7,10,'DVD-YGEM','dvd/youve_got_mail.gif',34.99, '2007-01-01 00:00:00',null,null,7.00,1,1,3,0);
-INSERT INTO products VALUES (8,10,'DVD-ABUG','dvd/a_bugs_life.gif',35.99, '2007-01-01 00:00:00',null,null,7.00,1,1,3,0);
-INSERT INTO products VALUES (9,10,'DVD-UNSG','dvd/under_siege.gif',29.99, '2007-01-01 00:00:00',null,null,7.00,1,1,3,0);
-INSERT INTO products VALUES (10,10,'DVD-UNSG2','dvd/under_siege2.gif',29.99, '2007-01-01 00:00:00',null,null,7.00,1,1,3,0);
-INSERT INTO products VALUES (11,10,'DVD-FDBL','dvd/fire_down_below.gif',29.99, '2007-01-01 00:00:00',null,null,7.00,1,1,3,0);
-INSERT INTO products VALUES (12,10,'DVD-DHWV','dvd/die_hard_3.gif',39.99, '2007-01-01 00:00:00',null,null,7.00,1,1,4,0);
-INSERT INTO products VALUES (13,10,'DVD-LTWP','dvd/lethal_weapon.gif',34.99, '2007-01-01 00:00:00',null,null,7.00,1,1,3,0);
-INSERT INTO products VALUES (14,10,'DVD-REDC','dvd/red_corner.gif',32.00, '2007-01-01 00:00:00',null,null,7.00,1,1,3,0);
-INSERT INTO products VALUES (15,10,'DVD-FRAN','dvd/frantic.gif',35.00, '2007-01-01 00:00:00',null,null,7.00,1,1,3,0);
-INSERT INTO products VALUES (16,10,'DVD-CUFI','dvd/courage_under_fire.gif',38.99, '2007-01-01 00:00:00',null,null,7.00,1,1,4,0);
-INSERT INTO products VALUES (17,10,'DVD-SPEED','dvd/speed.gif',39.99, '2007-01-01 00:00:00',null,null,7.00,1,1,4,0);
-INSERT INTO products VALUES (18,10,'DVD-SPEED2','dvd/speed_2.gif',42.00, '2007-01-01 00:00:00',null,null,7.00,1,1,4,0);
-INSERT INTO products VALUES (19,10,'DVD-TSAB','dvd/theres_something_about_mary.gif',49.99, '2007-01-01 00:00:00',null,null,7.00,1,1,4,0);
-INSERT INTO products VALUES (20,10,'DVD-BELOVED','dvd/beloved.gif',54.99, '2007-01-01 00:00:00',null,null,7.00,1,1,3,0);
-INSERT INTO products VALUES (21,16,'PC-SWAT3','sierra/swat_3.gif',79.99, '2007-01-01 00:00:00',null,null,7.00,1,1,7,0);
-INSERT INTO products VALUES (22,13,'PC-UNTM','gt_interactive/unreal_tournament.gif',89.99, '2007-01-01 00:00:00',null,null,7.00,1,1,8,0);
-INSERT INTO products VALUES (23,16,'PC-TWOF','gt_interactive/wheel_of_time.gif',99.99, '2007-01-01 00:00:00',null,null,10.00,1,1,8,0);
-INSERT INTO products VALUES (24,17,'PC-DISC','gt_interactive/disciples.gif',90.00, '2007-01-01 00:00:00',null,null,8.00,1,1,8,0);
-INSERT INTO products VALUES (25,16,'MSINTKB','microsoft/intkeyboardps2.gif',69.99, '2007-01-01 00:00:00',null,null,8.00,1,1,2,0);
-INSERT INTO products VALUES (26,10,'MSIMEXP','microsoft/imexplorer.gif',64.95, '2007-01-01 00:00:00',null,null,8.00,1,1,2,0);
-INSERT INTO products VALUES (27,8,'HPLJ1100XI','hewlett_packard/lj1100xi.gif',499.99, '2007-01-01 00:00:00',null,null,45.00,1,1,9,0);
-
-INSERT INTO products_description VALUES (1,1,'Matrox G200 MMS','Reinforcing its position as a multi-monitor trailblazer, Matrox Graphics Inc. has once again developed the most flexible and highly advanced solution in the industry. Introducing the new Matrox G200 Multi-Monitor Series; the first graphics card ever to support up to four DVI digital flat panel displays on a single 8&quot; PCI board.<br><br>With continuing demand for digital flat panels in the financial workplace, the Matrox G200 MMS is the ultimate in flexible solutions. The Matrox G200 MMS also supports the new digital video interface (DVI) created by the Digital Display Working Group (DDWG) designed to ease the adoption of digital flat panels. Other configurations include composite video capture ability and onboard TV tuner, making the Matrox G200 MMS the complete solution for business needs.<br><br>Based on the award-winning MGA-G200 graphics chip, the Matrox G200 Multi-Monitor Series provides superior 2D/3D graphics acceleration to meet the demanding needs of business applications such as real-time stock quotes (Versus), live video feeds (Reuters & Bloombergs), multiple windows applications, word processing, spreadsheets and CAD.','www.matrox.com/mga/products/g200_mms/home.cfm',0);
-INSERT INTO products_description VALUES (2,1,'Matrox G400 32MB','<b>Dramatically Different High Performance Graphics</b><br><br>Introducing the Millennium G400 Series - a dramatically different, high performance graphics experience. Armed with the industry''s fastest graphics chip, the Millennium G400 Series takes explosive acceleration two steps further by adding unprecedented image quality, along with the most versatile display options for all your 3D, 2D and DVD applications. As the most powerful and innovative tools in your PC''s arsenal, the Millennium G400 Series will not only change the way you see graphics, but will revolutionize the way you use your computer.<br><br><b>Key features:</b><ul><li>New Matrox G400 256-bit DualBus graphics chip</li><li>Explosive 3D, 2D and DVD performance</li><li>DualHead Display</li><li>Superior DVD and TV output</li><li>3D Environment-Mapped Bump Mapping</li><li>Vibrant Color Quality rendering </li><li>UltraSharp DAC of up to 360 MHz</li><li>3D Rendering Array Processor</li><li>Support for 16 or 32 MB of memory</li></ul>','www.matrox.com/mga/products/mill_g400/home.htm',0);
-INSERT INTO products_description VALUES (3,1,'Microsoft IntelliMouse Pro','Every element of IntelliMouse Pro - from its unique arched shape to the texture of the rubber grip around its base - is the product of extensive customer and ergonomic research. Microsoft''s popular wheel control, which now allows zooming and universal scrolling functions, gives IntelliMouse Pro outstanding comfort and efficiency.','www.microsoft.com/hardware/mouse/intellimouse.asp',0);
-INSERT INTO products_description VALUES (4,1,'The Replacement Killers','Regional Code: 2 (Japan, Europe, Middle East, South Africa).<br>Languages: English, Deutsch.<br>Subtitles: English, Deutsch, Spanish.<br>Audio: Dolby Surround 5.1.<br>Picture Format: 16:9 Wide-Screen.<br>Length: (approx) 80 minutes.<br>Other: Interactive Menus, Chapter Selection, Subtitles (more languages).','www.replacement-killers.com',0);
-INSERT INTO products_description VALUES (5,1,'Blade Runner - Director''s Cut','Regional Code: 2 (Japan, Europe, Middle East, South Africa).<br>Languages: English, Deutsch.<br>Subtitles: English, Deutsch, Spanish.<br>Audio: Dolby Surround 5.1.<br>Picture Format: 16:9 Wide-Screen.<br>Length: (approx) 112 minutes.<br>Other: Interactive Menus, Chapter Selection, Subtitles (more languages).','www.bladerunner.com',0);
-INSERT INTO products_description VALUES (6,1,'The Matrix','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch.\r<br>\nAudio: Dolby Surround.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 131 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Making Of.','www.thematrix.com',0);
-INSERT INTO products_description VALUES (7,1,'You''ve Got Mail','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch, Spanish.\r<br>\nSubtitles: English, Deutsch, Spanish, French, Nordic, Polish.\r<br>\nAudio: Dolby Digital 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 115 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','www.youvegotmail.com',0);
-INSERT INTO products_description VALUES (8,1,'A Bug''s Life','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Digital 5.1 / Dobly Surround Stereo.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 91 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','www.abugslife.com',0);
-INSERT INTO products_description VALUES (9,1,'Under Siege','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 98 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (10,1,'Under Siege 2 - Dark Territory','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 98 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (11,1,'Fire Down Below','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 100 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (12,1,'Die Hard With A Vengeance','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 122 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (13,1,'Lethal Weapon','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 100 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (14,1,'Red Corner','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 117 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (15,1,'Frantic','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 115 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (16,1,'Courage Under Fire','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 112 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (17,1,'Speed','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 112 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (18,1,'Speed 2: Cruise Control','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 120 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (19,1,'There''s Something About Mary','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 114 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (20,1,'Beloved','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 164 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (21,1,'SWAT 3: Close Quarters Battle','<b>Windows 95/98</b><br><br>211 in progress with shots fired. Officer down. Armed suspects with hostages. Respond Code 3! Los Angles, 2005, In the next seven days, representatives from every nation around the world will converge on Las Angles to witness the signing of the United Nations Nuclear Abolishment Treaty. The protection of these dignitaries falls on the shoulders of one organization, LAPD SWAT. As part of this elite tactical organization, you and your team have the weapons and all the training necessary to protect, to serve, and \"When needed\" to use deadly force to keep the peace. It takes more than weapons to make it through each mission. Your arsenal includes C2 charges, flashbangs, tactical grenades. opti-Wand mini-video cameras, and other devices critical to meeting your objectives and keeping your men free of injury. Uncompromised Duty, Honor and Valor!','www.swat3.com',0);
-INSERT INTO products_description VALUES (22,1,'Unreal Tournament','From the creators of the best-selling Unreal, comes Unreal Tournament. A new kind of single player experience. A ruthless multiplayer revolution.<br><br>This stand-alone game showcases completely new team-based gameplay, groundbreaking multi-faceted single player action or dynamic multi-player mayhem. It''s a fight to the finish for the title of Unreal Grand Master in the gladiatorial arena. A single player experience like no other! Guide your team of ''bots'' (virtual teamates) against the hardest criminals in the galaxy for the ultimate title - the Unreal Grand Master.','www.unrealtournament.net',0);
-INSERT INTO products_description VALUES (23,1,'The Wheel Of Time','The world in which The Wheel of Time takes place is lifted directly out of Jordan''s pages; it''s huge and consists of many different environments. How you navigate the world will depend largely on which game - single player or multipayer - you''re playing. The single player experience, with a few exceptions, will see Elayna traversing the world mainly by foot (with a couple notable exceptions). In the multiplayer experience, your character will have more access to travel via Ter''angreal, Portal Stones, and the Ways. However you move around, though, you''ll quickly discover that means of locomotion can easily become the least of the your worries...<br><br>During your travels, you quickly discover that four locations are crucial to your success in the game. Not surprisingly, these locations are the homes of The Wheel of Time''s main characters. Some of these places are ripped directly from the pages of Jordan''s books, made flesh with Legend''s unparalleled pixel-pushing ways. Other places are specific to the game, conceived and executed with the intent of expanding this game world even further. Either way, they provide a backdrop for some of the most intense first person action and strategy you''ll have this year.','www.wheeloftime.com',0);
-INSERT INTO products_description VALUES (24,1,'Disciples: Sacred Lands','A new age is dawning...<br><br>Enter the realm of the Sacred Lands, where the dawn of a New Age has set in motion the most momentous of wars. As the prophecies long foretold, four races now clash with swords and sorcery in a desperate bid to control the destiny of their gods. Take on the quest as a champion of the Empire, the Mountain Clans, the Legions of the Damned, or the Undead Hordes and test your faith in battles of brute force, spellbinding magic and acts of guile. Slay demons, vanquish giants and combat merciless forces of the dead and undead. But to ensure the salvation of your god, the hero within must evolve.<br><br>The day of reckoning has come... and only the chosen will survive.','',0);
-INSERT INTO products_description VALUES (25,1,'Microsoft Internet Keyboard PS/2','The Internet Keyboard has 10 Hot Keys on a comfortable standard keyboard design that also includes a detachable palm rest. The Hot Keys allow you to browse the web, or check e-mail directly from your keyboard. The IntelliType Pro software also allows you to customize your hot keys - make the Internet Keyboard work the way you want it to!','',0);
-INSERT INTO products_description VALUES (26,1,'Microsoft IntelliMouse Explorer','Microsoft introduces its most advanced mouse, the IntelliMouse Explorer! IntelliMouse Explorer features a sleek design, an industrial-silver finish, a glowing red underside and taillight, creating a style and look unlike any other mouse. IntelliMouse Explorer combines the accuracy and reliability of Microsoft IntelliEye optical tracking technology, the convenience of two new customizable function buttons, the efficiency of the scrolling wheel and the comfort of expert ergonomic design. All these great features make this the best mouse for the PC!','www.microsoft.com/hardware/mouse/explorer.asp',0);
-INSERT INTO products_description VALUES (27,1,'Hewlett Packard LaserJet 1100Xi','HP has always set the pace in laser printing technology. The new generation HP LaserJet 1100 series sets another impressive pace, delivering a stunning 8 pages per minute print speed. The 600 dpi print resolution with HP''s Resolution Enhancement technology (REt) makes every document more professional.<br><br>Enhanced print speed and laser quality results are just the beginning. With 2MB standard memory, HP LaserJet 1100xi users will be able to print increasingly complex pages. Memory can be increased to 18MB to tackle even more complex documents with ease. The HP LaserJet 1100xi supports key operating systems including Windows 3.1, 3.11, 95, 98, NT 4.0, OS/2 and DOS. Network compatibility available via the optional HP JetDirect External Print Servers.<br><br>HP LaserJet 1100xi also features The Document Builder for the Web Era from Trellix Corp. (featuring software to create Web documents).','www.pandi.hp.com/pandi-db/prodinfo.main?product=laserjet1100',0);
-INSERT INTO products_description VALUES (1,2,'Matrox G200 MMS','<b>Unterst�tzung f�r zwei bzw. vier analoge oder digitale Monitore</b><br><br>\r\nDie Matrox G200 Multi-Monitor-Serie f�hrt die bew�hrte Matrox Tradition im Multi-Monitor- Bereich fort und bietet flexible und fortschrittliche L�sungen.Matrox stellt als erstes Unternehmen einen vierfachen digitalen PanelLink� DVI Flachbildschirm Ausgang zur Verf�gung. Mit den optional erh�ltlichen TV Tuner und Video-Capture M�glichkeiten stellt die Matrox G200 MMS eine alles umfassende Mehrschirm-L�sung dar.<br><br>\r\n<b>Leistungsmerkmale:</b>\r\n<ul>\r\n<li>Preisgekr�nter Matrox G200 128-Bit Grafikchip</li>\r\n<li>Schneller 8 MB SGRAM-Speicher pro Kanal</li>\r\n<li>Integrierter, leistungsstarker 250 MHz RAMDAC</li>\r\n<li>Unterst�tzung f�r bis zu 16 Bildschirme �ber 4 Quad-Karten (unter Win NT,ab Treiber 4.40)</li>\r\n<li>Unterst�tzung von 9 Monitoren unter Win 98</li>\r\n<li>2 bzw. 4 analoge oder digitale Ausgabekan�le pro PCI-Karte</li>\r\n<li>Desktop-Darstellung von 1800 x 1440 oder 1920 x 1200 pro Chip</li>\r\n<li>Anschlu�m�glichkeit an einen 15-poligen VGA-Monitor oder an einen 30-poligen digitalen DVI-Flachbildschirm plus integriertem Composite-Video-Eingang (bei der TV-Version)</li>\r\n<li>PCI Grafikkarte, kurze Baul�nge</li>\r\n<li>Treiberunterst�tzung: Windows� 2000, Windows NT� und Windows� 98</li>\r\n<li>Anwendungsbereiche: B�rsenumgebung mit zeitgleich gro�em Visualisierungsbedarf, Video�berwachung, Video-Conferencing</li>\r\n</ul>','www.matrox.com/mga/deutsch/products/g200_mms/home.cfm',0);
-INSERT INTO products_description VALUES (2,2,'Matrox G400 32 MB','<b>Neu! Matrox G400 &quot;all inclusive&quot; und vieles mehr...</b><br><br>\r\nDie neue Millennium G400-Serie - Hochleistungsgrafik mit dem sensationellen Unterschied. Ausgestattet mit dem neu eingef�hrten Matrox G400 Grafikchip, bietet die Millennium G400-Serie eine �berragende Beschleunigung inklusive bisher nie dagewesener Bildqualitat und enorm flexibler Darstellungsoptionen bei allen Ihren 3D-, 2D- und DVD-Anwendungen.<br><br>\r\n<ul>\r\n<li>DualHead Display und TV-Ausgang</li>\r\n<li>Environment Mapped Bump Mapping</li>\r\n<li>Matrox G400 256-Bit DualBus</li>\r\n<li>3D Rendering Array Prozessor</li>\r\n<li>Vibrant Color Quality� (VCQ�)</li>\r\n<li>UltraSharp DAC</li>\r\n</ul>\r\n<i>&quot;Bleibt abschlie�end festzustellen, da� die Matrox Millennium G400 Max als Allroundkarte f�r den Highend-PC derzeit unerreicht ist. Das ergibt den Testsieg und unsere w�rmste Empfehlung.&quot;</i><br>\r\n<b>GameStar 8/99 (S.184)</b>','www.matrox.com/mga/deutsch/products/mill_g400/home.cfm',0);
-INSERT INTO products_description VALUES (3,2,'Microsoft IntelliMouse Pro','Die IntelliMouse Pro hat mit der IntelliRad-Technologie einen neuen Standard gesetzt. Anwenderfreundliche Handhabung und produktiveres Arbeiten am PC zeichnen die IntelliMouse aus. Die gew�lbte Oberseite pa�t sich nat�rlich in die Handfl�che ein, die geschwungene Form erleichtert das Bedienen der Maus. Sie ist sowohl f�r Rechts- wie auch f�r Linksh�nder geeignet. Mit dem Rad der IntelliMouse kann der Anwender einfach und komfortabel durch Dokumente navigieren.<br><br>\r\n<b>Eigenschaften:</b>\r\n<ul>\r\n<li><b>ANSCHLUSS:</b> PS/2</li>\r\n<li><b>FARBE:</b> wei�</li>\r\n<li><b>TECHNIK:</b> Mauskugel</li>\r\n<li><b>TASTEN:</b> 3 (incl. Scrollrad)</li>\r\n<li><b>SCROLLRAD:</b> Ja</li>\r\n</ul>','',0);
-INSERT INTO products_description VALUES (4,2,'Die Ersatzkiller','Originaltitel: &quot;The Replacement Killers&quot;<br><br>\r\nRegional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 80 minutes.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\n(USA 1998). Til Schweiger schie�t auf Hongkong-Star Chow Yun-Fat (&quot;Anna und der K�nig&quot;) � ein Fehler ...','www.replacement-killers.com',0);
-INSERT INTO products_description VALUES (5,2,'Blade Runner - Director''s Cut','Regional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 112 minutes.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\n<b>Sci-Fi-Klassiker, USA 1983, 112 Min.</b><br><br>\r\nLos Angeles ist im Jahr 2019 ein Hexenkessel. Dauerregen und Smog tauchen den �berbev�lkerten Moloch in ewige D�mmerung. Polizeigleiter schwirren durch die Luft und �berwachen das grelle Ethnogemisch, das sich am Fu�e 400st�ckiger Stahlbeton-Pyramiden tummelt. Der abgehalfterte Ex-Cop und \"Blade Runner\" Rick Deckard ist Spezialist f�r die Beseitigung von Replikanten, k�nstlichen Menschen, geschaffen f�r harte Arbeit auf fremden Planeten. Nur ihm kann es gelingen, vier fl�chtige, hochintelligente \"Nexus 6\"-Spezialmodelle zu stellen. Die sind mit ihrem starken und brandgef�hrlichen Anf�hrer Batty auf der Suche nach ihrem Sch�pfer. Er soll ihnen eine l�ngere Lebenszeit schenken. Das mu� Rick Deckard verhindern.  Als sich der eiskalte J�ger in Rachel, die Sekret�rin seines Auftraggebers, verliebt, ger�t sein Weltbild jedoch ins Wanken. Er entdeckt, da� sie - vielleicht wie er selbst - ein Replikant ist ...<br><br>\r\nDie Konfrontation des Menschen mit \"Realit�t\" und \"Virtualit�t\" und das verstrickte Spiel mit get�rkten Erinnerungen zieht sich als roter Faden durch das Werk von Autor Philip K. Dick (\"Die totale Erinnerung\"). Sein Roman \"Tr�umen Roboter von elektrischen Schafen?\" liefert die Vorlage f�r diesen doppelb�digen Thriller, der den Zuschauer mit faszinierenden\r\nZukunftsvisionen und der gigantischen Kulisse des Gro�stadtmolochs gefangen nimmt.','www.bladerunner.com',0);
-INSERT INTO products_description VALUES (6,2,'Matrix','Originaltitel: &quot;The Matrix&quot;<br><br>\r\nRegional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 136 minuten.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\n(USA 1999) Der Geniestreich der Wachowski-Br�der. In dieser technisch perfekten Utopie k�mpft Hacker Keanu Reeves gegen die Diktatur der Maschinen...','www.whatisthematrix.com',0);
-INSERT INTO products_description VALUES (7,2,'e-m @ il f�r Dich','Original: &quot;You''ve got mail&quot;<br>\r\nRegional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 112 minutes.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\n(USA 1998) von Nora Ephron (&qout;Schlaflos in Seattle&quot;). Meg Ryan und Tom Hanks kn�pfen per E-Mail zarte Bande. Dass sie sich schon kennen, ahnen sie nicht ...','www.youvegotmail.com',0);
-INSERT INTO products_description VALUES (8,2,'Das Gro�e Krabbeln','Originaltitel: &quot;A Bug''s Life&quot;<br><br>\r\nRegional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 96 minuten.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\n(USA 1998). Ameise Flik zettelt einen Aufstand gegen gefr��ige Grash�pfer an ... Eine fantastische Computeranimation des \"Toy Story\"-Teams. ','www.abugslife.com',0);
-INSERT INTO products_description VALUES (9,2,'Alarmstufe: Rot','Originaltitel: &quot;Under Siege&quot;<br><br>\r\nRegional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 96 minuten.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\n<b>Actionthriller. Smutje Steven Seagal versalzt Schurke Tommy Lee Jones die Suppe</b><br><br>\r\nKatastrophe ahoi: Kurz vor Ausmusterung der \"U.S.S. Missouri\" kapert die High-tech-Bande von Ex-CIA-Agent Strannix (Tommy Lee Jones) das Schlachtschiff. Strannix will die Nuklearraketen des Kreuzers klauen und verscherbeln. Mit Hilfe des irren Ersten Offiziers Krill (lustig: Gary Busey) killen die Gangster den K�pt�n und sperren seine Crew unter Deck. Bl�d, dass sie dabei Schiffskoch Rybak (Steven Seagal) vergessen. Der Ex-Elitek�mpfer knipst einen Schurken nach dem anderen aus. Eine Verb�ndete findet er in Stripperin Jordan (Ex-\"Baywatch\"-Biene Erika Eleniak). Die sollte eigentlich aus K�pt�ns Geburtstagstorte h�pfen ... Klar: Seagal ist kein Edelmime. Daf�r ist Regisseur Andrew Davis (\"Auf der Flucht\") ein K�nner: Er w�rzt die Action-Orgie mit Ironie und nutzt die imposante Schiffskulisse voll aus. F�r Effekte und Ton gab es 1993 Oscar-Nominierungen. ','',0);
-INSERT INTO products_description VALUES (10,2,'Alarmstufe: Rot 2','Originaltitel: &quot;Under Siege 2: Dark Territory&quot;<br><br>\r\nRegional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 96 minuten.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\n(USA �95). Von einem gekaperten Zug aus �bernimmt Computerspezi Dane die Kontrolle �ber einen Kampfsatelliten und erpresst das Pentagon. Aber auch Ex-Offizier Ryback (Steven Seagal) ist im Zug ...\r\n','',0);
-INSERT INTO products_description VALUES (11,2,'Fire Down Below','Regional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 96 minuten.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\nEin mysteri�ser Mordfall f�hrt den Bundesmarschall Jack Taggert in eine Kleinstadt im US-Staat Kentucky. Doch bei seinen Ermittlungen st��t er auf eine Mauer des Schweigens. Angst beherrscht die Stadt, und alle Spuren f�hren zu dem undurchsichtigen Minen-Tycoon Orin Hanner. Offenbar werden in der friedlichen Berglandschaft gigantische Mengen Giftm�lls verschoben, mit unkalkulierbaren Risiken. Um eine Katastrophe zu verhindern, r�umt Taggert gnadenlos auf ...','',0);
-INSERT INTO products_description VALUES (12,2,'Stirb Langsam - Jetzt Erst Recht','Originaltitel: &quot;Die Hard With A Vengeance&quot;<br><br>\r\nRegional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 96 minuten.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\nSo explosiv, so spannend, so rasant wie nie zuvor: Bruce Willis als Detectiv John McClane in einem Action-Thriller der Superlative! Das ist heute nicht McClanes Tag. Seine Frau hat ihn verlassen, sein Bo� hat ihn vom Dienst suspendiert und irgendein Verr�ckter hat ihn gerade zum Gegenspieler in einem teuflischen Spiel erkoren - und der Einsatz ist New York selbst. Ein Kaufhaus ist explodiert, doch das ist nur der Auftakt. Der geniale Superverbrecher Simon droht, die ganze Stadt St�ck f�r St�ck in die Luft zu sprengen, wenn McClane und sein Partner wider Willen seine explosiven\" R�tsel nicht l�sen. Eine m�rderische Hetzjagd quer durch New York beginnt - bis McClane merkt, da� der Bombenterror eigentlich nur ein brillantes Ablenkungsman�ver ist...!<br><i>\"Perfekt gemacht und stark besetzt. Das Action-Highlight des Jahres!\"</i> <b>(Bild)</b>','',0);
-INSERT INTO products_description VALUES (13,2,'Zwei stahlharte Profis','Originaltitel: &quot;Lethal Weapon&quot;<br><br>\r\nRegional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 96 minuten.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\nSie sind beide Cops in L.A.. Sie haben beide in Vietnam f�r eine Spezialeinheit gek�mpft. Und sie hassen es beide, mit einem Partner arbeiten zu m�ssen. Aber sie sind Partner: Martin Riggs, der Mann mit dem Todeswunsch, f�r wen auch immer. Und Roger Murtaugh, der besonnene Polizist. Gemeinsam enttarnen sie einen gigantischen Heroinschmuggel, hinter dem sich eine Gruppe ehemaliger CIA-S�ldner verbirgt. Eine Killerbande gegen zwei Profis ...','',0);
-INSERT INTO products_description VALUES (14,2,'Labyrinth ohne Ausweg','Originaltitel: &quot;Red Corner&quot;<br><br>\r\nRegional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 96 minuten.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\nDem Amerikaner Jack Moore wird in China der bestialische Mord an einem Fotomodel angeh�ngt. Brutale Gef�ngnisschergen versuchen, ihn durch Folter zu einem Gest�ndnis zu zwingen. Vor Gericht fordert die Anklage die Todesstrafe - Moore''s Schicksal scheint besiegelt. Durch einen Zufall gelingt es ihm, aus der Haft zu fliehen, doch aus der feindseligen chinesischen Hauptstadt gibt es praktisch kein Entkommen ...','',0);
-INSERT INTO products_description VALUES (15,2,'Frantic','Originaltitel: &quot;Frantic&quot;<br><br>\r\nRegional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 96 minuten.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\nEin romantischer Urlaub in Paris, der sich in einen Alptraum verwandelt. Ein Mann auf der verzweifelten Suche nach seiner entf�hrten Frau. Ein d�ster-bedrohliches Paris, in dem nur ein Mensch Licht in die t�dliche Aff�re bringen kann.','',0);
-INSERT INTO products_description VALUES (18,2,'Speed 2: Cruise Control','Originaltitel: &quot;Speed 2 - Cruise Control&quot;<br><br>\r\nRegional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 96 minuten.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\nHalten Sie ihre Schwimmwesten bereit, denn die actiongeladene Fortsetzung von Speed begibt sich auf Hochseekurs. Erleben Sie Sandra Bullock erneut in ihrer Star-Rolle als Annie Porter. Die Karibik-Kreuzfahrt mit ihrem Freund Alex entwickelt sich unaufhaltsam zur rasenden Todesfahrt, als ein wahnsinniger Computer-Spezialist den Luxusliner in seine Gewalt bringt und auf einen m�rderischen Zerst�rungskurs programmiert. Eine hochexplosive Reise, bei der kein geringerer als Action-Spezialist Jan De Bont das Ruder in die Hand nimmt. Speed 2: Cruise Controll l��t ihre Adrenalin-Wellen in rasender Geschwindigkeit ganz nach oben schnellen.','',0);
-INSERT INTO products_description VALUES (19,2,'Verr�ckt nach Mary','Originaltitel: &quot;There''s Something About Mary&quot;<br><br>\r\nRegional Code: 2 (Japan, Europe, Middle East, South Africa).<br>\r\nSprachen: English, Deutsch.<br>\r\nUntertitel: English, Deutsch, Spanish.<br>\r\nAudio: Dolby Surround 5.1.<br>\r\nBildformat: 16:9 Wide-Screen.<br>\r\nDauer: (approx) 96 minuten.<br>\r\nAu�erdem: Interaktive Menus, Kapitelauswahl, Untertitel.<br><br>\r\n13 Jahre nachdem Teds Rendezvous mit seiner angebeteten Mary in einem peinlichen Fiasko endete, tr�umt er immer noch von ihr und engagiert den windigen Privatdetektiv Healy um sie aufzusp�ren. Der findet Mary in Florida und verliebt sich auf den ersten Blick in die atemberaubende Traumfrau. Um Ted als Nebenbuhler auszuschalten, tischt er ihm dicke L�gen �ber Mary auf. Ted l��t sich jedoch nicht abschrecken, eilt nach Miami und versucht nun alles, um Healy die Balztour zu vermasseln. Doch nicht nur Healy ist verr�ckt nach Mary und Ted bekommt es mit einer ganzen Legion liebeskranker Konkurrenten zu tun ...','',0);
-INSERT INTO products_description VALUES (22,2,'Unreal Tournament','2341: Die Gewalt ist eine Lebensweise, die sich ihren Weg durch die dunklen Risse der Gesellschaft bahnt. Sie bedroht die Macht und den Einfluss der regierenden Firmen, die schnellstens ein Mittel finden m�ssen, die tobenden Massen zu bes�nftigen - ein profitables Mittel ... Gladiatorenk�mpfe sind die L�sung. Sie sollen den Durst der Menschen nach Blut stillen und sind die perfekte Gelegenheit, die Aufst�ndischen, Kriminellen und Aliens zu beseitigen, die die Firmenelite bedrohen.<br><br>\r\nDas Turnier war geboren - ein Kampf auf Leben und Tod. Galaxisweit live und in Farbe! K�mpfen Sie f�r Freiheit, Ruhm und Ehre. Sie m�ssen stark, schnell und geschickt sein ... oder Sie bleiben auf der Strecke.<br><br>\r\nK�mpfen Sie allein oder kommandieren Sie ein Team gegen Armeen unbarmherziger Krieger, die alle nur ein Ziel vor Augen haben: Die Arenen lebend zu verlassen und sich dem Grand Champion zu stellen ... um ihn dann zu bezwingen!<br><br>\r\n<b>Features:</b>\r\n<ul>\r\n<li>Auf dem PC mehrfach als Spiel des Jahres ausgezeichnet!</li>\r\n<li>Mehr als 50 faszinierende Level - verlassene Raumstationen, gotische Kathedralen und graffitibedeckte Gro�st�dte.</li>\r\n<li>Vier actionreiche Spielmodi - Deathmatch, Capture the Flag, Assault und Domination werden Ihren Adrenalinpegel in die H�he schnellen lassen.</li>\r\n<li>Dramatische Mehrspieler-K�mpfe mit 2, 3 und 4 Spielern, auch �ber das Netzwerk</li>\r\n<li>Gnadenlos aggressive Computergegner verlangen Ihnen das �u�erste ab.</li>\r\n<li>Neuartiges Benutzerinterface und verbesserte Steuerung - auch mit USB-Maus und -Tastatur spielbar.</li>\r\n</ul>\r\nDer Nachfolger des Actionhits \"Unreal\" verspricht ein leichtes, intuitives Interface, um auch Einsteigern schnellen Zugang zu den Duellen gegen die Bots zu erm�glichen. Mit diesen KI-Kriegern kann man auch Teams bilden und im umfangreichen Multiplayermodus ohne Onlinekosten in den Kampf ziehen. 35 komplett neue Arenen und das erweiterte Waffenangebot bilden dazu den w�rdigen Rahmen.','www.unrealtournament.net',0);
-INSERT INTO products_description VALUES (23,2,'The Wheel Of Time','<b><i>\"Wheel Of Time\"(Das Rad der Zeit)</i></b> basiert auf den Fantasy-Romanen von Kultautor Robert Jordan und stellt einen einzigartigen Mix aus Strategie-, Action- und Rollenspielelementen dar. Obwohl die Welt von \"Wheel of Time\" eng an die literarische Vorlage der Romane angelehnt ist, erz�hlt das Spiel keine lineare Geschichte. Die Story entwickelt sich abh�ngig von den Aktionen der Spieler, die jeweils die Rollen der Hauptcharaktere aus dem Roman �bernehmen. Jede Figur hat den Oberbefehl �ber eine gro�e Gefolgschaft, milit�rische Einheiten und L�ndereien. Die Spieler k�nnen ihre eigenen Festungen konstruieren, individuell ausbauen, von dort aus das umliegende Land erforschen, magische Gegenst�nde sammeln oder die gegnerischen Zitadellen erst�rmen. Selbstverst�ndlich kann man sich auch �ber LAN oder Internet gegenseitig Truppen auf den Hals hetzen und die Festungen seiner Mitspieler in Schutt und Asche legen. Dreh- und Anlegepunkt von \"Wheel of Time\" ist der Kampf um die finstere Macht \"The Dark One\", die vor langer Zeit die Menschheit beinahe ins Verderben st�rzte und nur mit Hilfe gewaltiger magischer Energie verbannt werden konnte. \"The Amyrlin Seat\" und \"The Children of the Night\" k�mpfen nur gegen \"The Forsaken\" und \"The Hound\" um den Besitz des Schl�ssels zu \"Shayol Ghul\" - dem magischen Siegel, mit dessen Hilfe \"The Dark One\" seinerzeit gebannt werden konnte.<br><br>\r\n<b>Features:</b> \r\n<ul>\r\n<li>Ego-Shooter mit Strategie-Elementen</li>\r\n<li>Spielumgebung in Echtzeit-3D</li>\r\n<li>Konstruktion aud Ausbau der eigenen Festung</li>\r\n<li>Einsatz von �ber 100 Artefakten und Zauberspr�chen</li>\r\n<li>Single- und Multiplayermodus</li>\r\n</ul>\r\nIm Mittelpunkt steht der Kampf gegen eine finstere Macht namens The Dark One. Deren Schergen m�ssen mit dem Einsatz von �ber 100 Artefakten und Zaubereien wie Blitzschlag oder Teleportation aus dem Weg ger�umt werden. Die opulente 3D-Grafik verbindet Strategie- und Rollenspielelemente. \r\n\r\n<b>Voraussetzungen</b>\r\nmind. P200, 32MB RAM, 4x CD-Rom, Win95/98, DirectX 5.0 komp.Grafikkarte und Soundkarte. ','www.wheeloftime.com',0);
-INSERT INTO products_description VALUES (24,2,'Disciples: Sacred Land','Rundenbasierende Fantasy/RTS-Strategie mit gutem Design (vor allem die Levels, 4 versch. Rassen, tolle Einheiten), fantastischer Atmosph�re und exzellentem Soundtrack. Grafisch leider auf das Niveau von 1990.','www.strategyfirst.com/disciples/welcome.html',0);
-INSERT INTO products_description VALUES (25,2,'Microsoft Internet Tastatur PS/2','<i>Microsoft Internet Keyboard,Windows-Tastatur mit 10 zus�tzl. Tasten,2 selbst programmierbar, abnehmbareHandgelenkauflage. Treiber im Lieferumfang.</i><br><br>\r\nEin-Klick-Zugriff auf das Internet und vieles mehr! Das Internet Keyboard verf�gt �ber 10 zus�tzliche Abk�rzungstasten auf einer benutzerfreundlichen Standardtastatur, die dar�ber hinaus eine abnehmbare Handballenauflage aufweist. �ber die Abk�rzungstasten k�nnen Sie durch das Internet surfen oder direkt von der Tastatur aus auf E-Mails zugreifen. Die IntelliType Pro-Software erm�glicht au�erdem das individuelle Belegen der Tasten.','',0);
-INSERT INTO products_description VALUES (26,2,'Microsof IntelliMouse Explorer','Die IntelliMouse Explorer �berzeugt durch ihr modernes Design mit silberfarbenem Geh�use, sowie rot schimmernder Unter- und R�ckseite. Die neuartige IntelliEye-Technologie sorgt f�r eine noch nie dagewesene Pr�zision, da statt der beweglichen Teile (zum Abtasten der Bewegungs�nderungen an der Unterseite der Maus) ein optischer Sensor die Bewegungen der Maus erfa�t. Das Herzst�ck der Microsoft IntelliEye-Technologie ist ein kleiner Chip, der einen optischen Sensor und einen digitalen Signalprozessor (DSP) enth�lt.<br><br>\r\nDa auf bewegliche Teile, die Staub, Schmutz und Fett aufnehmen k�nnen, verzichtet wurde, mu� die IntelliMouse Explorer nicht mehr gereinigt werden. Dar�ber hinaus arbeitet die IntelliMouse Explorer auf nahezu jeder Arbeitsoberfl�che, so da� kein Mauspad mehr erforderlich ist. Mit dem Rad und zwei neuen zus�tzlichen Maustasten erm�glicht sie effizientes und komfortables Arbeiten am PC.<br><br>\r\n<b>Eigenschaften:</b>\r\n<ul>\r\n<li><b>ANSCHLUSS:</b> USB (PS/2-Adapter enthalten)</li>\r\n<li><b>FARBE:</b> metallic-grau</li>\r\n<li><b>TECHNIK:</b> Optisch (Akt.: ca. 1500 Bilder/s)</li>\r\n<li><b>TASTEN:</b> 5 (incl. Scrollrad)</li>\r\n<li><b>SCROLLRAD:</b> Ja</li>\r\n</ul>\r\n<i><b>BEMERKUNG:</b><br>Keine Reinigung bewegter Teile mehr notwendig, da statt der Mauskugel ein Fotoempf�nger benutzt wird.</i>','',0);
-INSERT INTO products_description VALUES (27,2,'Hewlett-Packard LaserJet 1100Xi','<b>HP LaserJet f�r mehr Produktivit�t und Flexibilit�t am Arbeitsplatz</b><br><br>\r\nDer HP LaserJet 1100Xi Drucker verbindet exzellente Laserdruckqualit�t mit hoher Geschwindigkeit f�r mehr Effizienz.<br><br>\r\n<b>Zielkunden</b>\r\n<ul><li>Einzelanwender, die Wert auf professionelle Ausdrucke in Laserqualit�t legen und schnelle Ergebnisse auch bei komplexen Dokumenten erwarten.</li>\r\n<li>Der HP LaserJet 1100 sorgt mit gestochen scharfen Texten und Grafiken f�r ein professionelles Erscheinungsbild Ihrer Arbeit und Ihres Unternehmens. Selbst bei komplexen Dokumenten liefert er schnelle Ergebnisse. Andere Medien - wie z.B. Transparentfolien und Briefumschl�ge, etc. - lassen sich problemlos bedrucken. Somit ist der HP LaserJet 1100 ein Multifunktionstalent im B�roalltag.</li>\r\n</ul>\r\n<b>Eigenschaften</b>\r\n<ul>\r\n<li><b>Druckqualit�t</b> Schwarzwei�: 600 x 600 dpi</li>\r\n<li><b>Monatliche Druckleistung</b> Bis zu 7000 Seiten</li>\r\n<li><b>Speicher</b> 2 MB Standardspeicher, erweiterbar auf 18 MB</li>\r\n<li><b>Schnittstelle/gemeinsame Nutzung</b> Parallel, IEEE 1284-kompatibel</li>\r\n<li><b>Softwarekompatibilit�t</b> DOS/Win 3.1x/9x/NT 4.0</li>\r\n<li><b>Papierzuf�hrung</b> 125-Blatt-Papierzuf�hrung</li>\r\n<li><b>Druckmedien</b> Normalpapier, Briefumschl�ge, Transparentfolien, kartoniertes Papier, Postkarten und Etiketten</li>\r\n<li><b>Netzwerkf�hig</b> �ber HP JetDirect PrintServer</li>\r\n<li><b>Lieferumfang</b> HP LaserJet 1100Xi Drucker (Lieferumfang: Drucker, Tonerkassette, 2 m Parallelkabel, Netzkabel, Kurzbedienungsanleitung, Benutzerhandbuch, CD-ROM, 3,5\"-Disketten mit Windows� 3.1x, 9x, NT 4.0 Treibern und DOS-Dienstprogrammen)</li>\r\n<li><b>Gew�hrleistung</b> Ein Jahr</li>\r\n</ul>\r\n','www.hp.com',0);
-INSERT INTO products_description VALUES (1,3,'Matrox G200 MMS','Reinforcing its position as a multi-monitor trailblazer, Matrox Graphics Inc. has once again developed the most flexible and highly advanced solution in the industry. Introducing the new Matrox G200 Multi-Monitor Series; the first graphics card ever to support up to four DVI digital flat panel displays on a single 8&quot; PCI board.<br><br>With continuing demand for digital flat panels in the financial workplace, the Matrox G200 MMS is the ultimate in flexible solutions. The Matrox G200 MMS also supports the new digital video interface (DVI) created by the Digital Display Working Group (DDWG) designed to ease the adoption of digital flat panels. Other configurations include composite video capture ability and onboard TV tuner, making the Matrox G200 MMS the complete solution for business needs.<br><br>Based on the award-winning MGA-G200 graphics chip, the Matrox G200 Multi-Monitor Series provides superior 2D/3D graphics acceleration to meet the demanding needs of business applications such as real-time stock quotes (Versus), live video feeds (Reuters & Bloombergs), multiple windows applications, word processing, spreadsheets and CAD.','www.matrox.com/mga/products/g200_mms/home.cfm',0);
-INSERT INTO products_description VALUES (2,3,'Matrox G400 32MB','<b>Dramatically Different High Performance Graphics</b><br><br>Introducing the Millennium G400 Series - a dramatically different, high performance graphics experience. Armed with the industry''s fastest graphics chip, the Millennium G400 Series takes explosive acceleration two steps further by adding unprecedented image quality, along with the most versatile display options for all your 3D, 2D and DVD applications. As the most powerful and innovative tools in your PC''s arsenal, the Millennium G400 Series will not only change the way you see graphics, but will revolutionize the way you use your computer.<br><br><b>Key features:</b><ul><li>New Matrox G400 256-bit DualBus graphics chip</li><li>Explosive 3D, 2D and DVD performance</li><li>DualHead Display</li><li>Superior DVD and TV output</li><li>3D Environment-Mapped Bump Mapping</li><li>Vibrant Color Quality rendering </li><li>UltraSharp DAC of up to 360 MHz</li><li>3D Rendering Array Processor</li><li>Support for 16 or 32 MB of memory</li></ul>','www.matrox.com/mga/products/mill_g400/home.htm',0);
-INSERT INTO products_description VALUES (3,3,'Microsoft IntelliMouse Pro','Every element of IntelliMouse Pro - from its unique arched shape to the texture of the rubber grip around its base - is the product of extensive customer and ergonomic research. Microsoft''s popular wheel control, which now allows zooming and universal scrolling functions, gives IntelliMouse Pro outstanding comfort and efficiency.','www.microsoft.com/hardware/mouse/intellimouse.asp',0);
-INSERT INTO products_description VALUES (4,3,'The Replacement Killers','Regional Code: 2 (Japan, Europe, Middle East, South Africa).<br>Languages: English, Deutsch.<br>Subtitles: English, Deutsch, Spanish.<br>Audio: Dolby Surround 5.1.<br>Picture Format: 16:9 Wide-Screen.<br>Length: (approx) 80 minutes.<br>Other: Interactive Menus, Chapter Selection, Subtitles (more languages).','www.replacement-killers.com',0);
-INSERT INTO products_description VALUES (5,3,'Blade Runner - Director''s Cut','Regional Code: 2 (Japan, Europe, Middle East, South Africa).<br>Languages: English, Deutsch.<br>Subtitles: English, Deutsch, Spanish.<br>Audio: Dolby Surround 5.1.<br>Picture Format: 16:9 Wide-Screen.<br>Length: (approx) 112 minutes.<br>Other: Interactive Menus, Chapter Selection, Subtitles (more languages).','www.bladerunner.com',0);
-INSERT INTO products_description VALUES (6,3,'The Matrix','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch.\r<br>\nAudio: Dolby Surround.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 131 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Making Of.','www.thematrix.com',0);
-INSERT INTO products_description VALUES (7,3,'You''ve Got Mail','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch, Spanish.\r<br>\nSubtitles: English, Deutsch, Spanish, French, Nordic, Polish.\r<br>\nAudio: Dolby Digital 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 115 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','www.youvegotmail.com',0);
-INSERT INTO products_description VALUES (8,3,'A Bug''s Life','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Digital 5.1 / Dobly Surround Stereo.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 91 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','www.abugslife.com',0);
-INSERT INTO products_description VALUES (9,3,'Under Siege','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 98 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (10,3,'Under Siege 2 - Dark Territory','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 98 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (11,3,'Fire Down Below','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 100 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (12,3,'Die Hard With A Vengeance','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 122 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (13,3,'Lethal Weapon','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 100 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (14,3,'Red Corner','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 117 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (15,3,'Frantic','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 115 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (16,3,'Courage Under Fire','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 112 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (17,3,'Speed','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 112 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (18,3,'Speed 2: Cruise Control','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 120 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (19,3,'There''s Something About Mary','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 114 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (20,3,'Beloved','Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r<br>\nLanguages: English, Deutsch.\r<br>\nSubtitles: English, Deutsch, Spanish.\r<br>\nAudio: Dolby Surround 5.1.\r<br>\nPicture Format: 16:9 Wide-Screen.\r<br>\nLength: (approx) 164 minutes.\r<br>\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).','',0);
-INSERT INTO products_description VALUES (21,3,'SWAT 3: Close Quarters Battle','<b>Windows 95/98</b><br><br>211 in progress with shots fired. Officer down. Armed suspects with hostages. Respond Code 3! Los Angles, 2005, In the next seven days, representatives from every nation around the world will converge on Las Angles to witness the signing of the United Nations Nuclear Abolishment Treaty. The protection of these dignitaries falls on the shoulders of one organization, LAPD SWAT. As part of this elite tactical organization, you and your team have the weapons and all the training necessary to protect, to serve, and \"When needed\" to use deadly force to keep the peace. It takes more than weapons to make it through each mission. Your arsenal includes C2 charges, flashbangs, tactical grenades. opti-Wand mini-video cameras, and other devices critical to meeting your objectives and keeping your men free of injury. Uncompromised Duty, Honor and Valor!','www.swat3.com',0);
-INSERT INTO products_description VALUES (22,3,'Unreal Tournament','From the creators of the best-selling Unreal, comes Unreal Tournament. A new kind of single player experience. A ruthless multiplayer revolution.<br><br>This stand-alone game showcases completely new team-based gameplay, groundbreaking multi-faceted single player action or dynamic multi-player mayhem. It''s a fight to the finish for the title of Unreal Grand Master in the gladiatorial arena. A single player experience like no other! Guide your team of ''bots'' (virtual teamates) against the hardest criminals in the galaxy for the ultimate title - the Unreal Grand Master.','www.unrealtournament.net',0);
-INSERT INTO products_description VALUES (23,3,'The Wheel Of Time','The world in which The Wheel of Time takes place is lifted directly out of Jordan''s pages; it''s huge and consists of many different environments. How you navigate the world will depend largely on which game - single player or multipayer - you''re playing. The single player experience, with a few exceptions, will see Elayna traversing the world mainly by foot (with a couple notable exceptions). In the multiplayer experience, your character will have more access to travel via Ter''angreal, Portal Stones, and the Ways. However you move around, though, you''ll quickly discover that means of locomotion can easily become the least of the your worries...<br><br>During your travels, you quickly discover that four locations are crucial to your success in the game. Not surprisingly, these locations are the homes of The Wheel of Time''s main characters. Some of these places are ripped directly from the pages of Jordan''s books, made flesh with Legend''s unparalleled pixel-pushing ways. Other places are specific to the game, conceived and executed with the intent of expanding this game world even further. Either way, they provide a backdrop for some of the most intense first person action and strategy you''ll have this year.','www.wheeloftime.com',0);
-INSERT INTO products_description VALUES (24,3,'Disciples: Sacred Lands','A new age is dawning...<br><br>Enter the realm of the Sacred Lands, where the dawn of a New Age has set in motion the most momentous of wars. As the prophecies long foretold, four races now clash with swords and sorcery in a desperate bid to control the destiny of their gods. Take on the quest as a champion of the Empire, the Mountain Clans, the Legions of the Damned, or the Undead Hordes and test your faith in battles of brute force, spellbinding magic and acts of guile. Slay demons, vanquish giants and combat merciless forces of the dead and undead. But to ensure the salvation of your god, the hero within must evolve.<br><br>The day of reckoning has come... and only the chosen will survive.','',0);
-INSERT INTO products_description VALUES (25,3,'Microsoft Internet Keyboard PS/2','The Internet Keyboard has 10 Hot Keys on a comfortable standard keyboard design that also includes a detachable palm rest. The Hot Keys allow you to browse the web, or check e-mail directly from your keyboard. The IntelliType Pro software also allows you to customize your hot keys - make the Internet Keyboard work the way you want it to!','',0);
-INSERT INTO products_description VALUES (26,3,'Microsoft IntelliMouse Explorer','Microsoft introduces its most advanced mouse, the IntelliMouse Explorer! IntelliMouse Explorer features a sleek design, an industrial-silver finish, a glowing red underside and taillight, creating a style and look unlike any other mouse. IntelliMouse Explorer combines the accuracy and reliability of Microsoft IntelliEye optical tracking technology, the convenience of two new customizable function buttons, the efficiency of the scrolling wheel and the comfort of expert ergonomic design. All these great features make this the best mouse for the PC!','www.microsoft.com/hardware/mouse/explorer.asp',0);
-INSERT INTO products_description VALUES (27,3,'Hewlett Packard LaserJet 1100Xi','HP has always set the pace in laser printing technology. The new generation HP LaserJet 1100 series sets another impressive pace, delivering a stunning 8 pages per minute print speed. The 600 dpi print resolution with HP''s Resolution Enhancement technology (REt) makes every document more professional.<br><br>Enhanced print speed and laser quality results are just the beginning. With 2MB standard memory, HP LaserJet 1100xi users will be able to print increasingly complex pages. Memory can be increased to 18MB to tackle even more complex documents with ease. The HP LaserJet 1100xi supports key operating systems including Windows 3.1, 3.11, 95, 98, NT 4.0, OS/2 and DOS. Network compatibility available via the optional HP JetDirect External Print Servers.<br><br>HP LaserJet 1100xi also features The Document Builder for the Web Era from Trellix Corp. (featuring software to create Web documents).','www.pandi.hp.com/pandi-db/prodinfo.main?product=laserjet1100',0);
-
-INSERT INTO products_options VALUES (1);
-INSERT INTO products_options VALUES (2);
-INSERT INTO products_options VALUES (3);
-INSERT INTO products_options VALUES (4);
-INSERT INTO products_options VALUES (5);
-
-INSERT INTO products_options_description VALUES (1,1,'Color');
-INSERT INTO products_options_description VALUES (2,1,'Size');
-INSERT INTO products_options_description VALUES (3,1,'Model');
-INSERT INTO products_options_description VALUES (4,1,'Memory');
-INSERT INTO products_options_description VALUES (1,2,'Farbe');
-INSERT INTO products_options_description VALUES (2,2,'Gr��e');
-INSERT INTO products_options_description VALUES (3,2,'Modell');
-INSERT INTO products_options_description VALUES (4,2,'Speicher');
-INSERT INTO products_options_description VALUES (1,3,'Color');
-INSERT INTO products_options_description VALUES (2,3,'Talla');
-INSERT INTO products_options_description VALUES (3,3,'Modelo');
-INSERT INTO products_options_description VALUES (4,3,'Memoria');
-INSERT INTO products_options_description VALUES (5, 3, 'Version');
-INSERT INTO products_options_description VALUES (5, 2, 'Version');
-INSERT INTO products_options_description VALUES (5, 1, 'Version');
-
-
-INSERT INTO products_options_values VALUES (1);
-INSERT INTO products_options_values VALUES (2);
-INSERT INTO products_options_values VALUES (3);
-INSERT INTO products_options_values VALUES (4);
-INSERT INTO products_options_values VALUES (5);
-INSERT INTO products_options_values VALUES (6);
-INSERT INTO products_options_values VALUES (7);
-INSERT INTO products_options_values VALUES (8);
-INSERT INTO products_options_values VALUES (9);
-INSERT INTO products_options_values VALUES (10);
-INSERT INTO products_options_values VALUES (13);
-
-INSERT INTO products_options_values_description VALUES (1,1,'4 mb');
-INSERT INTO products_options_values_description VALUES (2,1,'8 mb');
-INSERT INTO products_options_values_description VALUES (3,1,'16 mb');
-INSERT INTO products_options_values_description VALUES (4,1,'32 mb');
-INSERT INTO products_options_values_description VALUES (5,1,'Value');
-INSERT INTO products_options_values_description VALUES (6,1,'Premium');
-INSERT INTO products_options_values_description VALUES (7,1,'Deluxe');
-INSERT INTO products_options_values_description VALUES (8,1,'PS/2');
-INSERT INTO products_options_values_description VALUES (9,1,'USB');
-INSERT INTO products_options_values_description VALUES (1,2,'4 MB');
-INSERT INTO products_options_values_description VALUES (2,2,'8 MB');
-INSERT INTO products_options_values_description VALUES (3,2,'16 MB');
-INSERT INTO products_options_values_description VALUES (4,2,'32 MB');
-INSERT INTO products_options_values_description VALUES (5,2,'Value Ausgabe');
-INSERT INTO products_options_values_description VALUES (6,2,'Premium Ausgabe');
-INSERT INTO products_options_values_description VALUES (7,2,'Deluxe Ausgabe');
-INSERT INTO products_options_values_description VALUES (8,2,'PS/2 Anschluss');
-INSERT INTO products_options_values_description VALUES (9,2,'USB Anschluss');
-INSERT INTO products_options_values_description VALUES (1,3,'4 mb');
-INSERT INTO products_options_values_description VALUES (2,3,'8 mb');
-INSERT INTO products_options_values_description VALUES (3,3,'16 mb');
-INSERT INTO products_options_values_description VALUES (4,3,'32 mb');
-INSERT INTO products_options_values_description VALUES (5,3,'Value');
-INSERT INTO products_options_values_description VALUES (6,3,'Premium');
-INSERT INTO products_options_values_description VALUES (7,3,'Deluxe');
-INSERT INTO products_options_values_description VALUES (8,3,'PS/2');
-INSERT INTO products_options_values_description VALUES (9,3,'USB');
-INSERT INTO products_options_values_description VALUES (10, 1, 'Download: Windows - English');
-INSERT INTO products_options_values_description VALUES (10, 2, 'Download: Windows - Englisch');
-INSERT INTO products_options_values_description VALUES (10, 3, 'Download: Windows - Inglese');
-INSERT INTO products_options_values_description VALUES (13, 1, 'Box: Windows - English');
-INSERT INTO products_options_values_description VALUES (13, 2, 'Box: Windows - Englisch');
-INSERT INTO products_options_values_description VALUES (13, 3, 'Box: Windows - Inglese');
-
-INSERT INTO products_options_values_to_products_options VALUES (1,4,1);
-INSERT INTO products_options_values_to_products_options VALUES (2,4,2);
-INSERT INTO products_options_values_to_products_options VALUES (3,4,3);
-INSERT INTO products_options_values_to_products_options VALUES (4,4,4);
-INSERT INTO products_options_values_to_products_options VALUES (5,3,5);
-INSERT INTO products_options_values_to_products_options VALUES (6,3,6);
-INSERT INTO products_options_values_to_products_options VALUES (7,3,7);
-INSERT INTO products_options_values_to_products_options VALUES (8,3,8);
-INSERT INTO products_options_values_to_products_options VALUES (9,3,9);
-INSERT INTO products_options_values_to_products_options VALUES (10, 5, 10);
-INSERT INTO products_options_values_to_products_options VALUES (13, 5, 13);
-
-INSERT INTO products_attributes VALUES (1,1,4,1,0.00,'+');
-INSERT INTO products_attributes VALUES (2,1,4,2,50.00,'+');
-INSERT INTO products_attributes VALUES (3,1,4,3,70.00,'+');
-INSERT INTO products_attributes VALUES (4,1,3,5,0.00,'+');
-INSERT INTO products_attributes VALUES (5,1,3,6,100.00,'+');
-INSERT INTO products_attributes VALUES (6,2,4,3,10.00,'-');
-INSERT INTO products_attributes VALUES (7,2,4,4,0.00,'+');
-INSERT INTO products_attributes VALUES (8,2,3,6,0.00,'+');
-INSERT INTO products_attributes VALUES (9,2,3,7,120.00,'+');
-INSERT INTO products_attributes VALUES (10,26,3,8,0.00,'+');
-INSERT INTO products_attributes VALUES (11,26,3,9,6.00,'+');
-INSERT INTO products_attributes VALUES (26, 22, 5, 10, 0.00, '+');
-INSERT INTO products_attributes VALUES (27, 22, 5, 13, 0.00, '+');
-
-INSERT INTO products_attributes_download VALUES (26, 'unreal.zip', 7, 3);
-
-INSERT INTO products_to_categories VALUES (1,4, '');
-INSERT INTO products_to_categories VALUES (2,4, '');
-INSERT INTO products_to_categories VALUES (3,9, '');
-INSERT INTO products_to_categories VALUES (4,10, '');
-INSERT INTO products_to_categories VALUES (5,11, '');
-INSERT INTO products_to_categories VALUES (6,10, '');
-INSERT INTO products_to_categories VALUES (7,12, '');
-INSERT INTO products_to_categories VALUES (8,13, '');
-INSERT INTO products_to_categories VALUES (9,10, '');
-INSERT INTO products_to_categories VALUES (10,10, '');
-INSERT INTO products_to_categories VALUES (11,10, '');
-INSERT INTO products_to_categories VALUES (12,10, '');
-INSERT INTO products_to_categories VALUES (13,10, '');
-INSERT INTO products_to_categories VALUES (14,15, '');
-INSERT INTO products_to_categories VALUES (15,14, '');
-INSERT INTO products_to_categories VALUES (16,15, '');
-INSERT INTO products_to_categories VALUES (17,10, '');
-INSERT INTO products_to_categories VALUES (18,10, '');
-INSERT INTO products_to_categories VALUES (19,12, '');
-INSERT INTO products_to_categories VALUES (20,15, '');
-INSERT INTO products_to_categories VALUES (21,18, '');
-INSERT INTO products_to_categories VALUES (22,19, '');
-INSERT INTO products_to_categories VALUES (23,20, '');
-INSERT INTO products_to_categories VALUES (24,20, '');
-INSERT INTO products_to_categories VALUES (25,8, '');
-INSERT INTO products_to_categories VALUES (26,9, '');
-INSERT INTO products_to_categories VALUES (27,5, '');
-
-INSERT INTO reviews VALUES (1,19,1,'John doe',5, '2007-01-01 00:00:00',null,0);
-
-INSERT INTO reviews_description VALUES (1,1, 'this has to be one of the funniest movies released for 1999!');
-
-INSERT INTO specials VALUES (1,3, 39.99, '2007-01-01 00:00:00', null, null, null, 1);
-INSERT INTO specials VALUES (2,5, 30.00, '2007-01-01 00:00:00', null, null, null, 1);
-INSERT INTO specials VALUES (3,6, 30.00, '2007-01-01 00:00:00', null, null, null, 1);
-INSERT INTO specials VALUES (4,16, 29.99, '2007-01-01 00:00:00', null, null, null, 1);
-
-


pal-cvs メーリングリストの案内
Back to archive index