// Datei: anfang.js

var a = '<table width="" cellPadding=0 cellSpacing=7>';
a += '<tr>';
a += '<td colspan="2" id="Logo">';

 // Logo
a += 'An dieser Seite wird noch gebastelt ...            ';

a += '</td>';
a += '</tr>';
a += '<tr>';
a += '<td valign="top" width="180" id="Navigation">';

 // Navigation
a += '<b>Wakeboards</b><br> ';
a += ' <a href="http://www.koerks.de/dateien/shop/wakeboards/new-schnitzel.htm">New Schnitzel</a><br> ';
a += ' <a href="http://www.koerks.de/dateien/shop/wakeboards/liquid-force.htm">Liquid Force</a><br><br> ';
a += '<b>Bindungen</b><br> ';
a += ' <a href="http://www.koerks.de/dateien/shop/bindungen/new-schnitzel.htm">New Schnitzel</a><br> ';
a += ' <a href="http://www.koerks.de/dateien/shop/bindungen/liquid-force.htm">Liquid Force</a><br><br> ';
a += '<b>Wakeboard - Sets</b><br><br> ';
a += '<b>Zubehφr</b><br> ';
a += ' <a href="http://www.koerks.de/dateien/shop/zubehoer/boardbags.htm">Boardbags</a><br> ';
a += ' <a href="http://www.koerks.de/dateien/shop/zubehoer/finnen.htm">Finnen & Schrauben</a><br> ';
a += ' <a href="http://www.koerks.de/dateien/shop/zubehoer/senkel.htm">Schnόrsenkel</a><br> ';
a += ' <a href="http://www.koerks.de/dateien/shop/zubehoer/repair.htm">Repair Kit</a><br><br> ';
a += '<b>Equipment</b><br> ';
a += ' <a href="http://www.koerks.de/dateien/shop/equipment/helme.htm">Helme</a><br> ';                            
a += ' <a href="http://www.koerks.de/dateien/shop/equipment/neos.htm">Neos</a><br> ';                            
a += ' <a href="http://www.koerks.de/dateien/shop/equipment/lycras.htm">Lycras</a><br> ';                            
a += ' <a href="http://www.koerks.de/dateien/shop/equipment/westen.htm">Westen</a><br> ';   
a += ' <a href="http://www.koerks.de/dateien/shop/equipment/handschuhe.htm">Handschuhe</a><br><br> ';  
a += '<b>Fashion</b><br> ';  
a += ' <a href="http://www.koerks.de/dateien/shop/fashion/bikinis.htm">Bikinis</a><br> ';  
a += ' <a href="http://www.koerks.de/dateien/shop/fashion/boardshorts.htm">Boardshorts</a><br> ';  
a += ' <a href="http://www.koerks.de/dateien/shop/fashion/shirts.htm">Shirts</a><br> ';  
a += ' <a href="http://www.koerks.de/dateien/shop/fashion/hoodies.htm">Hoodies</a><br> ';  
a += ' <a href="http://www.koerks.de/dateien/shop/fashion/hats.htm">Hats & Caps</a><br> ';  
a += ' <a href="http://www.koerks.de/dateien/shop/fashion/shoes.htm">Cool Shoes</a><br><br> '; 
a += '<b>Accessoires</b><br> ';
a += ' <a href="http://www.koerks.de/dateien/shop/accessoires/sonnenbrillen.htm">Sonnenbrillen</a><br> ';  
a += ' <a href="http://www.koerks.de/dateien/shop/accessoires/schmuck.htm">Schmuck</a><br><br> ';    
a += '<b>Media</b><br> ';
a += ' <a href="http://www.koerks.de/dateien/shop/media/dvd.htm">DVDs</a><br> ';  
a += ' <a href="http://www.koerks.de/dateien/shop/media/magazine.htm">Magazine</a><br><br> ';   
a += '<b><a href="http://www.koerks.de/dateien/shop/koerks_stuff/koerks_stuff.htm">KOERKs Stuff</a></b><br> ';  
a += '<br><br><br><br><br><br><br><br><br>';

a += '</td>';
a += '<td valign="top" id="Inhalt" width="">';
document.write(a);