/*	Copyright (c) 2001-2002, Dirk Fahland
	licensed to Turberg - http://www.turberg.de
*/
// ---------- einfache datenbank, die alle Hersteller enthält ------------
db = new Array ();

// Index-Arrays for fast searching
db["modellautoindex"] = new Array ();
db["modellbahnindex"] = new Array ();
db["modellbahnzindex"] = new Array ();
db["modellflugzeugindex"] = new Array ();
db["modellbauindex"] = new Array ();
db["rccarsindex"] = new Array ();
db["slotcarindex"] = new Array ();
db["literaturindex"] = new Array ();

// Arrays with Sub-Arrays, contains the data // save special directory-names
db["modellauto"] = new Array();		db["modellauto"]["dir"] = "auto";
db["modellbahn"] = new Array();		db["modellbahn"]["dir"] = "bahn";
db["modellbahnz"] = new Array();		db["modellbahnz"]["dir"] = "bahnz";
db["modellflugzeug"] = new Array();		db["modellflugzeug"]["dir"] = "flug";
db["modellbau"] = new Array();		db["modellbau"]["dir"] = "modellbau";
db["rccars"] = new Array ();			db["rccars"]["dir"] = "rccars";
db["slotcar"] = new Array ();			db["slotcar"]["dir"] = "slotcar";
db["literatur"] = new Array ();		db["literatur"]["dir"] = "literatur";

var		LFLAG_NEU = 1;
var		LFLAG_NEU_NA = 2;
var		LFLAG_TOTAL = 4;
var		LFLAG_SPECIAL = 8;
var		MAX_LFLAG = 8;
var		LFLAG_ALL = LFLAG_NEU|LFLAG_NEU_NA|LFLAG_TOTAL|LFLAG_SPECIAL;
var		LFLAG_UPDATE = 16;

/* InsertInDB

	inserts a data-set into the db[ <databasename> ] array
	using the structure key: name,image,url
*/
function InsertInDB ( databasename, key, name, image, url, listflags)
{
	db[databasename][key] = new Array;
	db[databasename][key]["name"] = name;
	db[databasename][key]["image"] = image;
	db[databasename][key]["url"] = url;
	db[databasename][key]["flags"] = listflags;
	
	db[databasename+"index"].push (key);
}

/**
 * creates a new URL/text - pair for multiple URLs per producer
 */
function URLTextPair (url, text) {
	this.url = url;
	this.text = text;
}

/**
 * appends a new url-pair to the data-base-entry
 * "url" get's the value 0
 * and a new field "urls" is appened to the data-base-entry
 */
function AppendURLToDBItem ( databasename, key, urlpair ) {
	var	thisItem = db[databasename][key];
	
	if (!thisItem) {
		alert("Fehler! Eintrag: "+key+" in "+databasename+" nicht gefunden");
		return;
	}
	
	thisItem["url"] = 0;				// no usual URL
	
	if (!thisItem["urls"])				// create array if not already exists
		thisItem["urls"] = new Array;

	thisItem["urls"].push (urlpair);	// append new url-pair
}

// =============
//  Modellautos
// =============
InsertInDB ("modellauto", "_", "", "", "hersteller/auto.html", 0);	// hack-entry for navigation-link-setting

InsertInDB ("modellauto", "adp", "adp-Modelle", "adp.GIF", "http://www.adp-modelle.de", 0);
InsertInDB ("modellauto", "albedo", "Albedo", "albedo.GIF", "http://www.albedo-modelle.de", 0);
InsertInDB ("modellauto", "anson", "Anson", "anson.GIF", "http://www.anson-scalemodel.com", 0);
InsertInDB ("modellauto", "awm", "AWM", "awm.GIF", "http://www.automodelle.com", 0);

InsertInDB ("modellauto", "bburago", "Bburago", "bburago.GIF", 0, 0);
	AppendURLToDBItem ("modellauto", "bburago", new URLTextPair("http://www.bburago2000.de", "Bburago Deutschland") );
	AppendURLToDBItem ("modellauto", "bburago", new URLTextPair("http://www.bburago.com", "Bburago international") );
InsertInDB ("modellauto", "brekina", "Brekina", "brekina.GIF", "http://www.brekina.de", 0);
InsertInDB ("modellauto", "brumm", "Brumm", "brumm.GIF", "http://www.brumm.it", 0);
InsertInDB ("modellauto", "busch", "Busch", "busch.GIF", "http://www.busch-model.com", 0);

InsertInDB ("modellauto", "cmc", "CMC", "cmc.GIF", "http://www.cmc-modelcars.de", 0);
InsertInDB ("modellauto", "conrad", "Conrad", "conrad.GIF", "http://www.conrad-modelle.de", 0);
InsertInDB ("modellauto", "corgi", "Corgi", "corgi.GIF", "http://www.corgi.co.uk", 0);

InsertInDB ("modellauto", "eagle", "Eagle", "eagle.GIF", "http://www.eaglediecast.com", 0);
InsertInDB ("modellauto", "ertl", "Ertl", "ertl.GIF", "http://www.ertltoys.com", 0);

InsertInDB ("modellauto", "gateway", "Gateway (Autoart)", "autoart.GIF", "http://www.autoartmodels.com", 0);
InsertInDB ("modellauto", "guiloy", "Guiloy", "guiloy.GIF", "http://www.guiloy.es/i-home.htm", 0);

InsertInDB ("modellauto", "herpa", "Herpa", "herpa.GIF", "http://www.herpa.de", 0);

InsertInDB ("modellauto", "igra", "Igra", "igra.GIF", "http://www.rietze.de/Igra_by_Rietze/igra_by_rietze.html", 0);
InsertInDB ("modellauto", "ixo", "ixo", "ixo.GIF", "http://www.ixomodels.com", 0);

InsertInDB ("modellauto", "kyosho", "Kyosho", "kyosho.GIF", "http://www.kyosho.de", 0);

InsertInDB ("modellauto", "maisto", "Maisto", "maisto.GIF", "http://www.bauer-spielwaren.de/maisto_eingang.html", 0);
InsertInDB ("modellauto", "marks", "Marks", "marks.GIF", "http://www.marks-metallmodellclassics.de", 0);
InsertInDB ("modellauto", "mattel", "Mattel", "mattel.GIF", "http://www.mattel.de", 0);
InsertInDB ("modellauto", "minicar", "Mini-Car", "", "", 0);
InsertInDB ("modellauto", "minichamps", "Minichamps", "minichamps.GIF", "http://www.minichamps.de", 0);

InsertInDB ("modellauto", "norev", "Norev", "norev.GIF", "http://www.norev.com", 0);
InsertInDB ("modellauto", "nzg", "NZG", "nzg.GIF", "http://www.nzg.de", 0);

InsertInDB ("modellauto", "rietze", "Rietze", "rietze.GIF", "http://www.rietze.de", 0);
InsertInDB ("modellauto", "roco", "Roco", "roco.GIF", "http://www.roco.co.at", 0);

InsertInDB ("modellauto", "schuco", "Schuco", "schuco.GIF", "http://www.schuco.de", 0);
InsertInDB ("modellauto", "ses", "s.e.s. Minicar", "ses.GIF", "http://www.sesberlin.de", 0);
InsertInDB ("modellauto", "siku", "Siku", "siku.GIF", "http://www.siku.de", 0);
InsertInDB ("modellauto", "solido", "Solido", "solido.JPG", "http://www.solido.fr", 0);

InsertInDB ("modellauto", "trident", "Trident", "", "", 0);
InsertInDB ("modellauto", "truckline", "TruckLine", "truckline.GIF", "http://www.tl-decals.de", 0);

InsertInDB ("modellauto", "wiking", "Wiking", "wiking.GIF", "http://www.wiking.de", 0);

InsertInDB ("modellauto", "yatming", "Yat Ming", "yatming.GIF", "http://www.yatming.com.hk", 0);

// ==============
//  Modellbahnen
// ==============
InsertInDB ("modellbahn", "_", "", "", "hersteller/bahn.html", 0);	// hack-entry for navigation-link-setting

InsertInDB ("modellbahn", "arnold", "Arnold", "arnold.GIF", "http://www.rivarossi.com", LFLAG_TOTAL|LFLAG_SPECIAL);

InsertInDB ("modellbahn", "bachmann", "Bachmann", "bachmann.GIF", "http://www.liliput.de", 0);
InsertInDB ("modellbahn", "bemo", "Bemo", "bemo.GIF", "http://www.bemo-modellbahn.de", 0);
InsertInDB ("modellbahn", "brawa", "Brawa", "brawa.GIF", "http://www.brawa.de", 0);

InsertInDB ("modellbahn", "fleischmann", "Fleischmann", "fleischmann.GIF", "http://www.fleischmann.de", LFLAG_TOTAL|LFLAG_SPECIAL);
InsertInDB ("modellbahn", "froewis", "Fröwis", "froewis.JPG", "http://www.froewis.de", 0);

InsertInDB ("modellbahn", "guetzold", "Gützold", "guetzold.GIF", "http://www.guetzold.de", 0);

InsertInDB ("modellbahn", "hobbytrain", "Hobbytrain", "", "", 0);

InsertInDB ("modellbahn", "kato", "Kato", "kato.GIF", 0, 0);
	AppendURLToDBItem ("modellbahn", "kato", new URLTextPair("http://www.noch.de", "Kato (Noch)") );
	AppendURLToDBItem ("modellbahn", "kato", new URLTextPair("http://www.lemkecollection.de/categories.asp?cID=10", "Kato (Lemke Collection)") );
	AppendURLToDBItem ("modellbahn", "kato", new URLTextPair("http://www.katousa.com", "Kato (USA)") );
	AppendURLToDBItem ("modellbahn", "kato", new URLTextPair("http://www.katomodels.com/english", "Kato-Model (Japan)") );

InsertInDB ("modellbahn", "lemaco", "Lemaco", "lemaco.GIF", "http://www.lemaco.ch", 0);
InsertInDB ("modellbahn", "lemkecollection", "Lemke Collection", "lemkecollection.GIF", "http://www.lemkecollection.de", 0);
InsertInDB ("modellbahn", "lgb", "Lehmann (LGB)", "lehmann.GIF", "http://www.lgb.de", LFLAG_SPECIAL);
InsertInDB ("modellbahn", "liliput", "Liliput", "liliput.GIF", "http://www.liliput.de", 0);
InsertInDB ("modellbahn", "lima", "Lima", "lima.GIF", "http://www.arnoldmodel.com", 0);
InsertInDB ("modellbahn", "lux", "Lux", "", "http://www.lux-modellbau.de/html_de/index.htm", 0);

InsertInDB ("modellbahn", "maerklin", "Märklin", "maerklin.GIF", "http://www.maerklin.de", LFLAG_NEU_NA|LFLAG_TOTAL|LFLAG_SPECIAL);
InsertInDB ("modellbahn", "mehano", "Mehano", "mehano.GIF", "http://www.mehano.si", 0);
InsertInDB ("modellbahn", "mud", "M + D", "mud.GIF", "http://www.mudgmbh.de", 0);

InsertInDB ("modellbahn", "piko", "Piko", "piko.GIF", "http://www.piko.de", 0);

InsertInDB ("modellbahn", "roco", "Roco", "roco.GIF", "http://www.roco.co.at", LFLAG_SPECIAL);

InsertInDB ("modellbahn", "tillig", "Tillig", "tillig.JPG", "http://www.tillig-tt-bahn.de", 0);
InsertInDB ("modellbahn", "trix", "Trix", "trix.GIF", "http://www.minitrix.de", LFLAG_SPECIAL);

InsertInDB ("modellbahn", "weinert", "Weinert", "weinert.GIF", "http://www.weinert-modellbau.de", 0);

// ====================
//  Modellbahnzubehoer
// ====================
InsertInDB ("modellbahnz", "_", "", "", "hersteller/bahnz.html", 0);	// hack-entry for navigation-link-setting

InsertInDB ("modellbahnz", "auhagen", "Auhagen", "auhagen.GIF", "http://www.auhagen.de", 0);

InsertInDB ("modellbahnz", "brawa", "Brawa", "brawa.GIF", "http://www.brawa.de", 0);
InsertInDB ("modellbahnz", "busch", "Busch", "busch.GIF", "http://www.busch-model.com", 0);

InsertInDB ("modellbahnz", "faller", "Faller", "faller.GIF", "http://www.faller.de", 0);

InsertInDB ("modellbahnz", "heki", "Heki", "heki.GIF", "http://www.heki-kittler.de", 0);

InsertInDB ("modellbahnz", "kibri", "Kibri", "kibri.GIF", "http://www.kibri.com", 0);

InsertInDB ("modellbahnz", "lenz", "Lenz", "lenz.GIF", "http://www.lenz-elektronik.com", 0);

InsertInDB ("modellbahnz", "noch", "Noch", "noch.GIF", "http://www.noch.de", 0);

InsertInDB ("modellbahnz", "piko", "Piko", "piko.GIF", "http://www.piko.de", 0);
InsertInDB ("modellbahnz", "pola", "Pola", "pola.GIF", "http://www.faller.de", 0);
InsertInDB ("modellbahnz", "preiser", "Preiser", "preiser.GIF", "http://www.figuren.de", 0);

InsertInDB ("modellbahnz", "sommerfeldt", "Sommerfeldt", "sommerfeldt.GIF", "http://www.sommerfeldt.de", 0);

InsertInDB ("modellbahnz", "uhlenbrock", "Uhlenbrock", "uhlenbrock.GIF", "http://www.uhlenbrock.de", 0);

InsertInDB ("modellbahnz", "viessmann", "Viessmann", "viessmann.GIF", "http://www.viessmann-modell.de", 0);
InsertInDB ("modellbahnz", "vollmer", "Vollmer", "vollmer.GIF", "http://www.vollmer-kit.de", 0);

// =================
//  Modellflugzeuge
// =================

InsertInDB ("modellflugzeug", "_", "", "", "hersteller/flug.html", 0);	// hack-entry for navigation-links

InsertInDB ("modellflugzeug", "armour", "Armour", "armour.GIF", "", 0);

InsertInDB ("modellflugzeug", "gemini", "Gemini Jets", "gemini.GIF", 0, 0);
	AppendURLToDBItem ("modellflugzeug", "gemini", new URLTextPair ("http://www.geminijets.com", "Gemini Jets (USA)") );
	AppendURLToDBItem ("modellflugzeug", "gemini", new URLTextPair ("http://www.schuco.de", "Gemini Jets (Schuco)") );	
	
InsertInDB ("modellflugzeug", "herpa", "Herpa", "herpa.GIF", "http://www.herpa.de", 0);

InsertInDB ("modellflugzeug", "schabak", "Schabak", "schabak.GIF", "http://www.schabak.de", 0);
InsertInDB ("modellflugzeug", "starjets", "Star Jets", "starjets.GIF", "http://www.starjets.com", 0);

// ===========
//  Modellbau
// ===========

InsertInDB ("modellbau", "_", "", "", "hersteller/modellbau.html", 0);	// hack-entry for navigation-links

InsertInDB ("modellbau", "airfix", "Airfix", "airfix.GIF", "http://www.airfix.com", 0);
InsertInDB ("modellbau", "amt", "AMT-Ertl", "amt.GIF", "http://www.ertltoys.com/amt", 0);
InsertInDB ("modellbau", "artitec", "Artitec", "artitec.GIF", "http://www.artitec.de", 0);

InsertInDB ("modellbau", "dragon", "Dragon", "dragon.GIF", "http://www.dragon-models.com", 0);

InsertInDB ("modellbau", "hasegawa", "Hasegawa", "hasegawa.GIF", "http://www.hasegawa-model.co.jp/e-w/E-index.htm", 0);
InsertInDB ("modellbau", "heller", "Heller", "heller.GIF", "http://www.heller.fr", 0);
InsertInDB ("modellbau", "humbrol", "Humbrol", "", "", 0);

InsertInDB ("modellbau", "italeri", "Italeri", "italeri.GIF", "http://www.italeri.it", 0);

InsertInDB ("modellbau", "revell", "Revell", "revell.GIF", "http://www.revell.de", 0);

InsertInDB ("modellbau", "tamiya", "Tamiya", "tamiya.GIF", "http://www.tamiya.de", 0);
InsertInDB ("modellbau", "tom", "Tom Modellbau", "tommodellbau.GIF", "http://www.tom-modellbau.de", 0);

InsertInDB ("modellbau", "verlinden", "Verlinden", "verlinden.GIF", "http://www.verlinden-productions.com", 0);

// =========
//  RC-Cars
// =========
InsertInDB ("rccars", "_", "", "", "hersteller/rccars.html", 0);	// hack-entry for navigation-links

InsertInDB ("rccars", "dickie", "Dickie", "dickie.GIF", "http://www.tamiya.de", 0);

InsertInDB ("rccars", "kyosho", "Kyosho", "kyosho.GIF", "http://www.kyosho.de", 0);

InsertInDB ("rccars", "tamiya", "Tamiya", "tamiya.GIF", "http://www.tamiya.de", 0);

// ================
//  Autorennbahnen
// ================
InsertInDB ("slotcar", "_", "", "", "hersteller/slotcar.html", 0);

InsertInDB ("slotcar", "carrera", "Carrera", "carrera.GIF", "http://www.carrera-toys.de", 0);

InsertInDB ("slotcar", "fly", "Fly", "fly.GIF", "http://www.flycarmodel.com", 0);

InsertInDB ("slotcar", "ninco", "Ninco", "ninco.GIF", "http://www.ninco.com", LFLAG_UPDATE);

InsertInDB ("slotcar", "scalextric", "Scalextric", "scalextric.GIF", "http://www.scalextric.co.uk", 0);
InsertInDB ("slotcar", "scx", "SCX", "scx.GIF", "http://www.scxwelt.de", 0);

// ===========
//  Literatur
// ===========
InsertInDB ("literatur", "_", "", "", "hersteller/literatur.html", 0);

InsertInDB ("literatur", "alba", "alba", "alba.GIF", "http://www.alba-verlag.de", 0);

InsertInDB ("literatur", "ekurier", "Eisenbahn Kurier", "ekurier.GIF", "http://www.eisenbahn-kurier.de", 0);

InsertInDB ("literatur", "geranova", "Gera Nova", "", "http://www.geranova.de", 0);
InsertInDB ("literatur", "heel", "Heel Verlag", "25_heel.gif", "http://www.heel-verlag.de", 0);

InsertInDB ("literatur", "kenning", "Kenning", "", "http://www.verlag-kenning.de", 0);
InsertInDB ("literatur", "koll", "Koll", "koll.GIF", "http://www.koll-verlag.de", 0);

InsertInDB ("literatur", "merker", "Merker Verlag", "", "http://www.merker-verlag.de", 0);
InsertInDB ("literatur", "miba", "MIBA", "miba.GIF", "http://www.miba.de", 0);
InsertInDB ("literatur", "motorbuch", "Motorbuch Verlag", "motorbuchverlag.GIF", "http://www.ssl-128.de/ppv/ppv/verlag/cgi-script/startverlag.php?verlag=1&vindex=1&hindex=1&menu=11001&mitte=11001&lk=", 0);

InsertInDB ("literatur", "riogrande", "RioGrande", "riogrande.GIF", "http://www.riogrande.de", 0);
InsertInDB ("literatur", "ritzkau", "Ritzkau", "", "http://www.ritzkau-kg.de", 0);

InsertInDB ("literatur", "transpress", "Transpress", "transpress.GIF", "http://www.ssl-128.de/ppv/ppv/verlag/cgi-script/startverlag.php?verlag=3&vindex=1&hindex=1&menu=31001&mitte=31001&lk=", 0);

InsertInDB ("literatur", "vgb", "VGB", "vgb.GIF", "http://www.vgbahn.de", 0);

// ---------- Sprach-Datenbank --------------

langdb = new Array ();
langdb[0] = new Array();
langdb[1] = new Array();

langdb[0]["accountnum"] = "Kontonummer";				langdb[1]["accountnum"] = "account number";
langdb[0]["adress"] = "Unsere Adresse";					langdb[1]["adress"] = "our adress";
langdb[0]["agb"] = "AGB";								langdb[1]["agb"] = "terms &amp; conditions";
langdb[0]["amount"] = "Menge";							langdb[1]["amount"] = "amount";
langdb[0]["article"] = "Artikel";						langdb[1]["article"] = "article";

langdb[0]["bank"] = "Kreditinstitut";					langdb[1]["bank"] = "bank";
langdb[0]["bankcdnum"] = "BLZ";							langdb[1]["bankcdnum"] = "bank code number";
langdb[0]["basket"] = "Warenkorb";						langdb[1]["basket"] = "shopping basket";
langdb[0]["basketcontent"] = "Ihr Warenkorbinhalt";		langdb[1]["basketcontent"] = "your shopping basket content";
langdb[0]["basketinstruct"] = 'Die folgenden Artikel haben Sie f&uuml;r Ihre Bestellung ausgew&auml;hlt. Sie k&ouml;nnen die St&uuml;ckzahlen &uuml;berschreiben und mit <font style="text-color:#B52118">AKTUALISIEREN</font> &auml;ndern, oder Sie k&ouml;nnen den Artikel aus der Liste <font style="text-color:#B52118">ENTFERNEN</font>.';
langdb[1]["basketinstruct"] = 'You\'ve choosen the following articles for ordering. You may change the amount of each article. Please click on <font style="text-color:#B52118">REFRESH</font> to update the pricing. You may also remove an article from the list: please use <font style="text-color:#B52118">REMOVE</font> for this.';
langdb[0]["basketinstruct2"] = 'Wenn Ihre Bestellung komplett ist, gehen Sie bitte zum BESTELLFORMULAR weiter.';
langdb[1]["basketinstruct2"] = 'When you\'ve finished your selection, please go to the order form.';
langdb[0]["buy"] = "Bestellformular";					langdb[1]["buy"] = "order form";

langdb[0]["choose"] = "Bitte w&auml;hlen Sie hier";		langdb[1]["choose"] = "Please choose here";
langdb[0]["city"] = "Ort";								langdb[1]["city"] = "city/place";
langdb[0]["completeassort"] = "Gesamtangebot<br><font size=1>(aktuelles Lieferprogramm!)<br></font>";			langdb[1]["completeassort"] = "complete assortment<br><font size=1>(current shipping program!)<br></font>";
langdb[0]["comingsoon"] = "kommt demnächst";			langdb[1]["comingsoon"] = "coming soon";
langdb[0]["contact"] = "Kontakt (tel/email)";			langdb[1]["contact"] = "contact (tel/email)";
langdb[0]["copyright"] = '&copy; Copyright 2001-2002 Turberg<br>Verantwortlich für Gestaltung und Inhalt: Dirk Fahland (<a href="mailto:webmaster@turberg.de">webmaster@turberg.de</a>)<br>Technische Betreuung: <a href="http://www.techstudio.de" target="_blank">TechStudio</a><br>Achtung: Viele der hier benutzten Namen sind warenzeichenrechtlich geschützt.<br>';
langdb[1]["copyright"] = '&copy; Copyright 2001-2002 Turberg<br>Responsible for design and content: Dirk Fahland (<a href="mailto:webmaster@turberg.de">webmaster@turberg.de</a>)<br>Technical Maintenance: <a href="http://www.techstudio.de" target="_blank">TechStudio</a><br>Attention: Many names used on this page are trademarked.<br>';
langdb[0]["correctvalue"] = "Bitte korrigieren Sie ihre Eingabe.";
langdb[1]["correctvalue"] = "Please correct the entered value.";
langdb[0]["country"] = "Land";							langdb[1]["country"] = "state + country";
langdb[0]["creditcard"] = "Kreditkarteninformation";	langdb[1]["creditcard"] = "credit card information";
langdb[0]["creditcard2"] = "Kreditkarte";				langdb[1]["creditcard2"] = "credit card";
langdb[0]["creditcardaccept"] = "F&uuml;r Bestellungen aus dem Ausland akzeptieren wir nur Kreditkarten.";
langdb[1]["creditcardaccept"] = "For orders from other countries we are accepting only credit-card.";
langdb[0]["creditcardnr"] = "Kreditkartennr.";			langdb[1]["creditcardnr"] = "credit card nr.";
langdb[0]["creditcardsecurity"] = "<b>Sicherheitshinweis</b>: Der Versand der Bestellinformationen erfolgt unverschl&uuml;sselt. Um ihnen das n&ouml;tige Ma&szlig; an Sicherheit f&uuml;r diese Bestellung zu erreichen, k&ouml;nnen Sie alternativ auch die Kreditkarteninformationen zusammen mit ihrer Unterschrift an uns faxen. Nutzen Sie dazu den Knopf 'Bestellung per FAX' nachdem Sie die obigen Feld ausgef&uuml;llt haben.<br>";
langdb[1]["creditcardsecurity"] = "<b>Security notice</b>: The ordering informations are sent unencrypted. To achieve the necessary amount of security for this order, you may alternatively send the credit card informations together with your signature via FAX to us. If you'd like to use this method, please click on 'Ordering via FAX' after you've filled out the field above.<br>";

langdb[0]["debit"] = "Lastschrift";						langdb[1]["debit"] = "debit";

langdb[0]["email"] = "e-mail Adresse";					langdb[1]["email"] = "e-mail adress";

langdb[0]["germany"] = "Deutschland";					langdb[1]["germany"] = "Germany";
langdb[0]["gotoshop"] = "Hier geht es direkt zum";		langdb[1]["gotoshop"] = "Go directly to our";

langdb[0]["invalidcardnum"] = "Sie haben eine ungültige Kredikartennummer angegeben."; 
langdb[1]["invalidcardnum"] = "You've entered an invalid credit card number.";
langdb[0]["invaliddate"] = "Sie haben ein ungültiges Datum angegeben."; 
langdb[1]["invaliddate"] = "You've entered an invalid date.";
langdb[0]["invaliddate2"] = "\n(z.B. 03/2004)"; 
langdb[1]["invaliddate2"] = "\n(e.g. 03/2004)";
langdb[0]["invalidstring"] = "Sie haben eine ungültige Zeichenkette eingegeben.";
langdb[1]["invalidstring"] = "You've entered an invalid string.";

langdb[0]["lastupdate"] = "Stand";		langdb[1]["lastupdate"] = "date";
langdb[0]["linklaw"] = "modellbahnen und modellautos Turberg ist nicht verantwortlich f&uuml;r den Inhalt und die Darstellung fremder Webseiten.";
langdb[1]["linklaw"] = "modellbahnen und modellautos Turberg is not responsable for content and presentation of other websites.";

langdb[0]["mcars"] = "Auto";							langdb[1]["mcars"] = "cars";
langdb[0]["mistakes"] = "Irrt&uuml;mer, Preis&auml;nderungen und Lieferm&ouml;glichkeiten vorbehalten.";
langdb[1]["mistakes"] = "Mistakes, change of prices and possibilities of delivery are excepted.<br>Not all product-descriptions will be available in English, please apologize the inconvenience.";
langdb[0]["mrailways"] = "Bahn";						langdb[1]["mrailways"] = "railways";

langdb[0]["name"] = "Name";								langdb[1]["name"] = "name";
langdb[0]["novelties"] = "Neuheiten (Highlights) 2002";	langdb[1]["novelties"] = "novelties (highlights) 2002";
langdb[0]["newavail"] = "Neuheiten (lieferbar)";		langdb[1]["newavail"] = "novelties (available)";
langdb[0]["newnotavail"] = "Neuheiten<br><font size=1>(noch nicht ausgeliefert!)<br></font>";		            langdb[1]["newnotavail"] = "novelties<br><font size=1>(not yet available!)<br></font>";

langdb[0]["order"] = "Bestellen";						langdb[1]["order"] = "order";
langdb[0]["order2"] = "Bestellung";						langdb[1]["order2"] = "Order";
langdb[0]["ordercountryQ"] = "Von welchem Land aus bestellen Sie?";
langdb[1]["ordercountryQ"] = "From which country are you ordering?";
langdb[0]["orderform"] = "Bestellformular";				langdb[1]["orderform"] = "order form";
langdb[0]["orderinstruct"] = "Bitte f&uuml;llen Sie das folgende Bestellformular aus und dr&uuml;cken Sie den 'Bestellung abschicken' Knopf.";
langdb[1]["orderinstruct"] = "Please fill out the following order form and press the 'send order' button.";

langdb[0]["paytype"] = "Zahlungsart";					langdb[1]["paytype"] = "payment method";
langdb[0]["paytypeaccept"] = "Um die Kosten f&uuml; ihre Bestellung niedrig zu halten und zu ihrer eignen Sicherheit, akzeptieren wir f&uuml;r Bestellungen innerhalb Deutschlands nur Zahlung per Rechnung bzw. Lastschriftverfahren.";
langdb[1]["paytypeaccept"] = "To reduce the fees for your order and to increase security, we are accepting for orders within Germany only payment via invoice or debit.";
langdb[0]["prename"] = "Vorname";						langdb[1]["prename"] = "pre-name";
langdb[0]["prepaid"] = "Vorrauszahlung (Rechnung)";		langdb[1]["prepaid"] = "prepaid (invoice)";
langdb[0]["prodnourl"] = "hat derzeit kein Angebot im Internet.";
langdb[1]["prodnourl"] = "has currently no website.";
langdb[0]["producerback"] = "Zur&uuml;ck zur &Uuml;bersicht des Herstellers";
langdb[1]["producerback"] = "Back to producer's overview";
langdb[0]["producerinfo"] = "Informationen zum Hersteller";
langdb[1]["producerinfo"] = "Informations about this producer";
langdb[0]["productgroup"] = "Produktgruppen";			langdb[1]["productgroup"] = "product groups";
langdb[0]["productinstruct"] = "Bitte w&auml;hlen Sie aus der folgenden Warengruppe die Artikel aus, die Sie bestellen m&ouml;chten. Tragen Sie einfach die gew&uuml;nschte Bestellmenge in das dazugeh&ouml;rige Eingabefeld ein. Um den Artikel in den Einkaufskorb zu legen, klicken Sie bitte auf 'Bestellen'.";
langdb[1]["productinstruct"] = "Please choose from the following product-group the articles you wish to order. Simply enter the desired number of items into the corresponding field. To put the article into your shopping basket, please click on 'order'.";

langdb[0]["refresh"] = "Aktualisieren";					langdb[1]["refresh"] = "refresh";
langdb[0]["remove"] = "Entfernen";						langdb[1]["remove"] = "remove";

langdb[0]["shipcost"] = "Versandkostenpauschale";
langdb[1]["shipcost"] = "cost of delivery";
langdb[0]["shipcostgerm"] = "Versandkostenpauschale (innerhalb Deutschlands)";
langdb[1]["shipcostgerm"] = "cost of delivery (within Germany)";
langdb[0]["shipcostint"] = "Die Versandkosten f&uuml;r Lieferungen ausserhalb Deutschlands sind abh&auml;ngig von der Lieferadresse und der Gr&ouml;&szlig;e der Bestellung.";
langdb[1]["shipcostint"] = "The costs of delivery to other countries depends on the delivery adress and the size of the order.";
langdb[0]["shopexit"] = "Onlineshop verlassen";			langdb[1]["shopexit"] = "exit onlineshop";
langdb[0]["shophome"] = "Shop-Startseite";				langdb[1]["shophome"] = "shop-home";
langdb[0]["shopinstruct"] = 'Bitte verwenden Sie die linke Navigationsleiste, um zu den einzelnen Produktgruppen zu gelangen. Dort k&ouml;nnen Sie sich die Artikel ansehen und evtl. weitere Informationen erhalten. Gleichzeitig ist es jederzeit m&ouml;glich, die Artikel, die Sie interessieren, in den <a href="basket.html">Warenkorb</a> zu legen. Sie d&uuml;rfen nat&uuml;rlich jederzeit nachsehen, was sich denn bereits im Warenkorb befindet, und, falls Sie es sich anders &uuml;berlegt haben, auch wieder Artikel entfernen.<br>Haben Sie ihre Auswahl abgeschlossen, gehen Sie zum <a href="buy.html">Bestellformular</a>. Dort sehen Sie nocheinmal die korrekte Auflistung ihrer Bestellung, sowie die Felder zur Eingabe ihrer Daten (Lieferadresse, Zahlungsart etc.). F&uuml;llen Sie diese korrekt und vollst&auml;ndig aus, und sie k&ouml;nnen die Bestellung zu uns schicken!';
langdb[1]["shopinstruct"] = 'Please use the left navigationbar to open the product-groups. There you can have a look at the articles and eventually read more details and informations (note: Some of the detailed descriptions are available in German only. Please apologize the inconvenience). Anytime, you may put the articles, you\'re interested in, into the <a href="basket.html">shopping basket</a>. Of course you may always look what\'s currently in your shoppping basket and in case you changed your mind, you may remove single articles.<br>When you\'ve finally found what you are looking for, you may go to the <a href="buy.html">order form</a>. There you can see again, what you are going to order and the fields to enter your data (adress, payment-method, ...). Please fill out everything correctly and you can send your order to us!';
langdb[0]["shopwelcome"] = "Willkommen in unserem Onlineshop!";
langdb[1]["shopwelcome"] = "Welcome to our Onlineshop!";
langdb[0]["shopleave"] = "Achtung: Sie haben noch Artikel im Warenkorb. Wenn Sie den Onlineshop verlassen, wird der Warenkorb unwiderruflich geleert.\nOnlineshop verlassen?";
langdb[1]["shopleave"] = "Attention: There are still articles in your shopping basket. Leaving the Onlinehshop will clear the shoppping basket.\nLeave Onlineshop?";
langdb[0]["signature"] = "Unterschrift";				langdb[1]["signature"] = "signature";
langdb[0]["singleprice"] = "Einzel-<br>preis";			langdb[1]["singleprice"] = "single<br>price";
langdb[0]["specialoffer"] = "Auslaufmodelle<br><font size=1>(ab Werk bereits vergriffen, bei uns noch lieferbar!)<br></font>";			langdb[1]["specialoffer"] = "phase-out models<br><font size=1>(sold out at factory, but still available here!)<br></font>";
langdb[0]["speccountry"] = "Bitte geben Sie ein Land an.";
langdb[1]["speccountry"] = "Please specify a country.";
langdb[0]["specpaytype"] = "Bitte geben Sie eine Zahlungsart an.";
langdb[1]["specpaytype"] = "Please specify a payment method.";
langdb[0]["step1"] = "1. Schritt";						langdb[1]["step1"] = "step 1";
langdb[0]["step2"] = "2. Schritt";						langdb[1]["step2"] = "step 2";
langdb[0]["step3"] = "3. Schritt";						langdb[1]["step3"] = "step 3";
langdb[0]["store"] = "Unser Gesch&auml;ft";				langdb[1]["store"] = "our store";
langdb[0]["street"] = "Stra&szlig;e + Nr.";				langdb[1]["street"] = "street + no.";
langdb[0]["sum"] = "Summe";								langdb[1]["sum"] = "sum";

langdb[0]["taxfree"] = "Bestellungen aus nicht-EU-L&auml;ndern sind stets mehrwertsteuerfrei.";
langdb[1]["taxfree"] = "Orders from non-EU-countries are always tax-free.";
langdb[0]["tel"] = "Telefon/Fax";						langdb[1]["tel"] = "telephone/fax";
langdb[0]["tel2"] = "Telefon";							langdb[1]["tel2"] = "telephone";
langdb[0]["top"] = "Seitenanfang";						langdb[1]["top"] = "top";
langdb[0]["totalprice"] = "Gesamt-<br>preis";			langdb[1]["totalprice"] = "total<br>price";

langdb[0]["weekover"] = "Wochen&uuml;bersicht";			langdb[1]["weekover"] = "week overview";

langdb[0]["validtill"] = "g&uuml;ltig bis";				langdb[1]["validtill"] = "valid until";
langdb[0]["valuetax"] = "MwSt. inklusive";				langdb[1]["valuetax"] = "value tax included";

langdb[0]["yourorder"] = "Ihre Bestellung";				langdb[1]["yourorder"] = "your order";

langdb[0]["zipcode"] = "PLZ";							langdb[1]["zipcode"] = "ZIP code";
