/*document.writeln('\t\t<object width="705" height="249">\n');
document.writeln('\t\t\t<param name="movie" value="/img/header.swf">\n');
document.writeln('\t\t\t<param name="wmode" value="transparent">\n');
document.writeln('\t\t\t<embed src="/img/header.swf" wmode="transparent" width="705" height="249">\n');
document.writeln('\t\t\t</embed>\n');
document.writeln('\t\t</object>\n');*/

function toonFlash(bestand,breed,hoog){

	document.writeln('\t\t<object width="'+breed+'" height="'+hoog+'">\n');
	document.writeln('\t\t\t<param name="movie" value="'+bestand+'">\n');
	document.writeln('\t\t\t<param name="wmode" value="transparent">\n');
	document.writeln('\t\t\t<embed src="'+bestand+'" wmode="transparent" width="'+breed+'" height="'+hoog+'">\n');
	document.writeln('\t\t\t</embed>\n');
	document.writeln('\t\t</object>\n');

	
}
