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