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