
var object = 'flash/fotos/fotos.swf';
var height = '530';
var width = '730';
var lang = 'NL';


	document.write('<object type="application/x-shockwave-flash" data="' + object + '?textLang=' + lang + '" width="' + width + '" height="' + height + '"><param name="movie" value="' + object + '?textLang=' + lang + '" /><param name="wmode" value="transparent"></object>');
	
