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

