function scaleVideoPlayer( h ) {
	$("#flashContentContainer").css( { 'height': h+"px", 'margin-bottom': "16px" } );
	$("#flashContent").css( { 'height': h+"px" } );
}		

