<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// GALLERY MENU LINKS



var topspacing		= "30"		// NUDGE GALLERY MENU DOWN
var sidewidth		= "150"		// GALLERY MENU WIDTH




document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
document.write('<hr class="page-splits" style="width: 110px;">');
document.write('<span class="sidebartitle">');

document.write('WONINGAANBOD<br>');

document.write('</span>');
document.write('<hr class="page-splits" style="width: 110px;"><br>');





document.write('<a href="gallery4.html"><img src="gallery/menuplangebied.jpg" border="0" class="Galborder" width="120" height="60"><br>');
document.write('</a><br><br>');





document.write('<a href="gallery1.htm"><img src="gallery/menuhotelappartementen.jpg" border="0" class="Galborder" width="120" height="60"><br>');
document.write('</a><br><br>');



// COPY THE NEXT 2 LINES AND PASTE TO ADD ANOTHER GALLERY IMAGE



document.write('<a href="gallery2.html"><img src="gallery/menuresortappartementen.jpg" border="0" class="Galborder" width="120" height="60"><br>');
document.write('</a><br><br>');

document.write('<a href="gallery3.html"><img src="gallery/menubeachlodges.jpg" border="0" class="Galborder" width="120" height="60"><br>');
document.write('</a><br><br>');

document.write('<a href="gallery5.html"><img src="gallery/menuinterieur.jpg" border="0" class="Galborder" width="120" height="60"><br>');
document.write('</a><br><br>');

document.write('<hr class="page-splits" style="width: 110px;"><br>');
document.write('<img src="picts/spacer.gif" height="1" width="125" border="0" alt="image"><br>');

// END -->