// JavaScript Document


function showFlash( flashAni ){

	document.write( "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"\n" );
	
	document.write( " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\"\n" );
	
	document.write( " id=\"ZOA-Vluchtelingenzorg\" width=\"950\" height=\"195\">\n" );
	
	document.write( " <param name=\"movie\" value=\" "+flashAni+" \">\n" );
	
	document.write( " <param name=\"quality\" value=\"high\">\n" );
	
	document.write( " <param name=\"wmode\" value=\"transparent\">\n" );
	
	document.write( " <embed name=\"ZOA-Vluchtelingenzorg\" src=\" "+flashAni+" \"\n" );
	
	document.write( " quality=\"high\" wmode=\"transparent\" \n" );
	
	document.write( " width=\"950\" height=\"195\"\n" );
	
	document.write( " type=\"application/x-shockwave-flash\"\n" );
	
	document.write( " pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>\n" );
	
	document.write( "</object>\n" );

/*

	animation = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"\n";
	
	animation = animation + " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\"\n";
	
	animation = animation + " id=\"ZOA-Vluchtelingenzorg\" width=\"950\" height=\"195\">\n";
	
	animation = animation + " <param name=\"movie\" value=\"{$templatedir_upload}images/home.swf\">\n";
	
	animation = animation + " <param name=\"quality\" value=\"high\">\n";
	
	animation = animation + " <param name=\"wmode\" value=\"transparent\">\n";
	
	animation = animation + " <embed name=\"ZOA-Vluchtelingenzorg\" src=\"{$templatedir_upload}images/home.swf\"\n";
	
	animation = animation + " quality=\"high\" wmode=\"transparent\" \n";
	
	animation = animation + " width=\"950\" height=\"195\"\n";
	
	animation = animation + " type=\"application/x-shockwave-flash\"\n";
	
	animation = animation + " pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>\n";
	
	animation = animation + "</object>\n";
	
	return animation;
*/
}
