/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	SHO UCHIDA PHOTOGRAPHY
	
	create: 2009.11.26;
	last-update: 2009.11.26;

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


function contentsHeight(ch){
	$("#flashcontent").css("height",""+ch+"px");
	if($(document.body).innerHeight()>ch){
		$("#flashcontent").css("height","100%");
	}
}
function contentsReset(){
	$("#flashcontent").css("height","100%");
}
