// JavaScript Document
function disp(url){
	window.open(url, "window_name", "width=760,height=600,scrollbars=yes,resizable=no");
}
