function ShowFlash(url,w,h,extra)
{
	document.write('<object type="application/x-shockwave-flash" FlashVars="'+extra+'" data="helpdesk_bestanden/'+url+'" width="'+w+'" height="'+h+'" wmode="transparent"> \n');
	document.write('<param name="movie" value="helpdesk_bestanden/'+url+'" /> \n');
	document.write('<param name="FlashVars" value="'+extra+'" /> \n');
	document.write('<param name="wmode" value="transparent" /></object>	 \n');
}

