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