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

