function f_insertSwf(adres, W, H,  container) {
	var swf = new SWFObject(adres, "swf", W, H, "7",  null, true);
	swf.addParam("wmode", "transparent");
	swf.write(container);
}