yuimenu.module
===================================================================
--- yuimenu.module	(revision 198)
+++ yuimenu.module	(working copy)
@@ -100,7 +100,6 @@
 
 function get_yui_top_markup () {
   $scr = '	<script type="text/javascript">
-			//<![CDATA[
 			//Initialize and render the menu bar when it is available in the DOM
             YAHOO.util.Event.onContentReady("productsandservices", function () {
                 ';
@@ -112,16 +111,13 @@
     $scr .=' oMenuBar.subscribe("beforeShow", onMenuBeforeShow);
                 oMenuBar.subscribe("show", onMenuShow);';
   }
-  $scr .='oMenuBar.render();});
-  //]]>
-  </script>';
+  $scr .='oMenuBar.render();});</script>';
   return ($scr);
 }
 
 
 function get_yui_top_script () {
   $scr = '<script type="text/javascript">
-            //<![CDATA[
             // Initialize and render the menu bar when it is available in the DOM
             YAHOO.util.Event.onContentReady("productsandservices", function () {
             ';
@@ -152,7 +148,6 @@
                 */
                 oMenuBar.render();            
             });
-            //]]>
             </script>';
   return ($scr);
 }
@@ -499,7 +494,7 @@
 
 function get_yui_left_script () {
   $scr = '<script type="text/javascript">
-			//<![CDATA[
+
             // Initialize and render the menu when it is available in the DOM
 
             YAHOO.util.Event.onContentReady("productsandservices", function () {
@@ -533,7 +528,6 @@
   $scr .=script_menu(variable_get('yuimenu_root','1') );
   $scr .='});oMenu.render();
             });
-            //]]>
             </script>';
   return ($scr);
 }
