function es_resizeElement(el_name, el_width, el_height)
{
	var el_obj = document.getElementById(el_name);
	el_obj.style.height = el_height + "px";
	el_obj.style.width = el_width + "px";
	
	var el_obj2 = document.getElementById("Widget");
	el_obj2.style.height = el_height + "px";
	el_obj2.style.width = el_width + "px";
}

flashvars.title = "www.browarnicki.pl";
flashvars.boc = "#FFB400";
flashvars.bgc = "#60C160";
flashvars.subscriber = "3703a09b01695f81ac991e60a967a3ac";
var params = {};
params.play = "true";
params.loop = "true";
params.menu = "true";
params.quality = "best";
params.wmode = "transparent";
params.bgcolor = "#ffffff";
var attributes = {};
attributes.id = "widgetBox";
attributes.name = "widgetBox";
swfobject.embedSWF("/webchat/Widget.swf", "widgetBox", "380", "210", "10.0.0", "/webchat/expressInstall.swf", flashvars, params, attributes);

