function resizeSWF(nHeight) {
	nHeight += "px";
	document.getElementById("flashcontent").style.height = nHeight;
	window.scroll(0,0);
}