
var Prefix = "";
var Page = "default";

if ((thisSection == "news") && (thisPage != "default")) { Prefix = "../../"; }
else if (thisSection != "") { Prefix = "../"; }
else { Prefix = ""; }


var code = "<div id='header'>";
code += "<h1 title='Kabelschaden.de'>Kabelschaden.de</h1>";
code += "<h2 title='Eine Informationsseite &uuml;ber Multiple Sklerose'>Eine Informationsseite &uuml;ber Multiple Sklerose</h2>";

if(thisSection == "impressum")
        code += "<span id='impressum'><a href='" + Prefix + "impressum/default.htm' title='Impressum' accesskey='i' class='active'>&raquo; <em>I</em>mpressum</a></span>";
        else
        code += "<span id='impressum'><a href='" + Prefix + "impressum/default.htm' title='Impressum' accesskey='i'>&raquo; <em>I</em>mpressum</a></span>";

code += "</div>";
code += "<div id='mainnav'>";
code += "<ul>";
        if(thisSection == "")
        code += "<li><a href='" + Prefix + "default.htm' title='Home' accesskey='h' class='active'>&raquo; <em>H</em>ome</a></li>";
        else
        code += "<li><a href='" + Prefix + "default.htm' title='Home' accesskey='h'>&raquo; <em>H</em>ome</a></li>";

        if(thisSection == "was_ist_ms")
        code += "<li><a href='" + Prefix + "was_ist_ms/default.htm' title='Was ist Multiple Sklerose?' accesskey='m' class='active'>&raquo; Was ist <em>M</em>S?</a></li>";
        else
        code += "<li><a href='" + Prefix + "was_ist_ms/default.htm' title='Was ist Multiple Sklerose?' accesskey='m'>&raquo; Was ist <em>M</em>S?</a></li>";

        if(thisSection == "ernaehrung")
        code += "<li><a href='" + Prefix + "ernaehrung/default.htm' title='Ernährung' accesskey='r' class='active'>&raquo; E<em>r</em>n&auml;hrung</a></li>";
        else
        code += "<li><a href='" + Prefix + "ernaehrung/default.htm' title='Ernährung' accesskey='r'>&raquo; E<em>r</em>n&auml;hrung</a></li>";

        if(thisSection == "alltag")
        code += "<li><a href='" + Prefix + "alltag/sport.htm' title='News' accesskey='a' class='active'>&raquo; MS im <em>A</em>lltag</a></li>";
        else
        code += "<li><a href='" + Prefix + "alltag/sport.htm' title='News' accesskey='a'>&raquo; MS im <em>A</em>lltag</a></li>";

        if(thisSection == "news")
        code += "<li><a href='" + Prefix + "news/2010.htm' title='News' accesskey='n' class='active'>&raquo; <em>N</em>ews</a></li>";
        else
        code += "<li><a href='" + Prefix + "news/2010.htm' title='News' accesskey='n'>&raquo; <em>N</em>ews</a></li>";

        if(thisSection == "lexikon")
        code += "<li><a href='" + Prefix + "lexikon/default.htm' title='MS-Lexikon' accesskey='x' class='active'>&raquo; Le<em>x</em>ikon</a></li>";
        else
        code += "<li><a href='" + Prefix + "lexikon/default.htm' title='MS-Lexikon' accesskey='x'>&raquo; Le<em>x</em>ikon</a></li>";

        if(thisSection == "literatur")
        code += "<li><a href='" + Prefix + "literatur/default.htm' title='Literatur' accesskey='l' class='active'>&raquo; <em>L</em>iteratur</a></li>";
        else
        code += "<li><a href='" + Prefix + "literatur/default.htm' title='Literatur' accesskey='l'>&raquo; <em>L</em>iteratur</a></li>";

        if(thisSection == "tagebuch")
        code += "<li><a href='" + Prefix + "tagebuch/2010.htm' title='Tagebuch' accesskey='t' class='active'>&raquo; <em>T</em>agebuch</a></li>";
        else
        code += "<li><a href='" + Prefix + "tagebuch/2010.htm' title='Tagebuch' accesskey='t'>&raquo; <em>T</em>agebuch</a></li>";

        if(thisSection == "gaestebuch")
        code += "<li><a href='" + Prefix + "gaestebuch/default.htm' title='Gästebuch' accesskey='g' class='active'>&raquo; <em>G</em>&auml;stebuch</a></li>";
        else
        code += "<li><a href='" + Prefix + "gaestebuch/default.htm' title='Gästebuch' accesskey='g'>&raquo; <em>G</em>&auml;stebuch</a></li>";

        if(thisSection == "links")
        code += "<li><a href='" + Prefix + "links/default.htm' title='Links' accesskey='i' class='active'>&raquo; L<em>i</em>nks</a></li>";
        else
        code += "<li><a href='" + Prefix + "links/default.htm' title='Links' accesskey='i'>&raquo; L<em>i</em>nks</a></li>";
code += "</ul>";

/*
code += "<ul class='goRight'>";
        if(thisSection == "impressum")
        code += "<li><a href='" + Prefix + "impressum/default.htm' title='Impressum' accesskey='i' class='active'>&raquo; <em>I</em>mpressum</a></li>";
        else
        code += "<li><a href='" + Prefix + "impressum/default.htm' title='Impressum' accesskey='i'>&raquo; <em>I</em>mpressum</a></li>";
code += "</ul>";
*/
code += "<br class='clear' />";
code += "</div>";

document.write(code);