var url = "static/flash/site.swf";
var nocache = "?nocache=" + new Date().getTime();
var params = {
	wmode:"transparent"
}
var flashvars = {
	language:"nl"
}
swfobject.embedSWF(url+nocache, "site", "100%", "100%", "9", "static/flash/expressInstall.swf", flashvars, params, null);

function resizeObject(h) {
  	var flash = (navigator.appName.indexOf ("Microsoft") !=-1)?window["site"]:document["site"];
	flash.height = h;
}
