// JavaScript Document
function openwin() {
	window.open("info.html", "", "width=800px,height=180px,status=no,resizable=no,scrollbars=no,toolbar=no,menubar=no,location=no");
}
