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

