var params = {
  wmode: "transparent"
};
swfobject.embedSWF("header.swf", "header_flash", "739", "355", "9.0.0", "expressInstall.swf", params);
swfobject.embedSWF("gallery_social.swf", "flash_social", "567", "341", "9.0.0", "expressInstall.swf", params);
swfobject.embedSWF("gallery_corp.swf", "flash_corp", "567", "341", "9.0.0", "expressInstall.swf", params);

jQuery(window).load(function() {
	
	var otherHeight = $('.top').height() + $('.main_content_bottom').height() + $('.content_bottom').height() + $('.sub_content').height() + $('.footer').height();
	var mainHeight = $(window).height() - otherHeight;
	if($('.content').height() < mainHeight){
		$('.content').css('height', mainHeight);
	}
	var mainContentHeight = $('.content').height() - $('.header').height() - 28;
	if($('.main_content').height() < mainContentHeight){
		$('.main_content').css('height', mainContentHeight);
	}

});

jQuery(window).resize(function() {
	
	var otherHeight = $('.top').height() + $('.main_content_bottom').height() + $('.content_bottom').height() + $('.sub_content').height() + $('.footer').height();
	var mainHeight = $(window).height() - otherHeight;
	$('.main_content').css('height', 'auto');
	$('.content').css('height', 'auto');
	if($('.content').height() < mainHeight){
		$('.content').css('height', mainHeight);
	}
	var mainContentHeight = $('.content').height() - $('.header').height() - 28;
	if($('.main_content').height() < mainContentHeight){
		$('.main_content').css('height', mainContentHeight);
	}

});
