function openwin() {
	window.open("./info.html", "", "width=600,height=300");
}
