// JavaScript Document
function openwin() {
	window.open("../what/introduce.html", "", "width=950,height=700");
}


