Index: demos/et/index.html
===================================================================
--- demos/et/index.html	(revision 1051)
+++ demos/et/index.html	(working copy)
@@ -21,9 +21,9 @@
 Launch the <a href="javascript:openApp('app-dhtml.html')">DHTML</a> version of the app<br>
 View <a href="app-source.html">source code</a><br>
 <br>
-Canned data: 
+<!--Canned data: 
 <a href="javascript:openApp('app-flash.html?noconnect=true')">Flash</a>, 
-<a href="javascript:openApp('app-dhtml.html?noconnect=true')">DHTML</a>
+<a href="javascript:openApp('app-dhtml.html?noconnect=true')">DHTML</a>-->
 </body></html>
 <!--
 * X_LZ_COPYRIGHT_BEGIN ****************************************************
Index: demos/et/app-flash.html
===================================================================
--- demos/et/app-flash.html	(revision 1051)
+++ demos/et/app-flash.html	(working copy)
@@ -10,23 +10,23 @@
     body { background-color: #cfcfcf; }
 </style>
 
-<script language="JavaScript1.1" src="/lps-legals/lps/includes/vbembed.js" type="text/javascript">
+<script language="JavaScript1.1" src="/legals/lps/includes/vbembed.js" type="text/javascript">
 </script>
 
-<script src="/lps-legals/lps/includes/embed.js" type="text/javascript">
+<script src="/legals/lps/includes/embed.js" type="text/javascript">
 </script>
 </head>
 
 <body>
 <script type="text/javascript">
-  lzLPSRoot = '/lps-legals';
+  lzLPSRoot = '/legals';
   lzCanvasRuntimeVersion = 7 * 1;
   if (lzCanvasRuntimeVersion == 6) {
     lzCanvasRuntimeVersion = 6.65;
   }
   if (isIE && isWin || detectFlash() >= lzCanvasRuntimeVersion) {
     var query = window.location.search ? ('&' + window.location.search.substr(1)) : '';
-    lzEmbed({url: 'app.lzx?lzt=swf' + query + '&__lzhistconn='+top.connuid+'&__lzhisturl=' + escape('/lps-legals/lps/includes/h.html?h='), bgcolor: '#cfcfcf', width: '800', height: '600', id: 'lzapp', accessible: 'false'}, lzCanvasRuntimeVersion);
+    lzEmbed({url: 'app.lzx?lzt=swf' + query + '&__lzhistconn='+top.connuid+'&__lzhisturl=' + escape('/legals/lps/includes/h.html?h='), bgcolor: '#cfcfcf', width: '800', height: '600', id: 'lzapp', accessible: 'false'}, lzCanvasRuntimeVersion);
     lzHistEmbed(lzLPSRoot);
   } else {
     document.write('This application requires Flash player ' + lzCanvasRuntimeVersion + '. <a href="http://www.macromedia.com/go/getflashplayer" target="fpupgrade">Click here<\/a> to upgrade.');
