<!--
 function openWin(pagina,doel,feat)  {
 win = window.open(pagina,doel,feat);
 }

function divzichtbaar(bronnen){
divie=document.getElementById(bronnen)
divie.style.visibility ="visible";}

function divonzichtbaar(bronnen){
divie=document.getElementById(bronnen)
divie.style.visibility ="hidden";}


function openWin(pagina)  {
	   win = window.open(pagina,'pop_up','width=520,height=400,left=50,top=50,scrollbars=yes');
       win.opener = self;
    }

function surfto(form) {var myindex=form.dest.selectedIndex
window.open(form.dest.options[myindex].value, target="_self"); }

function ShowMovie(naam, breedte, hoogte, kleur)

{
   document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+breedte+'" HEIGHT="'+hoogte+'" id="toscanifix" ALIGN="">\n');
   document.write('<PARAM NAME=movie VALUE="'+naam+'.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE="'+kleur+'">\n');
   document.write('<EMBED src="'+naam+'.swf" quality=high bgcolor="'+kleur+'" WIDTH="'+breedte+'" HEIGHT="'+hoogte+'" NAME="toscanifix" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>\n');
   document.write('</object>\n');
}

function ShowMovie2(naam, breedte, hoogte, kleur, transparent)

{
   document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+breedte+'" HEIGHT="'+hoogte+'" id="toscanifix" ALIGN="">\n');
   document.write('<PARAM NAME=movie VALUE="'+naam+'.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE="'+kleur+'">\n');
   document.write('<EMBED src="'+naam+'.swf" quality=high wmode=transparent bgcolor="'+kleur+'" WIDTH="'+breedte+'" HEIGHT="'+hoogte+'" NAME="toscanifix" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>\n');
   document.write('</object>\n');
}

function ShowMovie3(naam, breedte, hoogte, kleur)

{
   document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+breedte+'" HEIGHT="'+hoogte+'" id="toscanifix" ALIGN="">\n');
   document.write('<PARAM NAME=movie VALUE="'+naam+'"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE="'+kleur+'">\n');
   document.write('<EMBED src="'+naam+'" quality=high bgcolor="'+kleur+'" WIDTH="'+breedte+'" HEIGHT="'+hoogte+'" NAME="toscanifix" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>\n');
   document.write('</object>\n');
}

-->