// JavaScript Document
// video integreren: dmv een .flv bestand te maken mbv Riva en deze ergens in (een nieuwe map) in de map foto_video te zetten. In deze map bevindt zich ook de flvplayer.swf, 
// welke voor meerdere filmpjes gebruikt kan worden. De lokatie van het .flv bestand wordt bekeken vanaf de flvplayer.swf.

function Bandles()
{ document.write('<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="60">\n');
  document.write('<param name=\"movie\" value=\"images/homepage/bandles.swf\">\n');
  document.write('<param name="quality" value="high">\n');
  document.write('<param name="wmode" value="" />\n');
  document.write('<embed src="images/homepage/bandles.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="60"></embed>\n');
document.write('</object>\n');
}

function Winterconcert()
{
  document.write('<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="120" height="120">\n');
  document.write('<param name=\"movie\" value=\"images/aktueel/winterconcert.swf\">\n');
  document.write('<param name="quality" value="high">\n');
  document.write('<param name="wmode" value="" />\n');
  document.write('<embed src="images/aktueel/winterconcert.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="120" height="120"></embed>\n');
document.write('</object>\n');
}

function Leerlingenconcert_2007()
{
	document.write('<object width="400" height="260" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">\n');
document.write('<param name="movie" value="foto_video/flvplayer.swf" />\n');
document.write('<param name="bgcolor" value="#000000" />\n');
document.write('<param name="menu" value="false" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="flashvars" value="file=leerlingenconcert_2007/leerlingenconcert_2007.flv&autostart=false" />\n');
document.write('<embed src="foto_video/flvplayer.swf" width="400" height="260" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" bgcolor="#000000" menu="false" quality="high" flashvars="file=leerlingenconcert_2007/leerlingenconcert_2007.flv"/></embed>\n');
document.write('</object>\n');
}
function Schoolinval_2007()
{
	document.write('<object width="400" height="320" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">\n');
document.write('<param name="movie" value="foto_video/flvplayer.swf" />\n');
document.write('<param name="bgcolor" value="#000000" />\n');
document.write('<param name="menu" value="false" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="flashvars" value="file=schoolinval_2007/schoolinval_2007.flv&autostart=false" />\n');
document.write('<embed src="foto_video/flvplayer.swf" width="400" height="320" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" bgcolor="#000000" menu="false" quality="high" flashvars="file=schoolinval_2007/schoolinval_2007.flv"/></embed>\n');
document.write('</object>\n');
}