function swfResize(o,w,h) {
	o.attributes.height.nodeValue=h;
	o.attributes.width.nodeValue=w;
}
