function ResizeWindow() {
		if (window.innerWidth){
			iWidth = window.innerWidth;
			iHeight = window.innerHeight;
		}else{
			iWidth = document.body.clientWidth;
			iHeight =document.body.clientHeight;
		}

		iWidth = 680 - iWidth;
		iHeight = 154 - iHeight;
		window.resizeBy(iWidth, iHeight);
	};

	var flashvars = {};
	var params = {};
	var attributes = {};
	
	swfobject.embedSWF("../gallery.swf", "fcFlashCont", "680", "154", "9.0.0", "/js/swfobj/expressInstall.swf", flashvars, params, attributes);
