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