diff --git a/html/image/arrow-up.png b/html/image/arrow-up.png
new file mode 100644
index 000000000..c99224b97
Binary files /dev/null and b/html/image/arrow-up.png differ
diff --git a/html/image/compute.png b/html/image/compute.png
new file mode 100644
index 000000000..1468e7f02
Binary files /dev/null and b/html/image/compute.png differ
diff --git a/html/js/scripts.js b/html/js/scripts.js
index a2f7044f2..9de2e7202 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -2849,7 +2849,7 @@ function init_scroll()
"style":"padding:10px;left:auto;width:60px;height: auto;display:none;position:fixed;top:25px;right:20px;text-align:center",
id:"go_up"
});
- up.innerHTML=' 
';
+ up.innerHTML=' 
';
document.body.appendChild(up);
window.onscroll=function () {
if ( document.viewport.getScrollOffsets().top> 0) {