<!-- Begin

// SIDEBAR ENGLISH PAGES

// OPGELET: Als je in een tekst een ' gebruikt zet er dan een schuine streep voor zoals hier \'

// DEZE OPTIES KAN JE AAN "yes" OF UIT "no" ZETTEN

var showimage_1		= "yes"		// TOON FOTO 1
var showimage_2		= "yes"		// TOON FOTO 2
var showimage_3		= "yes"		// TOON FOTO 3
var showarea_1		= "yes"		// TOON TEKSTZONE 1
var showarea_2		= "no"		// TOON TEKSTZONE 2
var showarea_3		= "no"		// TOON TEKSTZONE 3
var links		= "yes"		// TOON LINKS

var movedown		= "45"		// AFSTAND SIDEBAR TOT BOVENKANT VAN DE PAGINA


document.write('<img src="../picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');


// GEGEVENS OVER FOTO 1

   if (showimage_1 == "yes") {
document.write('<a href="http://www.uvminerals.org/"><IMG SRC="../picts/fmslogo192.gif" border="0" width="150" height="150" class="borders"></a><br><br>');
}

// START TEKSTVELD 1

   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">MKAFMS Europe</span></legend>');

document.write('<br> contact us <br><br>');
document.write('<a href="mailto:axel.emmermann@telenet.be">Axel Emmermann</a><br> ');
document.write('<a href="mailto:gerard.barmarin@skynet.be">Gerard Barmarin</a><br> ');
document.write('<a href="mailto:richard.loyens@telenet.be">Richard Loyens</a><br> ');
document.write('<a href="mailto:petrus.van.hool@telenet.be">Piet Van Hool</a><br> ');

document.write('</fieldset>');
document.write('<br><br><br>');
}

// EINDE TEKSTVELD 1


// GEGEVENS OVER FOTO 2

   if (showimage_2 == "yes") {
document.write('<a href="http://www.minerant.org"><IMG SRC="../picts/MKA.gif" border="0" width="150" height="90" class="borders"></a><br><br>');
}

// START TEKSTVELD 2

   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">second text field:</span></legend>');

document.write('place your own text here. ');

document.write('<a href="page3.html">Go to page 3...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// EINDE TEKSTVELD 2


// VELD MET LINKS
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">favorite links</span></legend>');

document.write('<br> ');
document.write('<a href="http://www.minerant.org/home.html" target="_blank">MKA</a><br>');

document.write('<a href="http://www.uvminerals.org/" target="_blank">FMS</a><br>');

document.write('<a href="http://www.webmineral.com/" target="_blank">webmineral.com</a><br>');

document.write('<a href="http://www.uvsystems.com/" target="_blank">uv systems</a><br>');

document.write('<a href="http://www.natuurwetenschappen.be/" target="_blank">KBIN</a><br>');

document.write('<a href="http://users.telenet.be/axel.emmerman/FiatLux/Index.php" target="_blank">Axel Emmermann</a><br>');

document.write('<a href="http://www.uvminerals.org/showcase/barmarin/" target="_blank">Gerard Barmarin</a><br>');


document.write('</fieldset>');
document.write('<br><br><br>');
}
// EINDE VELD MET LINKS


// GEGEVENS OVER FOTO 3

   if (showimage_3 == "yes") {
document.write('<a href="http://www.natuurwetenschappen.be/"><IMG SRC="../picts/logo-KBIN-1.jpg" border="0" width="150" height="81" class="borders"></a><br><br>');
}

// START TEKSTVELD 3

   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Field 3:</span></legend>');

document.write('text in field 3. ');

document.write('<a href="page4.html">Continue...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// EINDE TEKSTVELD 3



document.write('</td></tr></table>');
//  Einde -->