		        /*-------------------------------------------------
		        ************* Parameter Settings ******************
		        ---------------------------------------------------*/
		        /*  20100127 mcd comment out default styles below - let be set by css not code. */
		        node7 = true
		        function tmenudata0()
		        {
				/*---------------------------------------------
				Image Settinngs (icons and plus minus symbols)
				---------------------------------------------*/
				this.imgage_gap = 3 	// The image gap is applied to the left and right of the folder and document icons. defaults to 3
                                		     	// In the absence of a folder or document icon the gap is applied between the
		                                     	// plus / minus symbols and the text only.
				this.plus_image = "/images/templates/opencube/tree_menu/plus.gif"
				this.minus_image = "/images/templates/opencube/tree_menu/minus.gif"
				this.pm_width_height = "9,9"  //Width & Height  - Note: Both images must be the same dimensions.
				/* this.folder_image = "/images/templates/opencube/tree_menu/folder.gif"  */      //Automatically applies to all items which may be expanded.
				/* this.document_image = "/images/templates/opencube/tree_menu/document.gif"  */      //Automatically applies to all items which are not expandable.
				this.icon_width_height = "16,14"        //Width & Height  - Note: Both images must be the same dimensions.
  
  		        	/*---------------------------------------------
		            General Settings
		            ---------------------------------------------*/
                		this.indent = 6;                        //The indent distance in pixels for each level of the tree. default 20
		                this.use_hand_cursor = true;                //Use a hand mouse cursor for expandable items, or the default arrow.
		            /*---------------------------------------------
		            Tree Menu Styles
		            ---------------------------------------------*/
		              /*  ---------------------------
		              20100127 mcd comment out default styles - set to null instead below - let be set by css not code.
		              this.main_item_styles =           "text-decoration:none;                \
                		                                   font-weight:normal;                        \
                                		                   font-family:Verdana, Helvetica, Arial, sans-serif;                        \
                                                		   font-size:11px;                        \
		                                                   color:#000000;                        \
                		                                   padding:2px;                                "

		                this.sub_item_styles =            "text-decoration:none;                \
                		                                   font-weight:normal;                        \
                                		                   font-family:Verdana, Helvetica, Arial, sans-serif;                        \
                                                		   font-size:11px;                        \
		                                                   color:#000000;                        "
		               end comment out default styles -------------------------*/
		               this.main_item_styles =           ""

		                this.sub_item_styles =            ""

		                /* Styles may be formatted as multi-line (seen above), or on a single line as shown below.
                		   The expander_hover_styles apply to menu items which expand to show child menus.*/
		                this.main_container_styles = "padding:0px;"
		                this.sub_container_styles = "padding-top:7px; padding-bottom:7px;"
                		/* 20100127 mcd - let this color default to css 
                		this.main_link_styles = "color:#336666; text-decoration:underline;" */
                		this.main_link_styles = "text-decoration:underline;"
		                this.main_link_hover_styles = "color:#333333; text-decoration:none;"
		                this.sub_link_styles = ""
                		this.sub_link_hover_styles = ""
		                this.main_expander_hover_styles = "text-decoration:underline;";
                		this.sub_expander_hover_styles = "";
			}
