//
function newopen(url) {
	if (url) {
		openwin = window.open(url);
		openwin.focus();
	}
}

