function resizeFlash(){
globalHeight = ( $(window).height() > $('#globalContainer').height() ) ? $(window).height() : $('#globalContainer').height();
$('#bgContainer').css({
						'height': globalHeight + 'px'
						});
}
