function openwin(url) {
	window.open(url, "", "menubar=no,status=no,toolbar=no,location=no,scrollbars=no,resizable=no,width=700,height=700");
}
