function disp(url){
	window.open(url, "popwindow", "width=500,height=450,scrollbars=yes");
}