// JavaScript Document

window.name = "parentWindow";
function openwin() {
	window.open("http://www.takasaki-men.net/selfcheck/index.html", "mywindow2", "width=640,height=395");
}

// End
