<!-- Begin



var menuside	= "left"	// 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>');


// START LINKS //


document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td><td nowrap>');
document.write('<a href="verkooppunten.htm" class="menu">Verkoopadressen</a>');



document.write('</td><td nowrap>');
document.write('<a href="bestelinformatie.htm" class="menu">Bestelinformatie</a>')



document.write('</td><td nowrap>');
document.write('<a href="fotoalbum.htm" class="menu">Fotoalbum</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.pimperz.eu/gastenboek.php" class="menu">Gastenboek</a>');

document.write('</td><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td><td nowrap>');
document.write('<a href="contact.htm" 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 -->
