function show(uri, n, w, h) {
	p = window.open(uri, n, "scrollbars,resizable,width=" + w + ",height=" + h);
	p.focus();
}