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