function f(a,b,c,d){
	var e ='<embed src="'+b+'" width="'+c+'" height="'+d+'" wmode="opaque" type="application/x-shockwave-flash"/>';
	var t = document.getElementById(a);
	t.innerHTML = e;
}
