d.write("<div class=\"rand\"><h4>Snel naar ...<\/h4>");
d.write("<div class=\"links\">");

if (d.title == 'Cascading Style Sheets Introductie' + wm)
{
d.write("<div class=\"actief\">Introductie &#171;<\/div>");
}
else 
{
d.write("<a href=\"css_intro.html\">Introductie<\/a><br>");
}

if (d.title == 'Werking Cascading Style Sheets: class en id' + wm)
{
d.write("<div class=\"actief\">class en id &#171;<\/div>");
d.write("<a class=\"subnav\" href=\"css_pseudoclasses.html\">&nbsp;&#183;&nbsp;pseudo-classes<\/a><br>");
}
else 
{
d.write("<a href=\"css_class_en_id.html\">class en id<\/a><br>");
}

if (d.title == 'Werking Cascading Style Sheets: pseudo-classes' + wm)
{
d.write("<div class=\"subnavactief\">&nbsp;&#183;&nbsp;pseudo-classes &#171;<\/div>");
}
else 
{
d.write("");
}

if (d.title == 'Cascading Style Sheets: hulp' + wm)
{
d.write("<div class=\"actief\">Hulp &#171;<\/div>");
}
else 
{
d.write("<a href=\"css_hulp.html\">Hulp<\/a><br>");
}

if (d.title == 'Cascading Style Sheets: kleuren' + wm)
{
d.write("<div class=\"actief\">Kleuren &#171;<\/div>");
}
else 
{
d.write("<a href=\"css_kleur.html\">Kleuren<\/a><br>");
}

if (d.title == 'Cascading Style Sheets: plaatsing' + wm)
{
d.write("<div class=\"actief\">Plaatsing &#171;<\/div>");
}
else 
{
d.write("<a href=\"css_plaatsing.html\">Plaatsing<\/a><br>");
}

if (d.title == 'Cascading Style Sheets: programma\'s' + wm)
{
d.write("<div class=\"actief\">Programma's &#171;<\/div>");
}
else 
{
d.write("<a href=\"css_prog.html\">Programma's<\/a><br>");
}

d.write("<a href=\"css_codes.html\">Veelgebruikte codes<\/a><br>");

if (d.title == 'Cascading Style Sheets: werking' + wm)
{
d.write("<div class=\"actief\">Werking &#171;<\/div>");
}
else 
{
d.write("<a href=\"css_werking.html\">Werking<\/a>");
}

d.write("</div><\/div>");

d.write("<br>");


if (d.title == 'CSS nieuwsgroepen' + wm)
{
d.write("")
}
else
{
d.write("<div class=\"rand\"><h4>Usenet<\/h4>");
d.write("<div class=\"links\"><a href=\"css_usenet.html\">Nieuwsgroepen<\/a></div>");
d.write("<\/div>");
d.write("<br>");
}

d.write("<div class=\"rand\"><h4>Zie ook:<\/h4>");
d.write("<div class=\"links\"><a href=\"xsl.html\">XSL<\/a><br>");
d.write("<a href=\"xml_css.html\">XML en CSS</a>");
d.write("<\/div></div><br>");

