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