function openwin() {
	window.open("http://www.motoyukikobayashi.com/schoolgirl/index.html", "child_win", "width=" + screen.availWidth + ",height=" + screen.availHeight + ",resizable=yes,scrollbars=no,left=0,top=0");
}
