function disp(url) {
	window.open(url, "links", "width=640,height=505");
}
