function disp(url){
	window.open(url, "popup", "width=645,height=420,scrollbars=yes");
}

