


w = "<div id=\"menuschrijver\" style=\"float:left\"><table border=\"0\"><tr>";
w += "<td><span id='eerste' style='cursor:default;margin-left: 10px;margin-top: auto;' onmouseover=\"temp=this.style.color;this.style.color= 'white';\" onmouseout=\"this.style.color=temp;\" onclick=\"location.href='index.html';\"> Home </span></td>";
w += "<td><span id='eerste' style='cursor:default;margin-left: 10px;margin-top: auto;' onmouseover=\"temp=this.style.color;this.style.color= 'white';\" onmouseout=\"this.style.color=temp;\" onclick=\"location.href='wie.html';\"> Wie </span></td>";
w += "<td><span id='tweede' style='cursor:default;margin-left: 10px;margin-top: auto;' onmouseover=\"temp=this.style.color;this.style.color= 'white';\" onmouseout=\"this.style.color=temp;\" onclick=\"location.href='wat.html';\"> Wat </span></td>";
w += "<td><span id='derde' style='cursor:default;margin-left: 10px;margin-top: auto;' onmouseover=\"temp=this.style.color;this.style.color= 'white';\" onmouseout=\"this.style.color=temp;\" onclick=\"location.href='wanneer.html';\"> Wanneer </span></td>";

w += "<td><span id='vijfde' style='cursor:default;margin-left: 10px;margin-top: auto;' onmouseover=\"temp=this.style.color;this.style.color= 'white';\" onmouseout=\"this.style.color=temp;\" onclick=\"location.href='werkwijze.html';\"> Werkwijze</span></td>";
w += "<td><span id='vijfde' style='cursor:default;margin-left: 10px;margin-top: auto;' onmouseover=\"temp=this.style.color;this.style.color= 'white';\" onmouseout=\"this.style.color=temp;\" onclick=\"location.href='samenwerking.html';\"> Samenwerking</span></td>";
w += "<td><span id='vijfde' style='cursor:default;margin-left: 10px;margin-top: auto;' onmouseover=\"temp=this.style.color;this.style.color= 'white';\" onmouseout=\"this.style.color=temp;\" onclick=\"location.href='fitkids.html';\"> FitKids</span></td>";
w += "<td><span id='vierde' style='cursor:default;margin-left: 10px;margin-top: auto;' onmouseover=\"temp=this.style.color;this.style.color= 'white';\" onmouseout=\"this.style.color=temp;\" onclick=\"location.href='links.html';\"> Links </span></td>";
w += "<td><span id='vijfde' style='cursor:default;margin-left: 10px;margin-top: auto;' onmouseover=\"temp=this.style.color;this.style.color= 'white';\" onmouseout=\"this.style.color=temp;\" onclick=\"location.href='contact.html';\"> Contact/Aanmelden </span></td>";
w += "</tr></table></div>";
document.write(w);
