arrowCellWidth = 15;
vertImgSpace = 3;
vertAlign = 'top';
urlTarget = '_self';

document.write("<table width='950' border='0' cellspacing='0' cellpadding='3' style='margin-bottom:3px'>\n");
  document.write("<tr>\n");
    document.write("<td><img src='images/text.gif' width='289' height='20'></td>\n");
  document.write("</tr>\n");
  document.write("<tr>\n");
    document.write("<td width='100%' bgcolor='#D7D7D7' valign='bottom' style='padding:0px'>\n")
      document.write("<table border='0' cellspacing='0' cellpadding='0' style='font-weight:bold'>\n");
        document.write("<tr height='50'>\n");
          document.write("<td width='6'>&nbsp;</td>\n");
          document.write("<td width='"+arrowCellWidth+"' valign='"+vertAlign+"'><img src='images/arrow.gif' vspace='"+vertImgSpace+"' width='12' height='9'></td><td width='55' valign='top'><a href='index.html' target='"+urlTarget+"' class='menulink'>Home</a></td>\n");
          document.write("<td width='"+arrowCellWidth+"' valign='"+vertAlign+"'><img src='images/arrow.gif' vspace='"+vertImgSpace+"' width='12' height='9'></td><td width='105' valign='top'><a href='products.html' target='"+urlTarget+"' class='menulink'>Producten en<br>diensten</a></td></td>\n");
          document.write("<td width='"+arrowCellWidth+"' valign='"+vertAlign+"'><img src='images/arrow.gif' vspace='"+vertImgSpace+"' width='12' height='9'></td><td width='78' valign='top'><a href='bp.html' target='"+urlTarget+"' class='menulink'>Business<br>partners</a></td>\n");
          document.write("<td width='"+arrowCellWidth+"' valign='"+vertAlign+"'><img src='images/arrow.gif' vspace='"+vertImgSpace+"' width='12' height='9'></td><td width='78' valign='top'><a href='seas.html' target='"+urlTarget+"' class='menulink'>Maatwerk</a></td>\n");
          document.write("<td width='"+arrowCellWidth+"' valign='"+vertAlign+"'><img src='images/arrow.gif' vspace='"+vertImgSpace+"' width='12' height='9'></td><td width='88' valign='top'><a href='info.html' target='"+urlTarget+"' class='menulink'>Informatie</a></td>\n");
          document.write("<td width='"+arrowCellWidth+"' valign='"+vertAlign+"'><img src='images/arrow.gif' vspace='"+vertImgSpace+"' width='12' height='9'></td><td width='84' valign='top'><a href='vacatures.html' target='"+urlTarget+"' class='menulink'>Vacatures</a></td>\n");
          document.write("<td width='"+arrowCellWidth+"' valign='"+vertAlign+"'><img src='images/arrow.gif' vspace='"+vertImgSpace+"' width='12' height='9'></td><td width='55' valign='top'><a href='contact.html' target='"+urlTarget+"' class='menulink'>Contact</a></td>\n");
        document.write("</tr>\n");
      document.write("</table>\n");
    document.write("</td>\n");
    document.write("<td rowspan='2' width='3' style='padding:2px'></td>\n");
    document.write("<td width='289' style='padding:0px'>");
      document.write("<td width='289' style='padding:0px'>");
      document.write("<img src='images/logo.jpg' width='289' height='61'></td>\n");
  document.write("</tr>\n");
document.write("</table>\n");