imagepopup8_initialize(new (function(){
	this.MaxSizeRatio = 0.9;
	this.MouseMargin = 10;
	this.Interval = 10;
	this.MoveInterval = 300;
	this.WindowInterval = 300;   //テーブルのフェード時間
	this.PictureInterval = 300; //画像のフェード時間
	
	this.HoverWindowBorderWidth = 2;
	
	this.ImageSrc = "http://www-higashi.ist.osaka-u.ac.jp/~umedu/diary/src/";
	this.HoverWindowBorderColor = "#E7A3AE";
	this.HoverWindowBackgroundColor = "white";
	this.HoverCaptionBackgroundColor = "#FFEBFF";
	this.HoverBackgroundBackgroundColor = "white";
	
	this.NowLoadingRMin = 0x87;
	this.NowLoadingGMin = 0x53;
	this.NowLoadingBMin = 0x6e;
	this.NowLoadingRMax = 0xef;
	this.NowLoadingGMax = 0xe0;
	this.NowLoadingBMax = 0xef;
}));
