function disp(url){
	window.open(url, "madori", "width=600,height=600,scrollbars=no");
}

function list(url){
	window.open(url, "list","width=730px, height=700px, scrollbars=yes");
}