function Pop1(url, stl) {
		if (stl == null) stl = "";
		var it = window.open (url, 'pop', 'scrollbars=yes,width=500,height=450,' + stl);
		it.focus();
		}
