﻿function disp(url){

	window.open(url, "window_name", "width=460,height=120,scrollbars=yes");

}
