function disp(url){
	window.open(url, "Add", "width=600,height=650,location=no,directories=no,menubar=no,status=no,toolbar=yes,resizable=yes,scrollbars=yes");
}

function dispFurikomi(url){
	window.open(url, "Add", "width=600,height=750,location=no,directories=no,menubar=no,status=no,toolbar=yes,resizable=yes,scrollbars=yes");
}
