function ImgOpen(ID) {
	page   = 'http://kinoko.sagasoo.com/Photo.php?AliveCode=glncheqqgqcw&ID='+ID;
	damy= 'fullscreen=no,toolbar=no,menubar=no,location=no,scrollbars=no,resize=no,status=no,left=10,top=10,width=800,height=800';
	OpenWin = this.open(page,"Kuuru",damy);
	return;
}
