// JavaScript Document
function RunFoo()
{

	document.write(' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=	');
	document.write('"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="200" height="290">');
    document.write(' <param name="movie" value="flash/knoppen.swf">');
    document.write(' <param name=quality value=high>');
    document.write(' <embed src="flash/knoppen.swf" quality=high   ');
	document.write(' pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="200" height="290"></embed>');
       document.write('</object>');
}
function RunLogo()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="200" height="160">');
document.write('<param name="movie" value="flash/logo.swf">');
document.write('<param name=quality value=high>');
document.write('<embed src="flash/logo.swf" quality=high ');
document.write('pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="200" height="160"></embed>');
document.write('</object>');
}
