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