// JavaScript Document
function disp(url){
	window.open(url, "window_name", "width=660px,height=800px,scrollbars=yes");
}