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