function nuWin(url) {
	var win;
	win=window.open(url, 'subwin','scrollbars=yes,width=480,height=400')
	win.focus();
	}