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