<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "NO"		// SHOW THE 3ND PARAGRAPH
var paragraph_4 	= "NO"		// SHOW THE 4ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Nieuwtjes<br></legend>');
document.write('In het bezit van iPhone of iPad??.</a><br>');
document.write('Zet de startpagina van de website in je beginscherm.</a><br>');
document.write('Er komt dan vanzelf het goede appje.</a><br>');
document.write('Of kijk even op de instuctiepagina. <a href="app3.htm">KLIK HIER</a><br>');
document.write('--------</a><br>');
document.write('Vertalingen voor onze Duitse website zijn gemaakt door Miranda Chudaska-Minderhoud. Onze hartelijke dank hiervoor.</a><br>');
document.write('--------</a><br>');
document.write('</a><br>');
document.write('.</a><br>');
document.write('Heeft u vragen, neem gerust <a href="contact.htm">contact</a><br>');
document.write('met ons op</a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="wifi.html"><img src="picts/Image1.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Bijzonderheden<br></legend>');

document.write('De site draait nu zonder problemen.<br>');
document.write('<br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="zoover.htm"><img src="2011/zoover.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}



// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Website update<br></legend>');

document.write('11-1-2008 Nieuwe pagina toegevoegd,<br>');
document.write('<a href="filmpjes.htm">"Filmpjes van Walcheren"</a><br>');
document.write('28-1-2008 contact/reservering pagina verbeterd,<br>');
document.write('16-3-2008 pagina "vernieuwingen" bijgewerkt.</a><br>');
document.write('12-12-2008 website opgeschoond en bijgewerkt,<br>');
document.write('6-12-2009 pagina "vernieuwingen" bijgewerkt.</a><br>');
document.write('16-1-2010 pagina "index pagina" bijgewerkt.</a><br>');
document.write('wekelijks pagina "vernieuwingen" bijgewerkt.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3




document.write('</td></tr></table>');


// -- END -->
