function resizeFlash(newHeight) {
	document.getElementById('wrapper').style.height = newHeight;
}

function setScrollPosition(x, y) {
	window.scrollTo(x, y);
}
