﻿function newwin(page, wname) {
	var w01;
	w01 = window.open(page, wname);
	w01.focus();
}

