	function updateSwfSize(w,h){
		var forcesize = new SWFForceSize( so,w,h );
	}
	
	function updateBrowserScroll(y){
		window.scrollTo(0,y);
	}