function disp(url){
	window.open(url, "window_name", "width=670,height=600,scrollbars=yes,status=0");
}

