Index: trunk/FACT++/www/smartfact/index.js
===================================================================
--- trunk/FACT++/www/smartfact/index.js	(revision 13925)
+++ trunk/FACT++/www/smartfact/index.js	(revision 13926)
@@ -429,6 +429,6 @@
     div2.setAttribute("style", "background-position:-396px 50%;");
     div4.setAttribute("style", "display:none;background-position:-12px -12px;");
-    div2.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage(fname,   z, -dz); }
-    div4.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage('error', z,  +1); }
+    div2.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage(fname,   z, -dz); };
+    div4.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage('error', z,  +1); };
 
     if (name=="fact")
@@ -441,5 +441,5 @@
         div3.setAttribute("class", "icon_white");
         div3.setAttribute("style", "background-position:-575px 50%;");
-        div3.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage('fact',  z,  -1); }
+        div3.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage('fact',  z,  -1); };
     }
 
@@ -458,10 +458,10 @@
     if (is_cmd)
     {
-        sp1.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; submit(name); this.style.backgroundColor=''; }
+        sp1.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; submit(name); this.style.backgroundColor=''; };
     }
     else
     {
         if (name!='control')
-            sp1.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.15)'; loadPage('control', z, +1); }
+            sp1.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.15)'; loadPage('control', z, +1); };
     }
 
@@ -470,5 +470,5 @@
     div1.appendChild($txt("---"));
 
-    div1.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; sendCommand('stop'); this.style.backgroundColor=''; }
+    div1.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; sendCommand('stop'); this.style.backgroundColor=''; };
 
     htd0.appendChild(sp0);
@@ -537,13 +537,13 @@
     fdiv3.setAttribute("class", "icon_white");
     fdiv2.setAttribute("style", "background-position:-72px 50%;");
-    fdiv2.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; sendCommand('stop'); this.style.backgroundColor=''; }
+    fdiv2.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; sendCommand('stop'); this.style.backgroundColor=''; };
     if (is_cmd)
     {
-        fdiv3.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; submit(name); this.style.backgroundColor=''; }
+        fdiv3.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; submit(name); this.style.backgroundColor=''; };
         fdiv3.setAttribute("style", "background-position:-109px 50%;");
     }
     else
     {
-        fdiv3.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage('control', z,  +1); }
+        fdiv3.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage('control', z,  +1); };
         fdiv3.setAttribute("style", "background-position:-288px 50%;");
     }
@@ -559,5 +559,5 @@
         fdivH.setAttribute("class", "icon_white");
         fdivH.setAttribute("style", "background-position:-611px 50%;");
-        fdivH.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage('help-'+name, z, +1); }
+        fdivH.onclick = function () { this.style.backgroundColor='rgba(0,0,0,0.77)'; loadPage('help-'+name, z, +1); };
     }
 
@@ -1260,5 +1260,5 @@
     case 0: this.x =  ring*0.5 + i*0.5;  this.y = -ring + i; break;
     }
-    this.d = (function () { return this.x*this.x + this.y*this.y*3/4; })
+    this.d = (function () { return this.x*this.x + this.y*this.y*3/4; });
 }
 
