<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "center"	// MENU SIDE | left, right or center
var menuspace	= "15"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON



document.write('</td><td>');
document.write('<a href="index.html" target="self" class="menu">Homepage</a>');



document.write('</td><td>');
document.write('<a href="over-ons-bedrijf.htm" target="self" class="menu">Over ons bedrijf</a>');



document.write('</td><td>');
document.write('<a href="over-scharrelvlees.htm" target="self" class="menu">Over scharrelvlees</a>');



document.write('</td><td>');
document.write('<a href="Horecaproducten.pdf" target="_new" class="menu">Horeca/Catering/Instelling</a>');



document.write('</td><td>');
document.write('<a href="recepten.htm" target="self" class="menu">Recepten</a>');



document.write('</td><td>');
document.write('<a href="barbequespecialist.htm" target="_blank" class="menu">Barbeque</a>');



document.write('</td><td>');
document.write('<a href="vacatures-opleidingen.htm" target="self" class="menu">Vacatures/Opleidingen</a>');



document.write('</td><td>');
document.write('<a href="contact.htm" target="self" class="menu">Contact</a>');



// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');


//  End -->
