function resizeSWF(nHeight) {
	nHeight += "px";
	document.getElementById("flashContent").style.height = nHeight;
}
