
	/* DATA.JS */
	
//create an array
var db = new Array();

// function that describes the arrayelements and how to use them
function dbRecord(navnr,display,URL,indent,state,mainTitle,subTitle,content)
{                           //############################################################################
	this.navnr = navnr;     // each mainnavigation item gets an increasing value from 1 up               #
							// all subnavigation items get 0                                             #
	this.display = display; // imagesource and attributes !!!remember the last character of the images!!!#
	this.URL = URL;         // link for the specified item                                               #
	this.indent = indent;   // which level? 0 for mainnavigation, 1 for first sublevel etc.              #
	this.state = state;     // current display status, 0 if menue item is closed, 1 if open              #
							// must normally be set to 0 for initializing the menue                      #
							//############################################################################ 
	this.mainTitle = mainTitle;
	this.subTitle = subTitle;
	this.content = content;
	return this;
}

db[0] = new dbRecord(1,'<img name="i0" src="gfx/nav/nav_1_d.gif" width="191" height="20" border="0" alt="Wir über uns">', "#",0,0,'','','');
//db[1] = new dbRecord(0,'<img name="i1" src="gfx/nav/snav_1_3_d.gif" width="130" height="21" border="0" alt="">', "ref.html",1,0,'','','');

db[1] = new dbRecord(0,'<img name="i1" src="gfx/nav/snav_1_2_d.gif" width="191" height="21" border="0" alt="Philosophie">', "phil.html",1,0, "::: Wir über uns", "Philosophie",
'<table border="0" cellpadding="0" cellspacing="0" width="663"><tr><td align="center" height="25"><p class="text"><b>Unsere Firmenphilosophie beruht auf...</b></p></td></tr><tr><td height="15"></td></tr><tr align="center"><td class="headline">Qualität, Schnelligkeit, Kompetenz und Zuverlässigkeit.</td></tr><tr><td height="15"></td></tr><tr><td height="50" align="center"><p class="text"><b>Kundenorientiert bearbeiten wir Großaufträge<br><br>ebenso wie kleine Aufträge.</b></p></td></tr></table>');

db[2] = new dbRecord(0,'<img name="i2" src="gfx/nav/snav_1_1_d.gif" width="191" height="21" border="0" alt="Überblick">', "intro.html",1,0, "::: Wir über uns", "Überblick", 
'<table border="0" cellpadding="0" cellspacing="0" width="663" height="375" background="gfx/intro.jpg"><tr><td></td></tr></table>');

db[3] = new dbRecord(2,'<img name="i3" src="gfx/nav/nav_2_d.gif" width="191" height="21" border="0" alt="Produkte">', "#",0,0,'','','');

/* db[4] = new dbRecord(0,'<img name="i4" src="gfx/nav/snav_2_5_d.gif" width="191" height="21" border="0" alt="Drosophila">', "dro.html",1,0, "::: Produkte", "Drosophila",
'<table border="0" cellpadding="0" cellspacing="0" width="663"><tr><td class="headline">Wir stellen folgende Produkte für die Drosophila-Forschung her:</td></tr><tr><td height="21"></td></tr><tr><td><table border="1" bordercolor="#ffffff" cellpadding="0" cellspacing="0" width="100%"><colgroup><col width="131"><col align="center"><col align="center"></colgroup><tr><td width="131" height="25">&nbsp;<!--img src="gfx/prod_stopfen.gif" width="131" height="75"--></td><td><p><b>Standardschaumstoffstopfen</b></p></td><td><p><b>Milbendichte Schaumstoffstopfen</b></p></td></tr><!--tr height="25"><td><p><b>Materialtyp:</b></p></td><td><p>Polyether 3360</p></td><td><p>Polyester MiPf 3</p></td></tr--><tr height="25"><td><p><b>Stopfenhöhe:</b></p></td><td><p>30 mm</p></td><td><p>25 mm</p></td></tr><tr height="25"><td><p><b>Durchmesser:</b></p></td><td><p>21, 26, 28, 30, 36, 42, 50, 52 mm</p></td><td><p>21, 26, 28, 30, 36, 42, 50, 52 mm</p></td></tr><tr height="25"><td><p><b>Sondergrössen:</b></p></td><td colspan="2"><p>individuell auf Anfrage</p></td></tr></table></td></tr><tr><td height="10"></td></tr><tr><td><p class="text">Unsere Schaumstoffe sind nach Öko-Tex Standard 100, Produktklasse 1 (Produkte für Babys)<br>geprüft und erfüllen die derzeit geltenden humanökologischen Anforderungen.</p></td></tr><tr><td height="21"></td></tr><tr><td><p><b>Saugpappestreifen zur Feuchteregulierung des Futterbreis</b></p></td></tr><tr><td height="21"></td></tr><tr><td><table border="1" bordercolor="#ffffff" cellpadding="0" cellspacing="0" width="100%"><colgroup><col width="131"><col align="center"></colgroup><tr><td><img src="gfx/prod_streifen.gif" width="131" height="75"></td><td><table border="1" bordercolor="#ffffff" frame="void"  cellpadding="0" cellspacing="0" width="100%" height="75"><colgroup><col width="200" align="center"><col align="center"></colgroup><tr height="25"><td><p>30 x 15 x 1 mm</p></td><td><p>Für Glasdurchmesser 25 mm</p></td></tr>	<tr height="25"><td><p>40 x 20 x 1 mm</p></td><td><p>Für Glasdurchmesser 35mm</p></td></tr><tr height="25"><td><p>40 x 30 x 1 mm</p></td><td><p>Für Glasdurchmesser 50 mm</p></td></tr></table></td></tr></table></td></tr><tr><td height="21"></td></tr><tr><td><p class="text">Wir schicken Ihnen gerne Schaumstoffstopfen und SaugpappestreifenzumTesten zu.<br><a class="white" href="javascript:showContent(10)">Fordern Sie unsere Produkt- und Preisliste an!</a></p></td></tr></table>');
*/ 

db[4] = new dbRecord(0,'<img name="i4" src="gfx/nav/snav_2_4_d.gif" width="191" height="21" border="0" alt="Plattenzuschnitte">', "platten.html",1,0, "::: Produkte", "Plattenzuschnitte",
'<table border="0" cellpadding="0" cellspacing="0" width="663"><tr><td colspan="2" class="headline">Maßgenaue Plattenzuschnitte</td></tr><tr><td height="21" colspan="2"></td></tr><tr ><td width="244" valign="top"><img src="gfx/prod_zuschnitt.gif" width="244" height="270"></td><td valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="20"></td><td height="30" valign="top"><p class="text"><b>aus unterschiedlichsten Materialtypen und -stärken.</b></p></td></tr><tr><td width="20"></td><td valign="top"><table border="0" cellpadding="0" cellspacing="0"><tr><td width="20"></td><td valign="top" width="80"><p class="text">Zuschnittgrößen:</p></td><td width="15"></td><td><p class="text">20 cm² - 10.000 cm²<br></p></td></tr></table></td></tr></table></td></tr></table>');

db[5] = new dbRecord(0,'<img name="i5" src="gfx/nav/snav_2_3_d.gif" width="191" height="21" border="0" alt="Elastomere">', "ela.html",1,0, "::: Produkte", "Elastomere",
'<table border="0" cellpadding="0" cellspacing="0" width="663"><tr><td class="headline" colspan="2">Elastomere - Flachdichtungen</td></tr><tr><td height="20" colspan="2"></td></tr><tr><td width="244" valign="top"><img src="gfx/prod_dicht.gif" width="244" height="256"></td><td valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="20"></td><td height="30" valign="top"><p class="text"><b>aus folgenden Materialien:</b></p></td></tr><tr><td width="20"></td><td valign="top"><table border="0" cellpadding="0" cellspacing="0"><tr><td width="20"></td><td valign="top" width="80"><p class="text">Gummiplatten:</p></td><td width="15"></td><td><p class="text">EPDM, NR, CR, NBR<br>Öl- bzw. UV beständig<br>in den Shorhärten 50°-80°<br><br></p></td></tr><tr><td width="20"></td><td valign="top" width="80"><p class="text">Zellkautschuk:</p></td><td width="15"></td><td><p class="text">NR oder EPDM<br>geschlossenzellig in<br>unterschiedlichsten Farben<br>auch selbstklebend<br><br></p></td></tr><tr><td width="20"></td><td valign="top" width="80"><p class="text">Moosgummi:</p></td><td width="15"></td><td><p class="text">NR oder EPDM<br>beidseitig stoffgemustert<br><br></p></td></tr></table></td></tr></table></td></tr><tr><td height="20" colspan="2"></td></tr><tr><td colspan="2"><p class="text">Durch eine Kostengünstige Fertigung der Stanzwerkzeuge sind wir in der Lage, auch ausgefallene Stanzteileformen preisgünstig in Kleinserie (ab 100 Stück) zu fertigen.</p><a href="mailto:info@k-tk.de">Fragen Sie unverbindlich an!</a></td></tr></table>');

db[6] = new dbRecord(0,'<img name="i6" src="gfx/nav/snav_2_2_d.gif" width="191" height="21" border="0" alt="Schaumstoffverpackungen">', "schaum.html",1,0, "::: Produkte", "Schaumstoffverpackungen",
'<table border="0" cellpadding="0" cellspacing="0" width="663"><tr><td colspan="2" class="headline">Verpackungen aus Schaumstoffen zur Sicherung und Präsentation Ihrer Produkte</td></tr><tr><td height="21" colspan="2"></td></tr><tr ><td width="244" valign="top"><img src="gfx/prod_verpack.gif" width="244" height="257"></td><td valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="20"></td><td height="30" valign="top"><p class="text"><b>aus folgenden Materialien:</b></p></td></tr><tr><td width="20"></td><td valign="top"><table border="0" cellpadding="0" cellspacing="0"><tr><td width="20"></td><td><p class="text">PUR Weichschaumstoff<br>PE - Schaumstoff<br>Zellkautschuk<br>Moosgummi<br></p></td></tr></table></td></tr><tr><td width="20"></td><td height="30" valign="bottom"><p class="text">in unterschiedlichsten Farben und Härtegraden.</p></td></tr></table></td></tr></table>');

db[7] = new dbRecord(0,'<img name="i7" src="gfx/nav/snav_2_1_d.gif" width="191" height="21" border="0" alt="Stanzteile">', "stanz.html",1,0, "::: Produkte", "Stanzteile",
'<table border="0" cellpadding="0" cellspacing="0" width="663"><tr><td colspan="2" class="headline">Stanzteile in den aussergewöhnlichsten Formen</td></tr><tr><td height="21" colspan="2"></td></tr><tr><td width="244" valign="top"><img src="gfx/prod_stanzt.gif" width="244" height="168"></td><td valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="20"></td><td height="30" valign="top"><p class="text"><b>aus folgenden Materialien:</b></p></td></tr><tr><td width="20"></td><td valign="top"><table border="0" cellpadding="0" cellspacing="0"><tr><td width="20"></td><td valign="top" width="80"><p class="text">Schaumstoffe:</p></td><td width="15"></td><td><p class="text">PUR Schaumstoffe<br>PE Schaumstoffe<br>Zellkautschuk<br>Moosgummi<br><br></p></td></tr><tr><td width="20"></td><td valign="top" width="80"><p class="text">Thermoplaste:</p></td><td width="15"></td><td><p class="text">PVC-weich<br>Polyethylen<br>Elastomere / Gummi</p></td></tr></table></td></tr></table></td></tr></table>');

db[8] = new dbRecord(3,'<img name="i8" src="gfx/nav/nav_3_d.gif" width="191" height="21" border="0" alt="Kontakt">', "#",0,0,'','','');

db[9] = new dbRecord(0,'<img name="i9" src="gfx/nav/snav_3_2_d.gif" width="191" height="21" border="0" alt="Kontaktformular">', "form.html",1,0, "::: Kontakt", "Kontaktformular",
'<table border="0" cellpadding="0" cellspacing="0" width="663"><tr><td><iframe name="form" src="http://www.kluehspies-franz.de/form.html" width="663" height="511" frameborder="0" scrolling="Auto"><p>Ihr Browser kann leider keine eingebetteten Frames anzeigen:<br>Sie k&ouml;nnen die eingebettete Seite &uuml;ber den folgenden Verweis<br>aufrufen: <a href="http://www.kluehspies-franz.de/form.html">Kontaktformular</a></p></iframe></td></tr></table>');

db[10] = new dbRecord(0,'<img name="i10" src="gfx/nav/snav_3_1_d.gif" width="191" height="21" border="0" alt="Anschrift">', "add.html",1,0, "::: Kontakt", "Anschrift",
'<table border="0" cellpadding="0" cellspacing="0" width="663"><tr><td class="headline">Anschrift</td></tr><tr><td height="21"></td></tr><tr height="25"><td align="center"><p class="text"><b><font color="#0090d4" size="4">K - T  K</font>&nbsp;&nbsp;&nbsp;e.K.</b></p></td></tr><tr><td height="21"></td></tr><tr><td align="center"><table border="0" cellpadding="0" cellspacing="0" width="300" bgcolor="#ffffff"><colgroup><col align="center"></colgroup><tr height="25"><td align="center"><p class="text"><b>Franz-J. Klühspies</b></p></td></tr><tr height="25"><td align="center"><p class="text"><b>Schulstr. 29</b></p></td></tr><tr height="25"><td align="center"><p class="text"><b>97282 Retzstadt</b></p></td></tr></table></td></tr><tr><td height="21"></td></tr><tr><td align="center"><table border="0" cellpadding="0" cellspacing="0" width="300" bgcolor="#ffffff"><colgroup><col width="35"><col width="65"><col></colgroup><tr height="25"><td></td><td><p class="text"><b>Tel.:</b></p></td><td><p class="text">09364 / 81 22 41</p></td></tr><tr height="25"><td></td><td><p class="text"><b>Fax:</b></p></td><td><p class="text">09364 / 81 22 42</p></td></tr><tr height="25"><td></td><td><p class="text"><b>Mobil:</b></p></td><td><p class="text">0162 / 345 44 89</p></td></tr></table></td></tr><tr><td height="21"></td></tr><tr><td align="center"><table border="0" cellpadding="0" cellspacing="0" width="300" bgcolor="#ffffff"><colgroup><col width="35"><col width="65"><col></colgroup><tr height="25"><td></td><td><p class="text"><b>Kontakt:</b></p></td><td><a href="mailto:info@k-tk.de">info@k-tk.de</a></td></tr></table></td></tr></table>');

db[11] = new dbRecord(4,'<img name="i11" src="gfx/nav/nav_4_d.gif" width="191" height="21" border="0" alt="Partner & Links">', "links.html",0,0, "::: Partner & Links", "Interessante Websites",
'<table border="0" cellpadding="0" cellspacing="0" width="663"><tr><td class="headline">Unsere Partner & Interessante Links</td></tr><tr><td height="21"></td></tr><tr><td><table width="180" border="0" cellpadding="0" cellspacing="0" background="http://myschaumstoff.de/gfx/myschaumstoff.gif"><tr><td width="180" height="47">&nbsp;</td></tr><tr><td height="26" style="padding-left:3px;" valign="top"><a href="http://myschaumstoff.de" target="_blank"><font style: face="Verdana, Arial, Helvetica, sans-serif" size="1" >Schaumstoff, Zuschnitte und Sitzsack bei myschaumstoff.de</font></a></td></tr></table></td></tr></table>');
//END

var foot = new Array();
foot[0] = new dbRecord(1,'<img name="f0" src="gfx/nav/snav_3_3_d.gif" width="191" height="25" border="0" alt="AGBs">', "agb.html",0,0, "::: K-TK", "AGBs",
'<table border="0" cellpadding="0" cellspacing="0" width="663"><iframe name="agb" src="agb.html" width="663" height="375" frameborder="0" scrolling="Auto"><p>Ihr Browser kann leider keine eingebetteten Frames anzeigen:<br>Sie k&ouml;nnen die eingebettete Seite &uuml;ber den folgenden Verweis<br>aufrufen: <a href="http://www.kluehspies-franz.de/agb.html">AGBs</a></p></iframe></table>');

foot[1] = new dbRecord(2,'<img name="f1" src="gfx/nav/snav_3_4_d.gif" width="191" height="25" border="0" alt="Impressum">', "imp.html",0,0, "::: K-TK", "Impressum",
'<table border="0" cellpadding="0" cellspacing="0" width="663"><iframe name="imp" src="imp.html" width="663" height="375" frameborder="0" scrolling="Auto"><p>Ihr Browser kann leider keine eingebetteten Frames anzeigen:<br>Sie k&ouml;nnen die eingebettete Seite &uuml;ber den folgenden Verweis<br>aufrufen: <a href="http://www.kluehspies-franz.de/imp.html">Impressum</a></p></iframe></table>');